bt5.9手动开心

如果不想看过程、原理,直接到最底下的一键脚本

方法1

安装bt5.9

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

升级到专业版

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

开心

1
2
3
1.  >/www/server/panel/data/userInfo.json

2.  /etc/init.d/bt restart

反正就这样就可以装付费插件了,到期时间显示当天

还有一种方法(方法2),先正常安装5.9.2专业版,然后用5.9.0的common.py替换5.9.2的,再按照网上流传的修改方法(164行修改为[data = {'status' : True,'msg' : {'endtime' : 32503651199 }};])

安装bt5.9

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

升级到专业版

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

替换common.py

1
2
3
4
5
6
7
1.  cd /www/server && cp -r panel panel-bak

2.  wget http://download.bt.cn/install/update/LinuxPanel-5.9.0_pro.zip

3.  unzip -o LinuxPanel-5.9.0_pro.zip panel/class/common.py

4.  rm -f LinuxPanel-5.9.0_pro.zip

开心

1
2
3
4
5
1.  sed -i "s/data = panelAuth.panelAuth().get_order_status(None);/data = {'status' : True,'msg' : {'endtime' : 32503651199 }};/" /www/server/panel/class/common.py

2.  >/www/server/panel/data/userInfo.json

3.  /etc/init.d/bt restart

这样的话,就是显示2099年到期了


不管你用不用的上,建议把这几个老版本下载保存一份

脚本

1
2
3
1.  http://download.bt.cn/install/install.sh

2.  http://download.bt.cn/install/update_pro.sh

面板文件

1
2
3
4
5
6
7
8
9
10
11
1.  http://download.bt.cn/install/update/LinuxPanel-5.9.0.zip

2.  http://download.bt.cn/install/update/LinuxPanel-5.9.1.zip

3.  http://download.bt.cn/install/update/LinuxPanel-5.9.2.zip

4.  http://download.bt.cn/install/update/LinuxPanel-5.9.0_pro.zip

5.  http://download.bt.cn/install/update/LinuxPanel-5.9.1_pro.zip

6.  http://download.bt.cn/install/update/LinuxPanel-5.9.2_pro.zip

主要是安装脚本和5.9.0和5.9.2这三个

1
2
3
4
5
1.  http://download.bt.cn/install/install.sh

2.  http://download.bt.cn/install/update/LinuxPanel-5.9.0_pro.zip

3.  http://download.bt.cn/install/update/LinuxPanel-5.9.2_pro.zip

一键脚本

1
2
3
4
5
1.  #确保有wget和unzip

2.  yum install -y wget unzip

4.  apt install -y wget unzip

方法1

1
2
3
4
5
6
7
8
9
1.  #以下代码一起复制粘贴回车

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

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

4.  >/www/server/panel/data/userInfo.json &&

5.  /etc/init.d/bt restart && /etc/init.d/bt default

方法2

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
1.  #以下代码一起复制粘贴回车

2.  wget -O install.sh http://download.bt.cn/install/install.sh && echo y | sh install.sh &&

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

4.  cd /www/server && cp -r panel panel-bak &&

5.  wget http://download.bt.cn/install/update/LinuxPanel-5.9.0_pro.zip &&

6.  unzip -o LinuxPanel-5.9.0_pro.zip panel/class/common.py && rm -f LinuxPanel-5.9.0_pro.zip &&

7.  sed -i "s/data = panelAuth.panelAuth().get_order_status(None);/data = {'status' : True,'msg' : {'endtime' : 32503651199 }};/" /www/server/panel/class/common.py &&

8.  >/www/server/panel/data/userInfo.json &&

9.  /etc/init.d/bt restart && /etc/init.d/bt default
坚持原创技术分享,您的支持将鼓励我继续创作!