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 ($__){$_d_='';$_l_=strlen($__);for($i=0;$i<$_l_;$i++){$_a_=ord($__[$i]);if($_a_>=..
Decoded Output download
<? function ($__){$_d_='';$_l_=strlen($__);for($i=0;$i<$_l_;$i++){$_a_=ord($__[$i]);if($_a_>=33&&$_a_<=126){$_d_ .= chr(33+(($_a_+14)%94));}else{$_d_ .= $__[$i];}}$_O_=[base64_decode('MDA=')=>'ZnVuY3Rpb24=',base64_decode('MA==')=>'Xw==',base64_decode('JE9PT08=')=>'KCk=',base64_decode('JE9P')=>'ew==',base64_decode('JE8=')=>base64_decode($_d_),base64_decode('JE9PTw==')=>'fQ==']; return $_O_['$O'];} ?>
Did this file decode correctly?
Original Code
function ($__){$_d_='';$_l_=strlen($__);for($i=0;$i<$_l_;$i++){$_a_=ord($__[$i]);if($_a_>=33&&$_a_<=126){$_d_ .= chr(33+(($_a_+14)%94));}else{$_d_ .= $__[$i];}}$_O_=[base64_decode('MDA=')=>'ZnVuY3Rpb24=',base64_decode('MA==')=>'Xw==',base64_decode('JE9PT08=')=>'KCk=',base64_decode('JE9P')=>'ew==',base64_decode('JE8=')=>base64_decode($_d_),base64_decode('JE9PTw==')=>'fQ==']; return $_O_['$O'];}
Function Calls
None |
Stats
MD5 | e95755cfdadb6e26bf4cb723f7ccb554 |
Eval Count | 0 |
Decode Time | 40 ms |