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 (!(version_compare(phpversion(), "\x35\x2e\66\x2e\60", "\74") == true)) { goto..

Decoded Output download

<?  if (!(version_compare(phpversion(), "5.6.0", "<") == true)) { 
        goto H1VE6; 
    } 
    exit("PHP5.6+ Required");  
    H1VE6:  
    if (isset($_SERVER["DOCUMENT_ROOT"])) {  
        goto AURkM;  
    } 
    if ( 
        !isset( 
            $_SERVER["SCRIPT_FILENAME"]  
        ) 
    ) { 
        goto jom_5; 
    } 
    $_SERVER["DOCUMENT_ROOT"] = str_replace( 
        "\", 
        "/", 
        substr(  
            $_SERVER[  
                "SCRIPT_FILENAME"  
            ],  
            0,  
            0 - strlen($_SERVER["PHP_SELF"])  
        )  
    ); ?>

Did this file decode correctly?

Original Code

if (!(version_compare(phpversion(), "\x35\x2e\66\x2e\60", "\74") == true)) {
        goto H1VE6;
    }
    exit("PHP5.6+ Required"); 
    H1VE6: 
    if (isset($_SERVER["DOCUMENT_ROOT"])) { 
        goto AURkM; 
    }
    if (
        !isset(
            $_SERVER["SCRIPT_FILENAME"] 
        )
    ) {
        goto jom_5;
    }
    $_SERVER["DOCUMENT_ROOT"] = str_replace(
        "\x5c",
        "\57",
        substr( 
            $_SERVER[ 
                "SCRIPT_FILENAME" 
            ], 
            0, 
            0 - strlen($_SERVER["PHP_SELF"]) 
        ) 
    );

Function Calls

None

Variables

None

Stats

MD5 d644c3a48617b742c76d13a157140aff
Eval Count 0
Decode Time 65 ms