Meth0d
Fri 20 April 2007, 07:14 am GMT +0200
i know we are all familair with registration spam, and other similair forms of auto-signups on your sites. the first commonly known way to avert this is with the use of image verification to be sure that the user is a human - but this user can still be a naughty human and want to cause harm!
especially on blog sites. comment spam is a large problem, even worse with wordpress. there is even some bugs with the software that allows them to create accounts you have even disabled registrations and have comment spam "protection". i have decided the best way to combat this is to get rid of wordpress, and go on my own using my own cms.
the problem still remains though, how to stop them from registering. i have never used or implemented any type of image verification scripts, and actually would rather not use one. i know alot of sites that have an activation system, whereas instead the administrator must go by hand and activate accounts that he/she wishes to be apart of the site. this is more of along the lines of what I would like to do but what would be the best way to accomplish this? would a new table need to be created as new_users and first send registrations there, then once activated they are moved to the real users table? or just add a new field to user rows.. any ideas for the best solution?
especially on blog sites. comment spam is a large problem, even worse with wordpress. there is even some bugs with the software that allows them to create accounts you have even disabled registrations and have comment spam "protection". i have decided the best way to combat this is to get rid of wordpress, and go on my own using my own cms.
the problem still remains though, how to stop them from registering. i have never used or implemented any type of image verification scripts, and actually would rather not use one. i know alot of sites that have an activation system, whereas instead the administrator must go by hand and activate accounts that he/she wishes to be apart of the site. this is more of along the lines of what I would like to do but what would be the best way to accomplish this? would a new table need to be created as new_users and first send registrations there, then once activated they are moved to the real users table? or just add a new field to user rows.. any ideas for the best solution?