GithubHelp home page GithubHelp logo

hhy5277 / baiduwp-php Goto Github PK

View Code? Open in Web Editor NEW

This project forked from yuantuo666/baiduwp-php

0.0 1.0 0.0 225 KB

PanDownload网页复刻版

License: MIT License

PHP 87.92% JavaScript 10.45% CSS 1.63%

baiduwp-php's Introduction

baiduwp-php

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

黑名单

以上网站使用本项目源码,未与作者联系而删除作者信息。 已经通知站长,请修改网站后联系我删除黑名单。

Demo

已加密,暂不开放!

安装注意事项

  • 使用了 SESSION,注意 PHP 访问系统文件(夹)权限问题
  • 仅支持 PHP 7 和 7+

视频教程

B站的视频应该是被举报了,现在已经锁定了,历经十二天终究是昙花一现。

原视频备份

LC优化版使用方法 BV1dt4y1D7Cf

Setting

请在 config.php 中找:

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

例如,你的SVIP的BDUSS是 123 ,STOKEN是 456 ,开启密码并且设置为 789 ,那么应该将 config.php 中设置成以下的代码:

define('BDUSS', '123');
define('STOKEN', '456');
define('IsCheckPassword', true);
define('Password', '789');

Thanks

New Changes

  • 当前版本:1.3.7
  • 更新日期:2020-8-25
  • 修改内容
    • 修复?download页面下无密码可进入问题
    • 增加版本显示,便于反馈问题

baiduwp-php's People

Contributors

lc6464 avatar yuantuo666 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.