1
0
mirror of https://github.com/kremalicious/krtmn.git synced 2024-12-22 17:23:33 +01:00
krtmn/includes/geo/README.md

31 lines
917 B
Markdown
Raw Normal View History

2016-04-13 22:02:46 +02:00
GeoIP package for YOURLS
========================
2012-02-26 03:28:54 +01:00
2016-04-13 22:02:46 +02:00
What the hell?
--------------
2012-02-26 03:28:54 +01:00
Text files from this package (GeoIP.dat and geoip.inc) are provided free by
MaxMind. Accuracy is 99.5% so don't sweat it if you get unrealistic results.
If unsure, you can always get the latest version of the GeoIP database
from the following URL: http://www.maxmind.com/app/geolitecountry
(look for a link pointing to a file named "GeoIP.dat.gz")
Flag files from this package come from various sources. Feel free to copy and
redistribute them just as I'm doing :)
2016-04-13 22:02:46 +02:00
How to install this package
---------------------------
2012-02-26 03:28:54 +01:00
2016-04-13 22:02:46 +02:00
* In directory "includes", create a subdirectory "geo", so you have the
following directory structure:
2012-02-26 03:28:54 +01:00
2016-04-13 22:02:46 +02:00
[yourls_root]
+--admin
+--[other directories...]
+--includes
+--geo
2012-02-26 03:28:54 +01:00
2016-04-13 22:02:46 +02:00
* Put the content of this package (files GeoIP.dat and geoip.inc) into
2012-02-26 03:28:54 +01:00
the freshly created "geo" subdirectory