Mutt
03-22-2002, 10:00 PM
I'm in the middle of making this and could use some feedback. this isn't finished so if you aren't able to do some work on your own, skip this one for now.
I've gotten discouraged trying to ban members. ips can be faked, cookies can be cleared, and free email accounts are abundant. How are you suppossed to actually ban people? Ok so, VB has the option to not allow people to register twice. It will take them all of 5 minutes to realize they just need to clear their cookie and boom they are right back in. I can't ban by ip, because I have a bunch of AOL users and they all use the same ips. The only way to ban 1 AOLer is to ban them all and the jerk could still go and fake an ip to get back in. Ban 1 account and they have 3 on standby. If you just go by ip addresses, you might ban the inoccent. It's a huge headache :(
I have a new plan. I'll make it easy for them to sign up for multiples, then I'll silently keep track of who they are. That's right, instead of guessing who is who, I'll let them identify themsleves. Then when I need to delete an account, I can delete them all without the guesswork.
The way I'm doing it is by making it so you can login without loggin out. Essentually ditching the logout link all together. then changing the logged in templates to the logged out ones (username and password fields are always present instead of your username with the logout link) This way, they might enter their other account info without clearing their cookies first
then when someone goes to register or login, I check to see if they are somebody else. If they are, the userid is quietly listed in their profile.
after people start logging into their multiple accounts, we should start seeing a comma seperated list of userids that that person was before loggin into the current account.
I need a little help testing it out. Once I get this working correctly, I'll use the "search for more users with this ip" feature of VB to build a alias CP so it's easy to search for peoples alias's.
Please send me your ideas and comments. I want to make this as powerful as possible.
I've gotten discouraged trying to ban members. ips can be faked, cookies can be cleared, and free email accounts are abundant. How are you suppossed to actually ban people? Ok so, VB has the option to not allow people to register twice. It will take them all of 5 minutes to realize they just need to clear their cookie and boom they are right back in. I can't ban by ip, because I have a bunch of AOL users and they all use the same ips. The only way to ban 1 AOLer is to ban them all and the jerk could still go and fake an ip to get back in. Ban 1 account and they have 3 on standby. If you just go by ip addresses, you might ban the inoccent. It's a huge headache :(
I have a new plan. I'll make it easy for them to sign up for multiples, then I'll silently keep track of who they are. That's right, instead of guessing who is who, I'll let them identify themsleves. Then when I need to delete an account, I can delete them all without the guesswork.
The way I'm doing it is by making it so you can login without loggin out. Essentually ditching the logout link all together. then changing the logged in templates to the logged out ones (username and password fields are always present instead of your username with the logout link) This way, they might enter their other account info without clearing their cookies first
then when someone goes to register or login, I check to see if they are somebody else. If they are, the userid is quietly listed in their profile.
after people start logging into their multiple accounts, we should start seeing a comma seperated list of userids that that person was before loggin into the current account.
I need a little help testing it out. Once I get this working correctly, I'll use the "search for more users with this ip" feature of VB to build a alias CP so it's easy to search for peoples alias's.
Please send me your ideas and comments. I want to make this as powerful as possible.