Tagged Questions

0
votes
1answer
51 views

Anti-flood in forumsoftware

Im making forum software. Now i want to add anti-flood. So when a post gets posted, a date("j-n-Y H:i:s") gets put in the table. Now i want a max of 4 posts per minute, or 15 seconds between each ...
0
votes
2answers
60 views

How can I prevent SPAM users from signing up?

I have a website that is starting to grow but with that comes users who continue to signup and send SPAM messages to other members. I currently use google's captcha API service but if a user creates ...
0
votes
1answer
71 views

Some problems related to generate antispam(captcha) in jpgraph

When I integrate this code into a html file, it shows nothing, but it works when it is separate with the other html code. So, could any one kindly teach me how to add it to html code and compare the ...
0
votes
1answer
52 views

Should I use SQLite for automatically build a list of banned IPs of comment spammers?

I am using a simple yet effective anti-spam system at a comments module which seems to be working flawlessly for more than a year now. Since it is capable of recognizing automated comment spam ...