The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
The nature and content of my forum will be of interest to users limited to only the continental US.
Thanks --------------- Added [DATE]1268521343[/DATE] at [TIME]1268521343[/TIME] --------------- I'm using vB4.0 and tried searching the forum. The search was not allowed because a search of the phrase "block IP address" returns IP is only 2 characters. |
#2
|
||||
|
||||
![]()
Have you tried searching for "Block Access"
https://vborg.vbsupport.ru/search.php?searchid=15161018 What you are looking for is GeoIP: Code:
GeoIPEnable On GeoIPDBFile /path/to/GeoIP.dat SetEnvIf GEOIP_COUNTRY_CODE US AllowCountry # ... place more countries here Deny from all Allow from env=AllowCountry # Optional - use if you want to allow a specific IP address from the country you denied # (See http://httpd.apache.org/docs/1.3/mod/mod_access.html for more details) Allow from 10.1.2.3 http://www.maxmind.com/app/mod_geoip One major downside I can think of is that your members when abroad can't access your site. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|