:: DR_Cr4sH Encoder PHP Script ::
';
echo "<"."?"."php";
echo "\n";
echo $str;
echo "\n";
echo '?'.'>';
echo "";
}
function decode($str) {
for ($i=1;$i<=$_POST['ulang'];$i++){
$str = str_replace("(","##",$str);
$str = str_replace(")","!!",$str);
preg_match('/eval##gzinflate##base64_decode##(.*)!!!!!!;/',$str,$str2);
$str = $str2[1];
$str = base64_decode($str);
$str = gzinflate($str);
}
echo '";
}
?>