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

Variables

$ar [{'key': '0', 'value': 'a'}, {'key': '1', 'value': 'b'}, {'key': '2', 'value': 'c'}, {'key': '3', 'value': 'd'}, {'key': '4', 'value': '@'}, {'key': '5', 'value': 'e'}, {'key': '6', 'value': 'f'}, {'key': '7', 'value': 'g'}, {'key': '8', 'value': '.'}, {'key': '9', 'value': 'h'}, {'key': '10', 'value': 'i'}, {'key': '11', 'value': 'j'}, {'key': '12', 'value': 'k'}, {'key': '13', 'value': 'l'}, {'key': '14', 'value': 'm'}, {'key': '15', 'value': 'n'}, {'key': '16', 'value': 'o'}, {'key': '17', 'value': 'p'}, {'key': '18', 'value': 'q'}, {'key': '19', 'value': 'r'}, {'key': '20', 'value': 's'}, {'key': '21', 'value': 't'}, {'key': '22', 'value': 'u'}, {'key': '23', 'value': 'w'}, {'key': '24', 'value': 'x'}, {'key': '25', 'value': 'y'}, {'key': '26', 'value': 'z'}]
$recipent [email protected]

Stats

MD5 644aa321889a5a375c7a6b0f478aff44
Eval Count 0
Decode Time 170 ms