You guys have the best service that I could ever find! The price, customer support, and the uptime is incredible! And even the features! When I send a message to your Support Team, I get a response within about thirty minutes, sometimes about an hour or less! The CPanel is great, too! Instead of using this code at PHP Freaks, you can use the IP Deny Manager.
CODE <?php
$banned_ip = array();
$banned_ip[] = '111.111.111.111';
$banned_ip[] = '111.111.111.112';
$banned_ip[] = '111.111.111.113';
$banned_ip[] = '111.111.111.114';
foreach($banned_ip as $banned) {
$ip = $_SERVER['REMOTE_ADDR'];
if($ip == $banned){
echo "You have been banned!";
exit();
}
}
// rest of PHP Script here!
?>
If you want to make your Web site PHP-based though, you'd use that script, but it's easier to use CPanel and do it! Much better Web hosting than ever before!
FunRoadRacers.com


