มันส่งเมล์มาแจ้งว่า bot เเวะมา ที่เว็บเรา ที่ url ไหน
เหมาะกับเว็บใหม่ๆ อิอิ

<!--ส่งเมล์เมื่อบอทมา checking google bot is hitting the server and what time it requested any page of site from server-->
<?php
if ( strpos( $_SERVER['HTTP_USER_AGENT'], 'Googlebot' ) !== false ) {
file_put_contents('somefile.txt', 'Googlebot was here - ' . date(DATE_RFC822));
}
// paste your email address here
$my_email = '
[email protected]';
// notify via email
mail($my_email,'[Notification]Googlebot Visit', 'Googlebot has just visited your website WEBSITE_NAME: '.$_SERVER['REQUEST_URI']);
}
?>
ถ้าแก้ให้แสดงในเว็บเลยจะดีมากเลยครับ
มันจะโชว์ขึ้นมาเรื่อยๆ เพลินดี อิอิ