Services_RickProof description |
|
|
With Services_RickProof, you can check any suspect URL with this package and you will never get rick rolled again. With Services_RickProof, you can check any suspect URL with this package and you will never get rick rolled again.
Services_RickProof is an interface for communicating with http://rickproof.com.
Installation - $ pear install -f Services_RickProof-0.1.0.tgz - Call from command line with: $ rickproof http://example.com - Integrate into website:
require_once 'Services/RickProof.php'; try { $result = Services_RickProof::check('http://example.com'); echo $result; } catch (Exception $exc) { echo "Error: " . $exc->getMessage(); }
?>
|
|