subscribe via rss subscribe via mail subscribe via twitter

How To Block Multiple IP Addresses Using PHP

Posted in PHP on October 20th, 2009

PHP Book

Sometimes you need to disallow a visitor to access your website. The most common reason for this is Spammers. Although there are several other solutions to block multiple IP addresses such as using Apache’s mod_rewrite which I am going to write about it soon. but today I am going to focus on the method of PHP.

Read the rest of this article »

Page 1 of 11