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 /
managePHP /
templates /
managePHP /
[ HOME SHELL ]
Name
Size
Permission
Action
editPHPConfig.html
28.02
KB
-rw-r--r--
index.html
2.14
KB
-rw-r--r--
installExtensions.html
19.15
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.html
{% extends "baseTemplate/index.html" %} {% load i18n %} {% block title %}{% trans "Manage PHP Installations - 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 "Manage PHP Installations" %}</h2> <p>{% trans "Edit your PHP Configurations to suit your needs." %}</p> </div> <div class="panel col-lg-10 col-md-10" style="width: auto;"> <div class="panel-body"> <h3 class="content-box-header"> {% trans "Available Functions" %} </h3> <div class="example-box-wrapper"> <div class="row"> <div class="col-lg-3 col-md-5 btn-min-width"> <a href="{% url 'installExtensions' %}" title="{% trans 'Install Extensions' %}" class="tile-box tile-box-shortcut btn-primary"> <div class="tile-header"> {% trans "Install Extensions" %} </div> <div class="tile-content-wrapper"> <i class="fa fa-download"></i> </div> </a> </div> <div class="col-lg-3 col-md-5 btn-min-width"> <a href="{% url 'editPHPConfigs' %}" title="{% trans 'Edit PHP Configs' %}" class="tile-box tile-box-shortcut btn-primary"> <div class="tile-header"> {% trans "Edit PHP Configs" %} </div> <div class="tile-content-wrapper"> <i class="fa fa-edit"></i> </div> </a> </div> </div> </div> </div> </div> </div> {% endblock %}
Close