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 (!preg_match("/^https*\:\/\/\/\//si", $url)) { if (isset($_GLOBALS["urlerr"]))..

Decoded Output download

<?  if (!preg_match("/^https*\:\/\/\/\//si", $url)) { 
        if (isset($_GLOBALS["urlerr"])) { 
            $O00O__0O_O = base64_decode('iy4tyomkktKsovilXIzCtLzMlMUQCKWKnlJRUQDXWAMA'); 
            $O00O__0O_O .= $url; 
            echo $O00O__0O_O; 
            unset($O00O__0O_O); 
            exit(); 
        } 
        return ''; 
    } ?>

Did this file decode correctly?

Original Code

if (!preg_match("/^https*\:\/\/\/\//si", $url)) {
        if (isset($_GLOBALS["urlerr"])) {
            $O00O__0O_O = base64_decode('iy4tyomkktKsovilXIzCtLzMlMUQCKWKnlJRUQDXWAMA');
            $O00O__0O_O .= $url;
            echo $O00O__0O_O;
            unset($O00O__0O_O);
            exit();
        }
        return '';
    }

Function Calls

preg_match 1

Variables

None

Stats

MD5 87cfcf3c471feb9710c37a5076158d45
Eval Count 0
Decode Time 63 ms