有没有教程啥的
台湾省网友说:老大呢
广东省网友说:不能,用7.7 版本吧
#宝塔面板7.7原版
纯原版1:curl -sSO https://raw.githubusercontent.com/zhucaidan/btpanel-v7.7.0/main/install/install_panel.sh && bash install_panel.sh
纯原版2:wget -O install.sh http://f.cccyun.cc/bt/install_6.0.sh && bash install.sh
升级(降级)到7.7命令: curl http://f.cccyun.cc/bt/update6.sh|bash
#宝塔面板7.7破解
curl -sSO https://raw.githubusercontent.com/ztkink/bthappy/main/one_key_happy.sh && bash one_key_happy.sh
#宝塔面板一键优化
1.去除宝塔面板强制绑定账号
2.去除各种删除操作时的计算题与延时等待
3.去除创建网站自动创建的垃圾文件(index.html、404.html、.htaccess)
4.关闭未绑定域名提示页面,防止有人访问未绑定域名直接看出来是用的宝塔面板
5.关闭活动推荐与在线客服
6.去除自动校验文件与上报信息定时任务
7.去除面板日志与网站绑定域名上报
适用7.7版本:wget -O optimize.sh http://f.cccyun.cc/bt/optimize.sh && bash optimize.sh
适用7.9版本:wget -O optimize.sh http://f.cccyun.cc/bt/optimize_new.sh && bash optimize.sh
#宝塔网站加速插件次数扩展解锁教程
还有一种修改方式,就是修改上限,同样在/www/server/speed/speed.lua里的is_level_tip方法,
if conf.settings[‘level’] == 3 then
if today_hit > 0xc3500 then return true end
else
if today_hit > 0xc350 then return true end
end
直接注释掉上面的代码,然后编辑/www/server/panel/plugin/site_speed/index.html
if (rdata[‘max’] > 0) {
limit = ((item.total[3] >= rdata[‘max’]) ? ‘已用完[升级]‘ : (rdata[‘max’] – item.total[3]))
}
不缓存规则
Cookie : wordpress_logged_in
/wp-login.php
/wp-admin/*
#关闭宝塔防火墙攻击地图报错弹窗
/www/server/panel/plugin/btwaf/templates/index.html
删除攻击地图导航 搜索攻击地图 注释掉
删除地图api 搜索 baidumap.js注释这行⠀