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

Signing you up...

Thank you for signing up!

PHP Decode

$status = "\157\x6b"; if ( !( !get_pcode() || !get_pusername() || ..

Decoded Output download

<?  $status = "ok"; 
if ( 
    !( 
        !get_pcode() || 
        !get_pusername() || 
        get_pcode() == "error" || 
        get_pusername() == "error" 
    ) 
) { 
    goto SQDLZ; 
} 
$status = "error"; ?>

Did this file decode correctly?

Original Code

$status = "\157\x6b";
if (
    !(
        !get_pcode() ||
        !get_pusername() ||
        get_pcode() == "\x65\162\162\x6f\x72" ||
        get_pusername() == "\145\162\162\x6f\x72"
    )
) {
    goto SQDLZ;
}
$status = "\145\162\162\x6f\162";

Function Calls

None

Variables

None

Stats

MD5 e0d44e2fe85917519c663596110a597a
Eval Count 0
Decode Time 60 ms