Pre Installation

The WHMCS User and IP Extended Control module relies on php’s geoip module in order to function. Without this, it’s not going to work for you. Installation is rather simple and easy. Here’s how to do it for redhat servers:

  1. Login as root (via SSH)
  2. Type the following from SSH:
  3. yum -y clean all
  4. yum -y install geoip geoip-devel GeoIP-GeoLite-data
  5. pecl install geoip
  6. Restart your webservice (usually service httpd restart)

If you have problems, we’ll happily take care of this and install it for you for a nominal fee. Just contact us and we’ll get you an order link

Side Note

If you run into errors related to GeoIP, make sure you’ve got their databases installed and downloaded to /usr/share/GeoIP/

Was this article helpful to you? No Yes