The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
How can you block a certain IP from viewing your website? I had someone spam my forums and I want to ban them from the whole site.
|
#2
|
|||
|
|||
![]()
Search for .htaccess and IP banning.
|
#3
|
||||
|
||||
![]()
Ya know I have often though about this, and I think the most effective way to actually ban someone is to as follows.
1) Get the most complete sniffer you can find. Get every ounce of info on the problem before banning. That way when you do the IP ban and they proxy in, you can have it set up to alert you that someone new is on the forums that just happens to match all these different criterias that you have learned. 2) Put a redirect in on the user based on username/userid - if they do not know they can kill cookies than you got em righ there. 3) Of course monitor password strings compared to their password string. 4) If you know their instant messenger names, put something in logging their sign ins and off of that, as it gives you something to compare to other activities that match. 5) Try to third party cookie them. 6) Give up if they know anything and do not want to be banned. |
#4
|
|||
|
|||
![]()
if you have cpanel, you can block a IP and IP Range threw cpanel.
|
#5
|
||||
|
||||
![]() Quote:
|
#6
|
||||
|
||||
![]()
I was able to search and find this .htaccess script to block an IP. I'll post it incase anyone else needs it.
Code:
<Limit GET PUT POST> order allow,deny allow from all deny from 00.00.00.00. </Limit> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|