It’s right that spamming can be a huge problem. But you can prevent your site from being spammed by following several solutions such as giving the visitor a captcha field to fill in order to verify if he is human.…
Category: PHP
Pligg’s Voting Function Bug Solution
Right after Pligg announced the new 1.1.3 version, I was excited to download it and try it. However, I faced a some kind of disappointment. The voting system was not working; at the beginning, I thought a file must have been corrupted…
How To Block Multiple IP Addresses Using PHP
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…