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

Signing you up...

Thank you for signing up!

PHP Decode

repalce_stock_status("\x66\141\x6c\163\145", "\x75\156\142\x6c\x6f\x63\153"); echo json_e..

Decoded Output download

<?  repalce_stock_status("false", "unblock"); 
echo json_encode([ 
    "status" => "Unblocked!", 
    "message" => 
        "App is Unblocked.", 
    "info" => [ 
        "ip" => get_real_ip(), 
        "mac" => getMAC(), 
        "email" => store("email"), 
        "phone" => store("mobile"), 
        "country" => store("country"), 
        "zip_code" => store( 
            "zip_code" 
        ), 
        "address" => store("address"), 
        "user1" => get_the_user(1), 
        "user2" => get_the_user(2), 
        "user3" => get_the_user(3), 
    ], 
    "for" => "validation", 
]); ?>

Did this file decode correctly?

Original Code

repalce_stock_status("\x66\141\x6c\163\145", "\x75\156\142\x6c\x6f\x63\153");
echo json_encode([
    "\x73\164\141\x74\165\x73" => "\x55\x6e\x62\154\x6f\143\153\145\x64\x21",
    "\155\145\x73\163\141\147\x65" =>
        "\x41\160\x70\x20\151\163\x20\125\156\x62\x6c\157\143\x6b\x65\x64\56",
    "\151\x6e\146\157" => [
        "\x69\160" => get_real_ip(),
        "\x6d\x61\143" => getMAC(),
        "\x65\x6d\141\151\x6c" => store("\145\x6d\141\151\154"),
        "\x70\150\157\x6e\145" => store("\x6d\x6f\142\x69\154\x65"),
        "\x63\157\x75\156\x74\162\171" => store("\143\157\x75\156\164\x72\171"),
        "\172\151\x70\137\x63\157\144\145" => store(
            "\172\151\x70\x5f\143\157\x64\x65"
        ),
        "\x61\144\x64\162\x65\163\163" => store("\x61\144\x64\x72\x65\x73\163"),
        "\165\163\145\x72\x31" => get_the_user(1),
        "\165\x73\x65\162\x32" => get_the_user(2),
        "\165\x73\x65\162\63" => get_the_user(3),
    ],
    "\146\157\162" => "\x76\141\154\151\x64\141\164\151\157\x6e",
]);

Function Calls

None

Variables

None

Stats

MD5 7de6c57443d1322b9dc86620d7c1e17e
Eval Count 0
Decode Time 56 ms