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

Signing you up...

Thank you for signing up!

PHP Decode

header( "\114\x6f\143\141\x74\151\157\156\72\40" . root_url() . "\x..

Decoded Output download

<?  header( 
    "Location: " . 
        root_url() . 
        "/maintenance.php", 
    true, 
    302 
); ?>

Did this file decode correctly?

Original Code

header(
    "\114\x6f\143\141\x74\151\157\156\72\40" .
        root_url() .
        "\x2f\155\141\x69\156\x74\145\156\x61\x6e\x63\145\x2e\x70\150\x70",
    true,
    302
);

Function Calls

root_url 1

Variables

None

Stats

MD5 569db5797b41f73d7e085f1c4df788d6
Eval Count 0
Decode Time 44 ms