How can you block certain IP Addresses from accessing your site?


Top Questions

<?php
$banned
= array("24.91.102.173", "64.21.162.113");
if (
in_array($_SERVER['REMOTE_ADDR'], $banned)) {
echo
"You have been banned.";
exit;
}
?>

Post new comment

The content of this field is kept private and will not be shown publicly.
CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
4 + 2 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.

Check It !

Tweet It

W3 Updates

Stay informed on our latest news!

Syndicate content