diff --git a/README.MD b/README.MD index edd0986..311e849 100644 --- a/README.MD +++ b/README.MD @@ -104,8 +104,8 @@ php tests/ip.php -i 2409:8a00:6c1d:81c0:51b4:d603:57d1:b5ec ## 感谢 -1,纯真IP库 - +1,纯真IP库(需要安装 EXE ,解压获得离线包) https://www.cz88.net/help?id=free - +2,IPV6(目前已经不再提供离线下载包) +https://ip.zxinc.org/ipquery/ diff --git a/UPDATE.MD b/UPDATE.MD index 6c8ab18..727cff0 100644 --- a/UPDATE.MD +++ b/UPDATE.MD @@ -5,10 +5,13 @@ ``` IP 地理位置查询类 -2021-04-10 赵彬言 +2023-12-01 +升级 qqwry.day 2023011022 版本 -1,3.x 支持ipv6,无缝衔接2.x +2021-04-10 + +1,3.x 支持ipv6,无缝衔接2.x 3.x已完成的功能有 - 支持ipv6 @@ -20,42 +23,42 @@ IP 地理位置查询类 -2020-10-30 赵彬言 +2020-10-30 1,大更新,重构代码。兼容历史代码。希望能支持ipv6 -2019-07-25 赵彬言 +2019-07-25 1,增加自动更新功能,参考 https://blog.shuax.com/archives/QQWryUpdate.html 感谢 https://github.com/itbdw/ip-database/issues/10 -2017-09-12 赵彬言 +2017-09-12 1,缩减返回数据,去掉字段 remark smallarea beginip endip 2,将调用改为单例模式,保证只读取一次文件 3,修复 bug,直接将返回 gbk 编码内容转为 utf-8,移除编码隐患 4,去掉了"省"标志,变成了如 中国 浙江 杭州市 这样的数据 -2017-09-04 赵彬言 +2017-09-04 1,更新 composer 相对路径,bug fix -2015-06-11 赵彬言 +2015-06-11 1,支持composer 方式引用 2,更新 is_valid_ip 实现 -2013-11-10 赵彬言 +2013-11-10 1,优化,新增支持到市区,县城 2,返回结构增加 smallarea,具体请看注释 -2012-10-21 赵彬言 +2012-10-21 1,增加市,县显示 2,去掉不靠谱的自动转码 先统一改为 GBK,最后再做转换解决编码问题 -2012-08-15 赵彬言 +2012-08-15 1,更新为 PHP5 的规范 2,增加 wphp_ip2long 方法 diff --git a/bin/update-ip.php b/bin/update-ip.php index 84c1762..d6ac9d4 100644 --- a/bin/update-ip.php +++ b/bin/update-ip.php @@ -6,6 +6,8 @@ * Time: 下午2:24 */ +die("Not Available."); + /* 纯真数据库自动更新原理实现 www.shuax.com 2014.03.27 diff --git "a/doc/\346\240\274\345\274\217\350\257\246\350\247\243-ipdb.txt" b/doc/introduction-ipdb.txt similarity index 100% rename from "doc/\346\240\274\345\274\217\350\257\246\350\247\243-ipdb.txt" rename to doc/introduction-ipdb.txt diff --git "a/doc/\346\240\274\345\274\217\350\257\246\350\247\243-qqwry.txt" b/doc/introduction-qqwry.txt similarity index 100% rename from "doc/\346\240\274\345\274\217\350\257\246\350\247\243-qqwry.txt" rename to doc/introduction-qqwry.txt diff --git a/src/libs/qqwry.dat b/src/libs/qqwry.dat index 555db57..6d8d8cc 100644 Binary files a/src/libs/qqwry.dat and b/src/libs/qqwry.dat differ