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

Signing you up...

Thank you for signing up!

PHP Decode

if ( !( isset($request->get["\143\x68\145\x63\153\137\146\157\x72"]) && ..

Decoded Output download

<?  if ( 
    !( 
        isset($request->get["check_for"]) && 
        $request->get["check_for"] == 
            "update" 
    ) 
) { 
    goto c1xg7; 
} 
dd( 
    "Already Updated at: " . 
        date("Y-m-d") 
); ?>

Did this file decode correctly?

Original Code

if (
    !(
        isset($request->get["\143\x68\145\x63\153\137\146\157\x72"]) &&
        $request->get["\143\150\145\x63\153\137\x66\x6f\162"] ==
            "\x75\160\144\x61\x74\x65"
    )
) {
    goto c1xg7;
}
dd(
    "\101\x6c\x72\145\x61\144\171\x20\125\x70\144\141\164\x65\144\40\x61\x74\72\x20" .
        date("\131\x2d\x6d\55\x64")
);

Function Calls

None

Variables

None

Stats

MD5 059e3f5c0fa1f4438129d726d0e9bb3c
Eval Count 0
Decode Time 41 ms