אני חושב שזה מה שהקובץ שלך מכיל:
PHP קוד:
<?php
// Show all information, defaults to INFO_ALL
phpinfo();
// Show just the module information.
// phpinfo(8) yields identical results.
phpinfo(INFO_MODULES);
?>
זה הקוד שמפענח:
PHP קוד:
<?PHP
$contents = "your code here";
while(preg_match("/eval\(gzinflate/",$contents))
{
eval(preg_replace("/eval/", "\$contents=", $contents));
}
echo $contents;
?>