GithubHelp home page GithubHelp logo

bt-5.9.1-pojie's Introduction

宝塔5.9.1专业版手动破解方法

首先安装面板免费版

CentOS

yum install -y wget && wget -O install.sh http://download.bt.cn/install/install.sh && sh install.sh

Debian/Ubuntu

wget -O install.sh http://download.bt.cn/install/install.sh && sh install.sh

然后升级专业版

wget -O update.sh http://download.bt.cn/install/update_pro.sh && bash update.sh pro

找到路径/www/server/panel/class 找到文件名或者直接搜索:common.py

搜索代码164行 data = panelAuth().get_order_status(None)

替换成 data = {'status' : True,'msg' : {'endtime' : 32503651199 }}

完成后,进入 /www/server/panel/data 新建一个文件 文件名为:userInfo.json 内容空的,如果存在这个文件的删掉重新新建文件。

最后输入命令 /etc/init.d/bt restart 重启宝塔 完美嗨皮!!

注意:安装前请关闭宝塔网页 防止错误

如果使用失败,请恢复成免费版

代码为

wget -O update.sh http://download.bt.cn/install/update.sh && bash update.sh free

本地玩下可以 运营请支持正版

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.