Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
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 /
share /
phpmyadmin /
templates /
server /
privileges /
[ HOME SHELL ]
Name
Size
Permission
Action
add_user.twig
1.32
KB
-rw-r--r--
add_user_fieldset.twig
466
B
-rw-r--r--
change_password.twig
3.26
KB
-rw-r--r--
choose_user_group.twig
677
B
-rw-r--r--
edit_routine_privileges.twig
3.83
KB
-rw-r--r--
initials_row.twig
896
B
-rw-r--r--
login_information_fields.twig
4.74
KB
-rw-r--r--
new_user_ajax.twig
1.6
KB
-rw-r--r--
privileges_summary.twig
4.58
KB
-rw-r--r--
privileges_table.twig
32.53
KB
-rw-r--r--
subnav.twig
534
B
-rw-r--r--
user_overview.twig
728
B
-rw-r--r--
user_properties.twig
4.76
KB
-rw-r--r--
users_overview.twig
5.79
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : initials_row.twig
<table class="pma-table" id="initials_table" cellspacing="5"> <tr> {% for tmp_initial, initial_was_found in array_initials %} {% if tmp_initial is not same as(null) %} {% if initial_was_found %} <td> <a class="ajax {{- initial is defined and initial is same as(tmp_initial) ? ' active' -}} " href="{{ url('/server/privileges', {'initial': tmp_initial}) }}"> {{- tmp_initial|raw -}} </a> </td> {% else %} <td>{{ tmp_initial|raw }}</td> {% endif %} {% endif %} {% endfor %} <td> <a href="{{ url('/server/privileges', {'showall': 1}) }}" class="nowrap"> {% trans 'Show all' %} </a> </td> </tr> </table>
Close