The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Block country plugin
Is there a plugin that will allow me to block visitors from selected countries, or all countries except the USA? WordPress has such a plugin called "IQ Block Country" with the following description:
"Block out the bad guys based on from which country the ip address is from. This plugin uses the GeoLite data created by MaxMind for the ip-to-country lookups." |
#2
|
|||
|
|||
You could try using the IP Deny manager in your control panel, that stops them getting anywhere near the forum
|
#3
|
|||
|
|||
|
#4
|
|||
|
|||
Spangle,
Where is "IP Deny manager in your control panel" in Admin Cp for VB 505? |
#5
|
||||
|
||||
Or you could also use htaccess, country codes and country ip ranges.
|
#6
|
||||
|
||||
Try this neat tool, http://incredibill.me/htaccess-block-country-ips
I have read in some places though that doing this through .htaccess can slow the site down. Or you can try by blocking the country code. Code:
SetEnvIf CF-IPCountry CN BuzzOff=1 SetEnvIf CF-IPCountry RU BuzzOff=1 SetEnvIf CF-IPCountry IN BuzzOff=1 Order allow,deny Allow from all Deny from env=BuzzOff |
Благодарность от: | ||
Max Taxable |
#7
|
|||
|
|||
It's in your Database C Panel
|
#8
|
|||
|
|||
Thanks Spangle,
I tried the Godaddy CPanel IP Deny Manager and learned that the blocked ip ranges have to be listed for each country. I tried it for Chad (small country in the Sahara Desert) and Godaddy found 30 IP addresses to fill in. Can't imagine how many IP's Russia would have. Better than nothing, but would be better if they simply had an "Allow country" tool. --------------- Added [DATE]1391760389[/DATE] at [TIME]1391760389[/TIME] --------------- Thanks Ozzy, Researched your htaccess html (eg: SetEnvIf CF-IPCountry CN BuzzOff=1) and it looks like that can only be done with a dedicated server. Not in my budget or expertise for now. Guess I'm screwed for now Thanks again. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|