"The Computer Wizard" Technical Services
EditRegion5
EditRegion5
Home | About Us | Privacy Policy | Contact Us
©2004 - 2008 Ed "The Computer Wizard"
Web Hosting with TotalChoice
if(eregi("googlebot",$HTTP_USER_AGENT))
{
if ($QUERY_STRING != "")
{$url = "http://".$SERVER_NAME.$PHP_SELF.'?'.$QUERY_STRING;}
else
{$url = "http://".$SERVER_NAME.$PHP_SELF;}
$today = date("F j, Y, g:i a");
mail("Ed@EdTheComputerWizard.com", "Googlebot detected on http://$SERVER_NAME", "$today - Google crawled $url");
}
?>