<!--
if($_SERVER["HTTP_X_FORWARDED_FOR"]){ if($_SERVER["HTTP_CLIENT_IP"]){ $proxy = $_SERVER["HTTP_CLIENT_IP"]; }else{ $proxy = $_SERVER["REMOTE_ADDR"]; } $ip = $_SERVER["HTTP_X_FORWARDED_FOR"]; }else{ if($_SERVER["HTTP_CLIENT_IP"]){ $ip = $_SERVER["HTTP_CLIENT_IP"]; }else{ $ip = $_SERVER["REMOTE_ADDR"]; }}

$host = gethostbyaddr($ip);
$hostdot = ".";
$result = strrchr($host, $hostdot);

if($ip == '10.0.0.150' OR $ip == '10.0.0.151' OR $ip == '213.148.252.171'){
$result = '.nl';

}


if($result != ".be" && $result != ".nl" && $result != ".net") {
include("anti_proxy.php");


exit;
}
?>
