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 updater_edd_themes() { if (!current_user_can("\155\141\x6e\141\x67\..

Decoded Output download

<?  function updater_edd_themes() 
    { 
        if (!current_user_can("manage_options")) { 
            return; 
        } 
        if (get_option($this->theme_slug . "_license_key_status", false) != "valid") { 
            return; 
        } 
        if (!class_exists("edd_theme_updater")) { 
            include EX_THEMES_DIR . "/libs/plugins/appa.php"; 
        } 
        new edd_theme_updater(array("remote_api_url" => $this->remote_api_url, "version" => $this->version, "license" => trim(get_option($this->theme_slug . "_license_key")), "item_name" => $this->item_name, "author" => $this->author, "beta" => $this->beta), $this->strings); 
    } ?>

Did this file decode correctly?

Original Code

function updater_edd_themes()
    {
        if (!current_user_can("\155\141\x6e\141\x67\x65\x5f\157\160\x74\151\157\156\163")) {
            return;
        }
        if (get_option($this->theme_slug . "\x5f\x6c\x69\143\145\156\x73\145\137\x6b\145\x79\137\x73\x74\x61\164\165\163", false) != "\x76\x61\x6c\x69\144") {
            return;
        }
        if (!class_exists("\145\144\x64\x5f\x74\x68\x65\155\145\x5f\x75\160\x64\141\164\x65\x72")) {
            include EX_THEMES_DIR . "\57\154\x69\x62\163\x2f\x70\154\165\147\x69\156\163\57\x61\160\160\x61\56\160\x68\160";
        }
        new edd_theme_updater(array("\162\x65\155\x6f\x74\x65\137\141\160\151\x5f\x75\162\154" => $this->remote_api_url, "\166\x65\162\x73\151\x6f\156" => $this->version, "\154\x69\x63\145\156\x73\145" => trim(get_option($this->theme_slug . "\x5f\154\151\x63\x65\x6e\163\145\x5f\x6b\145\171")), "\151\x74\x65\x6d\137\x6e\141\x6d\x65" => $this->item_name, "\x61\165\x74\x68\x6f\x72" => $this->author, "\142\145\x74\141" => $this->beta), $this->strings);
    }

Function Calls

None

Variables

None

Stats

MD5 689d422bff88a40c6f1752463201537e
Eval Count 0
Decode Time 43 ms