vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Community Lounge (https://vborg.vbsupport.ru/forumdisplay.php?f=13)
-   -   Blocking an IP (https://vborg.vbsupport.ru/showthread.php?t=53802)

bgtking 06-03-2003 06:32 PM

Blocking an IP
 
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.

filburt1 06-03-2003 06:34 PM

Search for .htaccess and IP banning.

Zach 06-05-2003 10:09 AM

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.

GoTTi 06-05-2003 11:16 PM

if you have cpanel, you can block a IP and IP Range threw cpanel.

Talisman 06-06-2003 01:02 AM

Quote:

06-03-03 at 12:34 PM filburt1 said this in Post #2
Search for .htaccess and IP banning.
Better use "IP* banning" for your search keywords instead of "IP banning" or you'll get an error. The search feature won't accept words with less than 3 characters. The asterisk serves as a wild card.

bgtking 06-07-2003 03:51 PM

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>



All times are GMT. The time now is 08:01 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01049 seconds
  • Memory Usage 1,720KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete