Valhalla Legends Archive

General => General Discussion => Topic started by: K on July 09, 2003, 12:15 PM

Title: Such stuff as dreams are made on
Post by: K on July 09, 2003, 12:15 PM
I wish there were a thread were I could post all the people that really need to be banned.  JoeCool springs to mind immediately.  Note that I'm not wishing he were banned...I'm wishing I could request it  ::)
Title: Re:Such stuff as dreams are made on
Post by: iago on July 09, 2003, 03:31 PM
There are a lot of people I can think of, but it really is impossible to ban people since almost everybody can change their ip one way or another..
Title: Re:Such stuff as dreams are made on
Post by: Thing on July 09, 2003, 03:59 PM
Oh there's a real easy way with Apache:

<Directory "/whatever/web/root/is">
   Order deny,allow
   Deny from all
   Allow from this subnet, that subnet, etc.
</Directory>
Title: Re:Such stuff as dreams are made on
Post by: iago on July 09, 2003, 04:53 PM
True, but they can still go down to their friends/local library/school/radio shack and have access..
Title: Re:Such stuff as dreams are made on
Post by: Thing on July 09, 2003, 05:47 PM
Quote from: iago on July 09, 2003, 04:53 PM
True, but they can still go down to their friends/local library/school/radio shack and have access..
Not if I don't specify that subnet in the allow.
Title: Re:Such stuff as dreams are made on
Post by: Raven on July 09, 2003, 06:44 PM
You guys are thinking inside the box. There's a very very simple way to keep unwanted visitors out, and I'm sure atleast one of you (aside from me ofcourse ;) ) know it. :)
Title: Re:Such stuff as dreams are made on
Post by: Invert on July 09, 2003, 06:49 PM
You can just keep deleting the posts the person makes, which would discourage someone from posting since they know that their post will get deleted anyway.
Title: Re:Such stuff as dreams are made on
Post by: Naem on July 09, 2003, 06:51 PM
Quote from: Raven on July 09, 2003, 06:44 PM
You guys are thinking inside the box. There's a very very simple way to keep unwanted visitors out, and I'm sure atleast one of you (aside from me ofcourse ;) ) know it. :)

Since an unwanted user could just use a proxy to get in, I'm guessing you're thinking of a members-only forum.
Title: Re:Such stuff as dreams are made on
Post by: Raven on July 09, 2003, 06:59 PM
Essentially. Modify the forum to only allow admins to create member accounts. That's a way to keep unwanted idiots out. :)
Title: Re:Such stuff as dreams are made on
Post by: Thing on July 09, 2003, 07:02 PM
You are all missing the point I was trying to make.  If I put that in httpd.conf, NO computer can even begin a session with the server unless I specify a certain IP address, domain or subnet to allow.  All disallowed computers will get a 403.

It's easier to deny total access to everyone and allow access to 20 or so IP's, etc. than to allow everyone and try to deny computers that jump from proxy to proxy.

Of course, then you'll get the pissed off kid that will want to throw a temper tantrum and launch the "Oh I'm so clever" echo storm or syn flood attack.
Title: Re:Such stuff as dreams are made on
Post by: Raven on July 09, 2003, 08:00 PM
Quote from: Thing on July 09, 2003, 07:02 PM
You are all missing the point I was trying to make.  If I put that in httpd.conf, NO computer can even begin a session with the server unless I specify a certain IP address, domain or subnet to allow.  All disallowed computers will get a 403.

It's easier to deny total access to everyone and allow access to 20 or so IP's, etc. than to allow everyone and try to deny computers that jump from proxy to proxy.

Of course, then you'll get the pissed off kid that will want to throw a temper tantrum and launch the "Oh I'm so clever" echo storm or syn flood attack.

All that was pointless. No offense, ofcourse.
Title: Re:Such stuff as dreams are made on
Post by: DarkMinion on July 09, 2003, 08:07 PM
Camel.
Title: Re:Such stuff as dreams are made on
Post by: Thing on July 09, 2003, 08:33 PM
QuoteAll that was pointless. No offense, ofcourse.
None taken.

* adds deny from 12.248. *