Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #72 from yuantuo666/dev
Browse files Browse the repository at this point in the history
修复错误 版本更新
  • Loading branch information
yuantuo666 authored Feb 18, 2021
2 parents 5067412 + e4eaa0f commit f11c34b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,14 @@ PanDownload 网页复刻版,PHP 语言版<br/>
因站长学习紧张加上精力有限,演示站没有时间维护,故暂时关闭。

## 📦New Changes
- 当前版本:`2.1.0`
- 当前版本:`2.1.1`
- 更新日期:2021-02-18
- 修改内容:
- ⚠错误修复
- 修复数据库中会员账号失效后一直刷新页面问题
- 修复旧版本无法正常升级问题

- 修改版本:`2.1.0`
- 更新日期:2021-02-17
<!-- 同志们,写更新日志要细致啊,不要写笼统的! -->
- 修改内容:
Expand All @@ -92,6 +99,12 @@ PanDownload 网页复刻版,PHP 语言版<br/>
- 增加部分配置异常的处理程序
- 优化部分 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 网站")
Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit f11c34b

Please sign in to comment.