Do you want to receive email when GOOGLE SPIDERS and YAHOO BOT visits your BLOG Or WEBSITE?
Posted by @Jagadeesh M 8 commentsUse the below code code to receive email when Google spiders / Yahoo Bot your blog or website pages
$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
Labels: Google Adwords PPC, Google spiders, Website, Yahoo BotBlog
Please comment about the post and your experience and avoid spamming. All comments are reviewed manually. Thanks in advance


Jagadeesh M, more commonly known as Jag, 






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
Links to this post:
Create a Link
<< Home