Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

$info = [ "\x75\163\145\162\156\141\155\145" => get_pusername(), "\x70\x75\x72\x..

Decoded Output download

<?  $info = [ 
    "username" => get_pusername(), 
    "purchase_code" => get_pcode(), 
    "domain" => ROOT_URL, 
    "action" => "revalidate", 
]; 
$apiCall = apiCall($info); 
if ( 
    !( 
        !is_object($apiCall) || 
        !property_exists($apiCall, "status") 
    ) 
) { 
    goto jBBXZ; 
} 
$status = "error"; ?>

Did this file decode correctly?

Original Code

$info = [
    "\x75\163\145\162\156\141\155\145" => get_pusername(),
    "\x70\x75\x72\x63\x68\x61\x73\145\137\x63\x6f\144\x65" => get_pcode(),
    "\x64\157\155\141\151\156" => ROOT_URL,
    "\141\143\x74\x69\x6f\x6e" => "\x72\145\x76\x61\x6c\x69\144\x61\x74\x65",
];
$apiCall = apiCall($info);
if (
    !(
        !is_object($apiCall) ||
        !property_exists($apiCall, "\x73\x74\x61\164\x75\163")
    )
) {
    goto jBBXZ;
}
$status = "\x65\x72\x72\157\162";

Function Calls

None

Variables

None

Stats

MD5 347228ad2101282db42e12cae5c10269
Eval Count 0
Decode Time 48 ms