geoIP Location

Last Update: Nov 26, 2017

This addon is requires some source edits to install.

Works with ElkArte: 1.0.8-1.1

Introduction:

This modification adds the ability to use the latitude & longitude of a member given their IP address. This is commonly referred to as geolocation. The mod makes use of the geoip capabilities in Nginx or Apache web servers. You must have this capability enabled in your web server and they must make the following enviroment variables available to PHP (‘GEOIP_LATITUDE’, ‘GEOIP_LONGITUDE’ ‘GEOIP_CITY_COUNTRY_NAME’, ‘GEOIP_CITY’, ‘GEOIP_REGION’, ‘GEOIP_CITY_COUNTRY_CODE’)

A note on accuracy: Maxmind shows that this database (which is updated on a monthly basis) is over 99.5% accurate on a country level making it a viable source for registration blocking.

When it comes to the city level accuracy this number is and 79% for the US (within a 25 mile radius). That is the best accuracy, and other countries city/region location accuracy tapper off from that. Even with that level of accuracy, it still makes for an entertaining online member map.

In some instances the IP address will not be found, or will have incomplete data. In this case the mod will make use of secondary sources to gather information.

Features:

  • Adds an on-line member map which will show a map pin for each IP currently on your forum
  • Adds the ability to block or allow member registrations on a per country basis
  • Adds in the geoIP information under the track IP sections, allows you to see city / region (state) / country of the IP address
  • Todo add country flag to online member list

There are admin settings available with this addon, go to admin - configuration - modification settings - geoIP.

Installation:

The package will install on all systems, however you must have geoip capabilities enabled in the web server and the environment variables made available to PHP. If you are on shared hosting, check with your host, or if you are on a VPS you can read more about it here: http://www.howtoforge.com/using-geoip-with-nginx-on-ubuntu-12.04 as an example of what is needed.

This addon requires a single edit to Logging.php, other than that it is all hook based.

Download a package by URL

  • Download a package by URL is a quick way to download a package from the web to your forum. Using (Package Manager -> Download Package) enter the below link under the “Download a package by url” field and select Download. This will save the package to your server where you can install it.

Upload a Package

  • Alternatively, download the package using the below link and then using (Package Manager -> Upload Package) browse to where you saved the package on your computer and upload it to the server. You may also FTP the downloaded file directly to your packages directory.

License:

This ElkArte Addon is subject to the terms of the Mozilla Public License version 1.1 (the “License”). You can obtain a copy of the License at https://www.mozilla.org/MPL/1.1/