This article has been included in the column of this site
[Use Bt Linux Panel Well] [1]
The Bt Linux panel is a server management software that improves operation and maintenance efficiency. It supports more than 100 server management functions such as one - click LAMP/LNMP/cluster/website/FTP/database/Java.
There are 30 professional teams to develop and maintain. After more than 200 versions of iteration, the functions are complete, less wrong and safe enough, and it has been recognized by million users worldwide. Operation and maintenance must be efficient, install Bt.
Bt server panel, one - click all - around deployment and management, send you 3188 yuan gift package, click me to receive [https://www.bt.cn/?invite_code=mv93cm1wcgq= [3]]
Recently, the Bt has released the 7.8.0 version update. Many people have found that the cracking has failed after updating. After the update of one of my servers, I tried to crack with similar ideas. At present, I did not succeed, so I returned the 7.7.0 version.
1. Install the Bt
CentOS installation script
bash
Yum Install - Y Wget && WGET - O Install.sh http://download.bt.cn/install/install_6.0.sh &&SH
Ubuntu/deepin installation script
bash
wget - o install.sh http://download.bt.cn/install/install- ubuntu_6.0.sh && sudo bash install.sh.sh.sh.sh.sh.sh.sh.sh.sh.sh.sh.
Debian installation script
bash
wget - o install.sh http://download.bt.cn/install/install- ubuntu_6.0.sh && bash install.sh.sh.sh.sh
Fedora installation script
bash
wget - o install.sh http://download.bt.cn/install_6.0.sh && bash install.sh.sh.sh.sh
** Note: It must be installed with a new system of Apache/Nginx/PHP/MySQL.
2. Reduce version
Download the official upgrade script
bash
wget - o update6.sh http://download.bt.cn/install/update6.sh
Editing script
bash
vim ~/update6.sh
Modify line 49 to
[Hide]
bash
WGET - T 5 - O /TMP/panel.zip $ Download_url/Install/Update/Linuxpanel - 7.7.0.zip
[/hide]
Runtime
bash
chmod +x ./update6.sh
./update6.sh
After the execution is completed, it will be prompted to upgrade to version 7.8.0, but viewing the panel can see the downgrade to 7.7.0.
3. Modify the file
edit
/www/server/panel/class/panelplugin.py
Round 338
python
softlist ['list'] = tmplist
Return SoftList
Change to
[Hide]
python
softlist ['list'] = tmplist
softlist ['ltd'] = 1
for Soft in SoftList ['List']:
soft ['Endtime'] = 0
Return SoftList
[/hide]
Be sure to pay attention to indentation, otherwise it will be invalid
Finally, the effect can be seen when restarted the panel.
4. Custom page
edit
/www/server/panel/btpanel/templates/default/index.html
Modify line 81 to 88 to the following content
[Hide]
html
expiration time: 2024-3-14 & nbsp;
renewal
<a onclick="index.open_log_log_log_logs
Update
repair
Restart
[/hide]
Among them, the expiration time can be customized, and you can see the homepage display enterprise version when restarted the panel.
edit
/www/server/panel/btpanel/templates/default/layout.html
Found line 102 to 103
html
Delete or comment
html
<!-Div class = "FOOTER BGW"> {{session ['Brand']} {{session ['product']} & copy; 2014- {{'yaer']} The safety of the Guangdong Castle Tower is safe Technology Co., Ltd. Upper Bt Forum
After restarting the panel, you can see the disappearance of the bottom copyright information.
Install BtPanel Version 7.7.0 Enterprise Edition
Comments