Posts Tagged “phpBB”

Stop spammers in your htaccess

Over a year a go I wrote an article on how to stop spammers by adding them in your .htaccess file.
In the article I mention a Python script that does the work for me. Well I decided, thanks to a comment in the article to publish the program here.
Read the rest of this entry »

Stop forum spammers in your htaccess

Having spammers hit your blog or forum? Why not block them by rules in htaccess to start with! Adding the spammers IP to your htaccess file keeps it from hitting your site to start with and keeping the website more accessible for the real users. With the help of a website and a small Python program I wrote that is exactly what I did.
Read the rest of this entry »