diff --git a/README.md b/README.md index f993cdfb..6c7f82c5 100644 --- a/README.md +++ b/README.md @@ -32,14 +32,13 @@ define('Password', '请在这里填写密码啦!ヾ(≧▽≦*)o'); - [PNL 下载方式](https://www.lanzous.com/u/pnl "PNL 下载方式") ## New Changes -- 当前版本:`1.3.4` +- 当前版本:`1.3.5` - 更新日期:2020-8-17 - 以下修改由 [LC](https://github.com/lc6464 "LC") 完成 - 优化后端逻辑和效率 - 优化代码 - 优化错误时提示 - - 修复 PHP 7- 版本使用时报错的情况 - - 强制要求使用 PHP 7 或 7+ + - 修复浏览器中点击下载链接,传递 Referer 导致概率性出错的问题 ## 坑或不确定 - `static/functions.js` diff --git a/config.php b/config.php index e2b3896e..69f01c1b 100644 --- a/config.php +++ b/config.php @@ -12,7 +12,7 @@ * 请不要使用弱密码!否则后果自负! * 若只在局域网开放,则可根据个人喜好开启或关闭密码。 * - * @version 1.3.4 + * @version 1.3.5 * * @author Yuan_Tuo * @link https://imwcr.cn/ @@ -22,7 +22,7 @@ * @link https://lcwebsite.cn/ * @link https://space.bilibili.com/52618445 */ -define('programVersion', '1.3.4'); +define('programVersion', '1.3.5'); if (!defined('init')){ // 直接访问处理程序 http_response_code(403); header('Content-Type: text/plain; charset=utf-8'); header('Refresh: 3;url=./'); die("HTTP 403 禁止访问!\r\n此文件是 PanDownload 网页复刻版 PHP 语言版项目版本 " . programVersion . " 的配置文件!\r\n禁止直接访问!"); diff --git a/functions.php b/functions.php index 1aab5864..b59531f9 100644 --- a/functions.php +++ b/functions.php @@ -6,7 +6,7 @@ * * 请勿随意修改此文件!如需更改相关配置请到 config.php ! * - * @version 1.3.4 + * @version 1.3.5 * * @author Yuan_Tuo * @link https://imwcr.cn/ diff --git a/index.php b/index.php index d42747dc..703a620a 100644 --- a/index.php +++ b/index.php @@ -11,7 +11,7 @@ * * 此项目 GitHub 地址:https://github.com/yuantuo666/baiduwp-php * - * @version 1.3.4 + * @version 1.3.5 * * @author Yuan_Tuo * @link https://imwcr.cn/ @@ -205,8 +205,8 @@
获取下载链接失败

已获取到文件,但未能获取到下载链接!

请检查你是否在 config.php 中配置 SVIP 账号的 BDUSS 和 STOKEN!

未配置或配置了普通账号的均会导致失败!必须要 SVIP 账号!

' . FileInfo($filename, $size, $md5, $server_ctime) . ''; // 未配置 SVIP 账号 else echo '
'; // 成功! +
获取下载链接成功

' . FileInfo($filename, $size, $md5, $server_ctime) . '

下载链接(不安全) + 下载链接(安全)

下载链接使用方法(必读)

'; // 成功! } else echo '
'; // 未知错误 } else echo '