Topic: Ideas on how to prevent spam registration?
I think we all need to get together and think of ways to fight spam bot registration.
Here are some ideas i have and im got a few from other posts also:
1) use tokens
http://shiflett.org/articles/foiling-cross-site-attacks
2) ban certain TLDs or only allow certain ones
3) ban free email accounts (gmail, hotmail,...)
4) create another database table that holds the registered users until they confirm their email address, and once they confirm their email address add them to the valid user database (although some spammers do confirm their email address)
5) put in "honey pot" form fields and test them for values
6) captcha (text captcha, math captcha, ...)
7) check referrer
granted a lot of those can be overcome rather easily, maybe a combination of all of them would help kill 99% of the spam
feel free to add your ideas