Botu görmek için header.php altına şu kodu ekleyin.
<?php
$agent = @strtolower($_SERVER['HTTP_USER_AGENT']);
file_put_contents('agent.txt', $agent. "n", FILE_APPEND);
?>

site.com/agent.txt den görebilirsiniz.

Az önce tekrar ekleme yaptım @Yekta;
mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/120.0.6099.216 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)
bot geldi ama bakalım neler olacak
@ilhanSEVEN;