UBB.Dev
Posted By: Charles1 Extremely practical ban idea - 04/10/2002 8:29 PM
If a forum bans a person and other people have the same IP that's like 1 digit off, they all get banned.

A practical hack could check the IP, and not enforce the ban if it's a certain user name, so you could make the ban not apply to others with the same IP.
Posted By: Jim Lord Re: Extremely practical ban idea - 04/10/2002 8:42 PM
AOL?
Posted By: LK Re: Extremely practical ban idea - 04/10/2002 9:20 PM
That's the problem with IP sharing, you have to live with that, no way to get around it. If you'll check for cookies, the user can always remove them.
Posted By: Graham Eames Re: Extremely practical ban idea - 04/10/2002 9:55 PM
That's one reason why banning should be an absolute last resort.

Of course there's a similar problem with shared IP addresses and flood control, but that's more of an irritation than a problem for the members affected.
Posted By: Charles1 Re: Extremely practical ban idea - 04/11/2002 4:55 AM
It should be possible. The IP ban is checked on register, log in, and post.

Something could be set so that on log in and post, it checks the username before the IP. If the username matches a name in the avoid list it can skip the IP check.

That possible?
Posted By: Charles Capps Re: Extremely practical ban idea - 04/11/2002 6:40 AM
... and you can't just ban that user because ... ? smile
Posted By: Charles1 Re: Extremely practical ban idea - 04/11/2002 8:13 AM
because that user isn't the one you want to ban, he unfortunately has the same IP (within 1 digit) as somebody you do want to ban, and the person you want banned will sign up again if he's not banned and fill the board with crap
Posted By: iluvcharlescapps Re: Extremely practical ban idea - 04/11/2002 8:47 AM
1 octet, not 1 digit
Posted By: Charles1 Re: Extremely practical ban idea - 04/11/2002 6:49 PM
Same **** Mr. Computer man.
Posted By: LK Re: Extremely practical ban idea - 04/11/2002 6:58 PM
Oh, I understand what you mean. You wanted to check if the user is NOT X instead if the user IS X

Open ubb_lib.cgi.

Find:
Code
[/code]Add below:
[code]
© UBB.Developers