if (eregi("Google", $_SERVER[HTTP_USER_AGENT])) {
$tarih = date("d/m/Y G:i:s");
$dosya = fopen ("bot.txt" , 'a') or die ("Dosya açılamadı!");
fputs ( $dosya , "$tarih - $_SERVER[REMOTE_ADDR] - $_SERVER[HTTP_USER_AGENT] - $_SERVER[REQUEST_URI]n" ) ;
fclose ($dosya);
}
bot.txt dosyasına alt alta dizmek istiyorum Googlebot ziyaretlerini, yardımlarınızı bekliyorum.