The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
GeoIP GeoLite from MaxMind - Anyone Using?
If anyone using the free GeoLite or the paid GeoIP products on a shared server to block/allow certain countries? I have found some older mods to incorporate this into vB, but I am looking to use more on an entire site level through .htaccess files as shown on their web site. Having some problems with it working though. If anyone here has used these, please let me know and I will post the details of the issue and maybe get some feedback as to what I have configured wrong. (I also posted on their forum, but there are about 100x more people here...)
|
#2
|
|||
|
|||
Sorry, I just saw your post. Hope you solved this problem.
Yes, we just GeoIP for many tasks. It works great and is very easy to install. The easiest way is to install the Apache2 mod_geoip. There are many APIs. |
#3
|
|||
|
|||
It's a good service (speaking from the point of view of running an ad server with geotargetting)
|
#4
|
|||
|
|||
We use the GeoIP database from MaxMind for many things:
Other vB mods that use other methods are not very scaleable (or accurate) compared to using the binary database (free) from MaxMind. |
#5
|
|||
|
|||
Quote:
So, I was wondering, how do I start banning countries on the server level? Thats what I want because I have several sites on that server, and they get hit with email spam attempts too. I am a novice though, don't know how to program, I need a product of some kind? thx |
#6
|
|||
|
|||
If you install Apache2 mod_geoip you can so something like below to redirect visitors from China, for example, to another web site or page:
Code:
<?php if (apache_note("GEOIP_COUNTRY_CODE") == 'CN'){ header("Location: http://www.anotherplace.com"); } ?> |
#7
|
|||
|
|||
I cant till I upgrade my whole physical server...
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|