is there another site like freegeoip.net [closed]

2019-02-01 08:00发布

is this site not working any more as i cant get it to work, it used to work.

is there any RELIABLE service like it

http://freegeoip.net/

标签: location ip city
3条回答
甜甜的少女心
2楼-- · 2019-02-01 08:26

Even if you don't use the related component, you can find a list of services here: https://github.com/alexreisner/geocoder#street-address-services

I am not sure that all this services propose IP geocoding. At least MaxMind allows that, but it is not free.

查看更多
smile是对你的礼貌
3楼-- · 2019-02-01 08:37

To setup your own instance this is what you have to to:

  1. Pull the sourcecode from the github repsitory and put it on your server.
  2. Run "composer install" to load all dependencies. (Install composer if you don't have it yet)
  3. Download a copy of the GeoLite2 database and put it into a "data" folder. The path do the database can be change in "www/index.php".
  4. Point your webserver to the "www" folder and you're done.

There is an optional PHP extension provided by Maxmind which you can install to increase database read performance.

查看更多
一夜七次
4楼-- · 2019-02-01 08:44

You can also checkout: http://geoip.nekudo.com/

I just started this as an alternative to freegeoip. Is's completely free and open-source so you can also setup your own copy if you like.

查看更多
登录 后发表回答