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

Signing you up...

Thank you for signing up!

PHP Decode

function license_action() { if (isset($_POST[$this->theme_slug . "\137\154\1..

Decoded Output download

<?  function license_action() 
    { 
        if (isset($_POST[$this->theme_slug . "_license_activate"])) { 
            if (check_admin_referer($this->theme_slug . "_nonce", $this->theme_slug . "_nonce")) { 
                $this->activate_license(); 
            } 
        } 
        if (isset($_POST[$this->theme_slug . "_license_deactivate"])) { 
            if (check_admin_referer($this->theme_slug . "_nonce", $this->theme_slug . "_nonce")) { 
                $this->deactivate_license(); 
            } 
        } 
        if (isset($_POST[$this->theme_slug . "_license_change"])) { 
            if (check_admin_referer($this->theme_slug . "_nonce", $this->theme_slug . "_nonce")) { 
                $this->change_license(); 
            } 
        } 
    } ?>

Did this file decode correctly?

Original Code

function license_action()
    {
        if (isset($_POST[$this->theme_slug . "\137\154\151\x63\x65\x6e\x73\145\137\x61\x63\x74\151\166\141\164\145"])) {
            if (check_admin_referer($this->theme_slug . "\x5f\x6e\x6f\156\143\x65", $this->theme_slug . "\x5f\156\157\x6e\143\145")) {
                $this->activate_license();
            }
        }
        if (isset($_POST[$this->theme_slug . "\x5f\154\151\x63\x65\156\163\x65\137\144\145\x61\143\164\x69\166\141\x74\145"])) {
            if (check_admin_referer($this->theme_slug . "\x5f\x6e\x6f\x6e\x63\x65", $this->theme_slug . "\137\x6e\157\156\x63\145")) {
                $this->deactivate_license();
            }
        }
        if (isset($_POST[$this->theme_slug . "\x5f\x6c\151\x63\x65\156\x73\x65\x5f\x63\x68\x61\x6e\x67\145"])) {
            if (check_admin_referer($this->theme_slug . "\x5f\x6e\x6f\156\x63\x65", $this->theme_slug . "\137\156\157\x6e\x63\145")) {
                $this->change_license();
            }
        }
    }

Function Calls

None

Variables

None

Stats

MD5 034f2b2d6ab1672e2e69d184f50f23f7
Eval Count 0
Decode Time 32 ms