I'm having a similar problem with another mock up
function a($a){ return gzinflate(base64_decode($a));}
while(!$b){
if(substr($a,0,4) == ‘eval’ || !$count){
$a = a(str_replace(Array(’eval(gzinflate(base64_decode(\”,’)));’),”,$a));
$count++;
}else
$b = true;
}
echo $a;
And this is the line 283:
$a = a(str_replace(Array(’eval(gzinflate(base64_decode(\”,’)));’),”,$a));
Please help.