$email = "you@example.com";
if(eregi("googlebot",$_SERVER['HTTP_USER_AGENT']))
{
mail($email, "The Googlebot came to call",
"Google has visited: ".$_SERVER['REQUEST_URI']);
}
?>
$email = "you@example.com";
if(eregi("yahoo! Slurp",$_SERVER['HTTP_USER_AGENT']))
{
mail($email, "The Yahoo bot came to call",
"Yahoo has visited: ".$_SERVER['REQUEST_URI']);
}
?>
See When A Page Is Spidered
$the_date = "Today is ".date ("l, F d Y");
$the_time = "The time is ".date ("H:i \(O")." GMT)";
$all_date = $the_date.'
'.$the_time;
echo $all_date;
?>
This is a typical output from the code:
Today is Wednesday, February 12 2007
The time is 12:15 (-0500 GMT)
Share with your friends:

Thanks for your time and support, leave a reply





8 comments:
Great, i love this post
- John jeffy
If you are looking for a new way to get traffic try this new site available by referral only at the moment but soon to be released to the public: http: / / sunsetsue. qassia. com/
Ohh... Thats very cool code... Thanks a lot for sharing. I will surely use it for both of my sites http://www.Share-Ebooks.com and http://www.mittalpatel.co.in
Thanks a ton
Great code ! But where to insert in on website. Please specify.
Great post. But please specify where to insert this code on website. Looking forward to your reply.
great code but i think it doesn't useful so far as google analytic and webmaster tools reports shows all these basic reporting so why we should waste our time?
great info! thanks man...
Great post. But please specify where to insert this code on website. Looking forward to your reply.
Post a Comment