- ℹ️ XF versions
- 2.2.x
- 2.3.x
Description:
Records location during registration.
(Example of Approval queue showing register location)
(Example of Options page)
Setup:
By default this add-on will use the ipapi.com to get the location from the users IP address. However using the API is not as reliable as using the GeoIp2 library. Here is a link which explains how to install the GeoIp2 library.
www.xf2addons.com
Database changes:
This add-on will add a field called 'andy_register_location' to your xf_user table.
Records location during registration.
(Example of Approval queue showing register location)
(Example of Options page)
Setup:
By default this add-on will use the ipapi.com to get the location from the users IP address. However using the API is not as reliable as using the GeoIp2 library. Here is a link which explains how to install the GeoIp2 library.
How to install the GeoIp2 library
The GeoIp2 library allows reading the GeoLite2 database located on your server and you can lookup as many IP addresses as you like. The GeoIp2 library is free and is easy to install. Installation instructions Create a directory called misc in your public_html directory. Log into your server...
Database changes:
This add-on will add a field called 'andy_register_location' to your xf_user table.