View Full Version : Ip blocking?


Dark Unicorn
06-29-2003, 05:51 AM
I think this goes here, anyways, does anyone know how to block certian ip addies? Or perhaps a link to a tutorial to it. That would be nice. Thanks :D

SSPrincess
06-29-2003, 06:18 AM
This has come up before in the forum. Please search to make sure that your question has not already been asked. These are the results I found, and you should be able to find an answer here (http://www.lissaexplains.com/forum/search.php?s=&action=showresults&searchid=80200&sortby=lastpost&sortorder=descending).

Dark Unicorn
06-29-2003, 06:22 AM
Yes, i did search, i even went there, but guess what? Lissa must have removed that part of a tutorial, because, its not there, I read over the whole thing. It just tells you how to prevent direct linking of images. Ack

SSPrincess
06-29-2003, 06:26 AM
Did you check all of the threads? What about this (http://www.lissaexplains.com/forum/showthread.php?s=&threadid=33976) one?

SchitzophreniiC
06-29-2003, 06:00 PM
<Limit GET POST>
order allow,deny
allow from all
deny from ip.to.ban.here # you can put multiple IPs (a single whitespace-delimited) on the same line
</Limit>

Dark Unicorn
06-29-2003, 06:26 PM
Thanks, that makes it easier.