Loading... 最近宝塔面板升级到了7.8版本,违背了宝塔开源协议,竟然在免费版的源码里面加入了加密的授权验证模块。除此之外,7.8版本使用各种方法均无法绕过面板强制绑定账号,如果不绑定账号插件就无法下载。 因此这里分享一下7.7版本的安装脚本,是官方免费版的(嫖来的)。 另附一个大佬因为受不了宝塔的延时和计算题所写的js,用于去除各种计算题以及延时等待,同时还去除了软件列表页面的bt企业版广告。只需要执行以下命令即可一键完成! 复制到SHH中运行即可。 如需恢复,点击首页的[修复]即可 安装命令: ``` wget -O install.sh http://api.hanloth.cn/sh/bt/install_6.0.sh && bash install.sh ``` 升级(降级)到7.7版本命令: ``` curl http://api.hanloth.cn/sh/bt/update6.sh|bash ``` 去除延时和计算题: ``` Layout_file="/www/server/panel/BTPanel/templates/default/layout.html"; JS_file="/www/server/panel/BTPanel/static/bt.js"; if [ `grep -c "<script src=\"/static/bt.js\"></script>" $Layout_file` -eq '0' ];then sed -i '/{% block scripts %} {% endblock %}/a <script src="/static/bt.js"></script>' $Layout_file; fi; wget http://api.hanloth.cn/js/bt/bt.js -O $JS_file; bt restart ``` Last modification:January 21, 2022 © Reprinted from other stations Support Appreciate the author AliPayWeChat Like 如果觉得我的文章对你有用,请随意赞赏