> 文档中心 > 一键破解宝塔面板的专业版本权限

一键破解宝塔面板的专业版本权限


 

 

            破解BT面板专业版权限有什么用

 

         我,身为一个穷小白,能买的起云服务器就不错了,再让我出钱去买服务,那就束手无策了,于是呢上某某网站找了找终于让我找到办法了,嘻嘻哈哈。
        解决难题之后效果如下:

前提是要安装了宝塔的免费版本的面板(5.9稳定版),这里的处理方案也是针对5.9的

Centos安装命令

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

Ubuntu/Deepin安装命令:

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

Debian安装命令:

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

Fedora安装命令:

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

 

破解方案1:

升级指令:

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

升级完成后,进入 /www/server/panel/class 修改其中的 common.py 文件

找到164行 进行注释(其实不注释也可以)

在164行下面添加如下代码:

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

完成后,进入 /www/server/panel/data 新建一个文件 文件名为:userInfo.json 内容空 ,然后输入命令

/etc/init.d/bt restart 

 

重启宝塔即可,一个专业版已经可以用了。

 

破解方案2

使用一键破解脚本:
 

wget https://okoke.cn/bt/btpanel.sh && chmod 755 btpanel.sh && bash btpanel.sh

这个脚本没有任何的木马,拿出来只是简单的几行代码:

#!/bin/bashwhile [ "$go" != 'y' ] && [ "$go" != 'n' ]doclearread -p "宝塔专业版破解补丁 By:okoke是否安装补丁?(y/n):" go;doneif [ "$go" = 'n' ];thenexit;fistartTime=`date +%s`wget -O update.sh http://download.bt.cn/install/update_pro.sh && bash update.sh procd /www/server/panel/classmv common.py common.py.bakwget -N --no-check-certificate https://okoke.cn/bt/common.zipunzip common.ziprm common.ziprm /root/btpanel.shcd /www/server/panel/datatouch userInfo.json/etc/init.d/bt restartecho "====================================="echo "恭喜您,宝塔专业版破解补丁已成功安装!";

然后,我们就有很多可以小白化的功能了,比如linux的网站统计实时精确统计网站流量、ip、uv、pv、请求、蜘蛛等数据

一开始的我是用网站访问日志来看搜索引擎有没有来爬,看的眼睛都花了,现在可以很高兴的使用面板统计了,由于是用来学习练手的,所以厚颜无耻的用了破解,还是得支持正版的,不然以后人家开发多难过。

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

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

 

素描网