From 337888b3ef18c02b123392b9f15cafff143715d3 Mon Sep 17 00:00:00 2001 From: yuantuo666 Date: Thu, 18 Feb 2021 17:37:17 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=BA=93=E4=B8=AD=E8=B4=A6=E5=8F=B7=E5=A4=B1=E6=95=88=E4=B8=80?= =?UTF-8?q?=E7=9B=B4=E5=88=B7=E6=96=B0=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 1e7d37b9..6fc0d902 100644 --- a/index.php +++ b/index.php @@ -430,7 +430,7 @@ function getip() //模式1:用到废为止 case 2: //模式2:轮番上 - if (strstr('https://' . $realLink, "//qdall") or $realLink == "") { + if ($id != "-1" and (strstr('https://' . $realLink, "//qdall") or $realLink == "")) { //限速进行标记 并刷新页面重新解析 $sql = "UPDATE `" . $dbtable . "_svip` SET `state`= -1 WHERE `id`=$id"; $mysql_query = mysqli_query($conn, $sql); From e4eaa0f6bfe048e692217b268b2e6bd15b3c2a37 Mon Sep 17 00:00:00 2001 From: yuantuo666 Date: Thu, 18 Feb 2021 17:44:33 +0800 Subject: [PATCH 2/2] =?UTF-8?q?README.md=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a912bdd3..8d322640 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,14 @@ PanDownload 网页复刻版,PHP 语言版
因站长学习紧张加上精力有限,演示站没有时间维护,故暂时关闭。 ## 📦New Changes -- 当前版本:`2.1.0` +- 当前版本:`2.1.1` +- 更新日期:2021-02-18 +- 修改内容: + - ⚠错误修复 + - 修复数据库中会员账号失效后一直刷新页面问题 + - 修复旧版本无法正常升级问题 + +- 修改版本:`2.1.0` - 更新日期:2021-02-17 - 修改内容: @@ -92,6 +99,12 @@ PanDownload 网页复刻版,PHP 语言版
- 增加部分配置异常的处理程序 - 优化部分 PHP 和 JavaScript 代码 +## 💡Contact +- 项目作者:Yuan_Tuo +- 作者邮箱:yuantuo666@gmail.com +- 作者首页:https://imwcr.cn/ +- Telegram:yuantuo666 + ## 🔔Thanks - [baiduwp JavaScript 版](https://github.com/TkzcM/baiduwp "GitHub 项目") - [PanDownload 网站](https://pandownload.com/ "PanDownload 网站")