topical media & game development
professional-search-11-seophp-cloaking-prepare.php / php
<?php
// load the SimpleCloak library
require_once 'include/simple_cloak.inc.php';
// update cloaking data and indicate the success status
if (SimpleCloak::updateAll())
{
echo "Cloaking database updated!";
}
else
{
echo "Cloaking database was already up to date, or the update failed.";
}
?>
(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.