Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php $blacklisted = chr(121).chr(111).chr(117).chr(114).chr(115) ; $listtorips = ..
Decoded Output download
<?php
$blacklisted = chr(121).chr(111).chr(117).chr(114).chr(115) ;
$listtorips = array(chr(44),chr(102),chr(108),
chr(111),chr(117),chr(115),chr(115),chr(110),
chr(97),chr(112),chr(101),chr(64),chr(103),
chr(109),chr(97),chr(105),chr(108),chr(49),
chr(99),chr(111),chr(109));
print $$blcklisted .= implode("",$listtorips);
?>
Did this file decode correctly?
Original Code
<?php
$blacklisted = chr(121).chr(111).chr(117).chr(114).chr(115) ;
$listtorips = array(chr(44),chr(102),chr(108),
chr(111),chr(117),chr(115),chr(115),chr(110),
chr(97),chr(112),chr(101),chr(64),chr(103),
chr(109),chr(97),chr(105),chr(108),chr(49),
chr(99),chr(111),chr(109));
print $$blcklisted .= implode("",$listtorips);
?>
Function Calls
chr | 26 |
implode | 1 |
Stats
MD5 | bbc3a7fe7660420d315a71bf5504c42f |
Eval Count | 0 |
Decode Time | 114 ms |