Seems Maxmind has gone to paid, and no longer offering a free version - as far as I can see. Anyone have any alternatives or suggestions for inserting geo-locations dynamically?
I don't know of a free version but I will just buy the db ( it's not very expensive ) and use it from PHP.
http://dev.maxmind.com/geoip/geoip2/geolite2/
yeah, I was using the google api as well. But it seems that also stopped working.
<script type='text/javascript' src='http://www.google.com/jsapi'></script>
document.write(google.loader.ClientLocation.addres s.city);