Code Monkey home page Code Monkey logo

btpanel-v7.7.0's Introduction

删库后门塔备份

btpanel-v7.7.0-backup 官方原版v7.7.0版本面板备份

Centos/Ubuntu/Debian安装命令 独立运行环境(py3.7)

curl -sSO https://raw.githubusercontent.com/1kst/btpanel-v7.7.0/main/install/install_panel.sh && bash install_panel.sh

去除登录框命令:

sed -i "s|if (bind_user == 'True') {|if (bind_user == 'REMOVED') {|g" /www/server/panel/BTPanel/static/js/index.js
rm -rf /www/server/panel/data/bind.pl

一键BBR:

wget -N --no-check-certificate "https://github.000060000.xyz/tcp.sh" && chmod +x tcp.sh && ./tcp.sh

开心方法:

开始 打开目录/www/server/panel/class找到并编辑panelplugin.py文件 使用Ctrl+F搜索并找到softList['list'] = tmpList这段代码,在其下方添加如下代码:

            softList['pro'] = 1
    for soft in softList['list']:
        soft['endtime'] = 0

修改完成后重启面板,重启完成后就可以直接安装收费的插件了,Nginx防火墙也可以直接安装使用

网站监控报表 如果需要使用网站监控报表还需另外修改一次代码: 安装好网站监控报表插件后打开/www/server/panel/plugin/total目录并编辑total_main.py文件 使用Ctrl+F搜索并找到if 'bt_total' in session: return public.returnMsg(True,'OK!');这段代码 在这段代码前加上#将其注释掉,并在其下方加入以下代码:

    session['bt_total'] = True
    return public.returnMsg(True,'OK!');

然后再次重启面板,即可使用网站监控报表插件了;

文件路径:www/server/panel/data/plugin.json 搜索字符串:"endtime": -1 全部替换为 "endtime": 999999999999

chattr +i /www/server/panel/data/plugin.json

宝塔linux工具箱优化脚本

一键修改宝塔面板模板、去除强制登陆、一键修复面板、一键更换yum源、清除系统垃圾缓存、系统优化等

https://gitee.com/gacjie/btpanel_tools
wget -O btpanel_tools.sh https://download.btpanel.cm/tools/btpanel_tools.sh && bash btpanel_tools.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

#宝塔面板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

curl -sSO https://raw.githubusercontent.com/ztkink/bthappy/main/one_key_happy.sh && bash one_key_happy.sh

btpanel-v7.7.0's People

Contributors

zhucaidan avatar 1kst avatar

Forkers

shunjianboy

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.