Most of the jerks aren't that computer literate. A simple way to block them is to just set a cookie with a uuid that never expires when they first hit your website. When ever they log in or register, record the uuid that they used (in case they log in from multiple computers or multiple browsers).. then when you want to ban someone, add all of these uuids to a banned list.. and here is the clincher: don't tell them they are banned immediately when they go to register again. that will tip them off that a cookie is involved. Send them a confirmation email, and when they click the link, your website tells them that there is an internal error and ask them to start all over again. After a few tried they will give up
At 12:33 AM 12/26/2008, Yuliang Ruan wro > >I'd like to implement a "Banned User" on my site, but I'm having trouble > >figuring how to do it effectively. > > > >I already ban by IP and by username (adding the IP they are connecting > >from if they try to sign in from another IP). But they can just change > >IPs and make a new account (I'm considering implementing a system where > >their password is emailed to them, but haven't yet). > > > >Is there anything else I can do that you people can come up with? :) > >unless u want to manually approve every single user signing up, >there's nothing u can do. u can start by banning his C block >IP...but that might lock some legit ppl out. if he switches C >blocks, then ban his damn B block too hehe. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:317127 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

