Source for file example.php
Documentation is available at example.php
//error_reporting(E_ALL|E_STRICT);
require_once 'Services/ProjectHoneyPot.php';
* <?php $access_key = '...'; ?>
include dirname (__FILE__ ) . '/config.php';
//$ip = $_SERVER['REMOTE_ADDR'];
$status = $sphp->query ($harvester);
echo '<br />MSG: ' . $e->getMessage ();
echo '<br />CODE: ' . $e->getCode ();
echo 'Don\'t bother. Probably a regular user. ;-)';
echo '<pre>'; var_dump($status); echo '</pre>';
Documentation generated on Mon, 11 Mar 2019 15:19:43 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|