Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
private static function callAPI($Mx, $XA = array(), $pp = array("\103\157\156\x74\x65\..
Decoded Output download
<? private static function callAPI($Mx, $XA = array(), $pp = array("Content-Type: application/json"))
{
$uL = new MoCurl();
$rq = ["CURLOPT_FOLLOWLOCATION" => true, "CURLOPT_ENCODING" => '', "CURLOPT_RETURNTRANSFER" => true, "CURLOPT_AUTOREFERER" => true, "CURLOPT_TIMEOUT" => 0, "CURLOPT_MAXREDIRS" => 10];
$H2 = in_array("Content-Type: application/x-www-form-urlencoded", $pp) ? !empty($XA) ? http_build_query($XA) : '' : (!empty($XA) ? json_encode($XA) : '');
$eR = !empty($H2) ? "POST" : "GET";
$uL->setConfig($rq);
$uL->write($eR, $Mx, "1.1", $pp, $H2);
$n1 = $uL->read();
$uL->close();
return $n1;
} ?>
Did this file decode correctly?
Original Code
private static function callAPI($Mx, $XA = array(), $pp = array("\103\157\156\x74\x65\x6e\x74\x2d\x54\171\160\145\72\x20\141\160\160\x6c\151\x63\x61\164\x69\x6f\156\x2f\x6a\x73\x6f\156"))
{
$uL = new MoCurl();
$rq = ["\103\x55\x52\x4c\x4f\120\x54\x5f\x46\117\x4c\114\117\x57\x4c\117\x43\x41\124\111\x4f\x4e" => true, "\x43\125\122\x4c\x4f\120\x54\x5f\105\116\x43\x4f\x44\111\x4e\107" => '', "\x43\x55\122\x4c\117\120\x54\x5f\x52\x45\124\x55\x52\116\124\122\x41\116\123\x46\x45\x52" => true, "\x43\x55\122\x4c\117\x50\x54\x5f\101\x55\124\117\122\105\x46\x45\122\105\x52" => true, "\x43\x55\122\x4c\117\x50\x54\x5f\124\111\115\x45\x4f\125\x54" => 0, "\103\125\122\x4c\x4f\120\x54\x5f\x4d\101\x58\x52\105\x44\111\x52\123" => 10];
$H2 = in_array("\x43\x6f\x6e\x74\x65\156\x74\55\x54\171\160\x65\x3a\x20\x61\160\160\x6c\x69\143\x61\x74\151\157\156\x2f\x78\55\x77\167\x77\x2d\146\157\x72\x6d\55\x75\162\154\x65\x6e\x63\x6f\144\x65\144", $pp) ? !empty($XA) ? http_build_query($XA) : '' : (!empty($XA) ? json_encode($XA) : '');
$eR = !empty($H2) ? "\120\117\x53\x54" : "\107\105\124";
$uL->setConfig($rq);
$uL->write($eR, $Mx, "\61\x2e\61", $pp, $H2);
$n1 = $uL->read();
$uL->close();
return $n1;
}
Function Calls
None |
Stats
MD5 | c2ed6d637c45320177c9a28bbfb8519e |
Eval Count | 0 |
Decode Time | 52 ms |