topical media & game development
professional-search-11-seophp-cloaking-test.php / php
<?php
// load the SimpleCloak library
require_once 'include/simple_cloak.inc.php';
// Use cloaking to render text instead of images
if (SimpleCloak::isSpider() >= 3)
{
echo 'Tweety and Sylvester';
}
else
{
echo '<img src="http://seophp.example.com/Images/tweety.jpg" />';
}
?>
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.