bunuda ben buldum, pek fark yok ama olsun , paylaşayım
Alıntı
<?php
if(eregi("googlebot",$_SERVER['HTTP_USER_AGENT'])) {
$s = "";
foreach($_SERVER as $item => $value) {
$s .= "\n$item : $value";
}
$sdate = date("Y-m-d h:i:s");
$message = <<<MESSAGE
Visit date:$sdate
Information:
=================================
$s
=================================
MESSAGE;
if($google_alert) {
mail("youremail@yourdomain.com", "googlebot alert", $message);
}
}
?>
alıntı ve detay :
Googlebot Monitor