All tutorials I have seen have pointed towards functions like geoip_record_by_name
. I always get this error: Fatal error: Call to undefined function geoip_record_by_name() in /home/<acct>/public_html/geoip.php on line <line>
I'm on "shared" hosting, meaning I don't have access to install the PECL geoip extension.
What are other (free!) ways to perform geoip lookups? Preferably ones which don't depend on an external service?