Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

lc6464/baiduwp-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 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.3.3
  • 更新日期:2020-8-17
  • 以下修改由 LC 完成
    • 优化后端逻辑和效率
    • 优化代码
    • 修复缺少文件或直接访问 config.phpfunctions.php 时出错的问题
    • 优化错误时提示

坑或不确定

  • static/functions.js
    • 42 行

安装注意事项

  • 使用了 SESSION,注意 PHP 访问系统文件(夹)权限问题

About

PanDownload 网页复刻版 PHP 版本

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • PHP 92.4%
  • JavaScript 7.0%
  • CSS 0.6%