Last update at :2024-07-09,Edit by888u
1. Install Pagoda 5.9.1 free version
Centos installation script:
yum install -y wget && wget -O install.sh http://download.bt.cn/install/install.sh && sh install.shUbuntu installation script:
wget -O install.sh http://download.bt.cn/install/install-ubuntu.sh && sudo bash install.shDebian installation script:
wget -O install.sh http://download.bt.cn/install/install-ubuntu.sh && bash install.shFedora installation script:
wget -O install.sh http://download.bt.cn/install/install.sh && bash install.shIf the component fails, you can change the DNS:
echo -e "options timeout:1 attempts:1 rotate\nnameserver 8.8.8.8\nnameserver 114.114.114.114" >/etc/resolv.conf;2. Manually modify Pagoda Panel 5.9.1 to the professional version
Upgrade to Pagoda Professional Edition
wget -O update.sh http://download.bt.cn/install/update_pro.sh && bash update.sh proModify files
nano /www/server/panel/class/common.pySearch code line 164
data = panelAuth.panelAuth().get_order_status(None);replace with
data = {'status' : True,'msg' : {'endtime' : 32503651199 }};Run
echo > /www/server/panel/data/userInfo.jsonThen restart your panel
/etc/init.d/bt restartThen you can see the picture below
3. Restore Pagoda Panel 5.9.1 to free version
wget -O update.sh http://download.bt.cn/install/update.sh && bash update.sh freeRecommended site searches: Hong Kong cn2 server, registration-free, server in the United States, permanent free linux server, domain name registration information inquiry, Chinese domain name registration inquiry, org domain name, overseas server rental price, free domain name application and space expired domain name ,
All copyrights belong to 888u unless special state
发表评论