Re: [PHP] captcha and blacklist

2006-07-25 Thread Jon Anderson
So you want a blacklist that bans IPs for some amount of time, and that's capable of sharing the blacklist between multiple HTTP servers... Seems to me that you need some sort of central or shared database...I'm not quite sure why SQL wouldn't be an option, but it seems to me that it should be

[PHP] captcha and blacklist

2006-07-25 Thread nicolas figaro
Hi, I'd like to set a captcha on my web server(s). The code works quite fine, but I'd like to blacklist (for an amount of time) the ips that failed with the captcha x times. The web server works with an SQL server, but I cannot ask the page to check for each IP with a request to the databas