$banned[0]="99.250.211.29"; // IP in the form of "192.168.1.1" or whatever
$banned[1]="192.168.1.2";
$banned[2]="24.59.160.217";
$banned[3]="65.173.178.42";
$banned[4]="75.150.52.162";
$banned[5]="174.153.24.160";
$banned[6]="67.140.176.93";
$banned[7]="98.19.89.77";
$banned[8]="173.81.221.102";
// add as many as you wish
if (in_array($_SERVER['REMOTE_ADDR'],$banned)) header("HTTP/1.1 403 Forbidden");
?>


Welcome to Pure Country