PHP Classes

File: config.php

Recommend this page to a friend!
  Classes of GrabzIt   GrabzIt PHP Library   config.php   Download  
File: config.php
Role: Configuration script
Content type: text/plain
Description: Configure your demo with this file.
Class: GrabzIt PHP Library
Take screenshots of Web pages using GrabzIt
Author: By
Last change: Version 3
Date: 7 years ago
Size: 371 bytes
 

Contents

Class file image Download
<?php
//Get this value from http://grabz.it/api
$grabzItApplicationKey = "APPLICATION KEY";
//Get this value from http://grabz.it/api
$grabzItApplicationSecret = "APPLICATION SECRET";
//The absolute path that you have placed the handler.php on your website
$grabzItHandlerUrl = "URL OF YOUR GrabzItHandler.php FILE (http://www.example.com/grabzit/handler.php)";
?>