Skip to content

PanDownload 网页复刻版 PHP 版本

License

Notifications You must be signed in to change notification settings

wiosk/baiduwp-php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

baiduwp-php

PanDownload 网页复刻版,PHP 语言版
本项目是依据 baiduwp 的 JavaScript 版本改写而来,仅供大家学习参考
希望在使用时能够保留导航栏的 Made by Yuan_Tuo 和 Optimized by LC,感谢!

Demo

已加密,暂不开放!

Setting

请在 config.php 中找:

define('BDUSS', '');
define('STOKEN', '');
define('IsCheckPassword', true);
define('Password', '请在这里填写密码啦!ヾ(≧▽≦*)o');
  • 前两项替换成你自己的 SVIP 信息就行,获取 cookie 方法见视频 BV1Yh411d7Gd
  • 第三项是是否需要密码的选项
  • 第四项是首页需要输入的密码,但是如果第三项为 false 则无效
  • 详细信息可见 config.php 的注释

Thanks

New Changes

  • 当前版本:1.2.2
  • 更新日期:2020-8-14
  • 以下修改由 LC 完成
    • 配置、函数与程序分离(后端
    • 修复 POST 方法访问 ?download 参数不齐全出错的问题
    • 修复未配置或配置了普通用户的 BDUSSSTOKEN 时显示空链接的问题
    • 样式、JavaScript 与页面分离(前端
    • 优化数据传输
    • 优化打开文件夹的表现(原来直接提示不可用,现在跳转到百度网盘官方的分享页面)
    • 使用函数减少重复工作的代码量
    • 增加注释
    • 优化前端代码
    • 优化后端逻辑和效率
    • 优化用户体验
    • 优化发生错误时的用户体验

坑或不确定

  • static/functions.js
    • 36 行

About

PanDownload 网页复刻版 PHP 版本

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 87.3%
  • JavaScript 10.7%
  • CSS 2.0%