首先打开Matomo后台,依次点击平台>商城>搜索插件:IP 2 Location,然后点击安装。 之后打开系统>IP2Location 打开IP2Location官网,地址:https://lite.ip2location.com/ 登录后选择IP2Location Database>DB11.LITE IP-COUNTRY-REGION-CITY-LATITUDE-LONGITUDE-ZIPCODE-TIMEZONE>IPv6 Database 然后点击BIN下载按钮,下载后...
常见地理位置数据库: Ip2location、Maxmind GeoLite2 ip2location 可提供不同级别的 ip 地理位置数据库 # 国家级 DB1.LITE IP2Location LITE IP-COUNTRY Database # 城市级 DB3.LITE IP2Location LITE IP-COUNTRY-REGION-CITY Database # 城市级 + 经纬度 DB5.LITE IP2Location LITE IP-COUNTRY-REGION-...
首先,您需要进入Matomo后台,依次点击“平台”->“商城”->“搜索插件”,并选择并安装“IP 2 Location”插件。接下来,转至“系统”->“IP2Location”,开始准备IP 2 Location数据库的导入。前往IP 2 Location的官方网站,网址为: lite.ip2location.com/,进行登录并选择“IP2Location Database”-...
Open("./IP2LOCATION-LITE-DB5.BIN") country := ip2location.Get_country_long(ip) region := ip2location.Get_region(ip) city := ip2location.Get_city(ip) latitude := ip2location.Get_latitude(ip) longitude := ip2location.Get_longitude(ip) fmt.Printf("country: %s\n", country.Country_...
请确保将'path/to/IP2LOCATION-LITE-DB1.IPV6.BIN'替换为你实际的数据库文件路径。 4. 查询时可能遇到的问题和解决方案 数据库未找到:确保数据库文件路径正确,并且文件存在。 IP地址未找到:可能是因为该IP地址不在数据库中,或者数据库版本过旧。可以尝试更新数据库或检查IP地址是否正确。 查询结果不准确:由于地...
IP2Location Lite web viewer is a simple viewer for the free IP2Location Lite database making use of JS, PHP, Ajax, Json, HTML, CSS. 1.2. Features Supports the free IP2location Lite database (DB15 binary file) with millions of updated IP addresses. Supports sorting of the view with 2...
IP2Location database.mkdir -p /usr/share/ip2locationcd/usr/share/ip2location# Go to https://lite.ip2location.com. Sign up an account for login and password.# Download and decompress the latest IP2Location LITE database.wget http://download.ip2location.com/lite/IP2LOCATION-LITE-DB1....
ip2location.Open("./IP2LOCATION-LITE-DB5.BIN") country := ip2location.Get_country_long(ip) region := ip2location.Get_region(ip) city := ip2location.Get_city(ip) latitude := ip2location.Get_latitude(ip) longitude := ip2location.Get_longitude(ip) ...
Apptigent PowerTools LITE ApyHub (Independent Publisher) ApyHub Document Readability (Independent Publisher) ApyHub Generate iCal (Independent Publisher) Aquaforest PDF Aranda Service Management ArcGIS ArcGIS Enterprise ArcGIS PaaS AS2 Asana Asite Asite (Canada) Asite (Hong Kong) Asite (KSA) Asite (UA...
ip :="8.8.8.8"ip2location.Open("./IP2LOCATION-LITE-DB5.BIN") country := ip2location.Get_country_long(ip) region := ip2location.Get_region(ip) city := ip2location.Get_city(ip) latitude := ip2location.Get_latitude(ip) longitude := ip2location.Get_longitude(ip) ...