How to deploy the MaxMind geoIP free database in GAE by PHP?

YAH00

Registered Member
Joined
Apr 29, 2009
Messages
96
Reaction score
3
Maxmind have disabled the free JavaScript GeoIP service, iwant to install a geoip server myself on GAE.how can i do that like this site?thanks
Code:
http://geoapi123.appspot.com/
 
You can install this IP geolocation web server written in Go:
Code:
https://github.com/fiorix/freegeoip
 
Last edited:
Back
Top