Windows NT KAMIDAKI 10.0 build 19045 (Windows 10) AMD64
Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.3.9
Server IP : 192.168.3.16 & Your IP : 216.73.216.140
Domains :
Cant Read [ /etc/named.conf ]
User : SISTEMA
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
C: /
xampp /
phpMyAdmin /
templates /
database /
structure /
Delete
Unzip
Name
Size
Permission
Date
Action
add_prefix.twig
425
B
-rw-rw-rw-
2023-02-07 22:26
body_for_table_summary.twig
3.37
KB
-rw-rw-rw-
2023-02-07 22:26
bulk_action_modal.twig
802
B
-rw-rw-rw-
2023-02-07 22:26
change_prefix_form.twig
488
B
-rw-rw-rw-
2023-02-07 22:26
check_all_tables.twig
3.75
KB
-rw-rw-rw-
2023-02-07 22:26
collation_definition.twig
48
B
-rw-rw-rw-
2023-02-07 22:26
copy_form.twig
1.78
KB
-rw-rw-rw-
2023-02-07 22:26
drop_form.twig
941
B
-rw-rw-rw-
2023-02-07 22:26
empty_form.twig
962
B
-rw-rw-rw-
2023-02-07 22:26
favorite_anchor.twig
383
B
-rw-rw-rw-
2023-02-07 22:26
index.twig
873
B
-rw-rw-rw-
2023-02-07 22:26
overhead.twig
182
B
-rw-rw-rw-
2023-02-07 22:26
show_create.twig
1.28
KB
-rw-rw-rw-
2023-02-07 22:26
structure_table_row.twig
8.35
KB
-rw-rw-rw-
2023-02-07 22:26
table_header.twig
3.47
KB
-rw-rw-rw-
2023-02-07 22:26
tracking_icon.twig
261
B
-rw-rw-rw-
2023-02-07 22:26
Save
Rename
<tfoot id="tbl_summary_row"> <tr> <th class="d-print-none"></th> <th class="tbl_num text-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_replica_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="d-print-none">{% 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_all': 'true' } %} {% endif %} {% if approx_rows %} {% set cell_text -%} <a href="{{ url('/database/structure/real-row-count', 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 font-monospace text-end">{{ 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="text-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 font-monospace text-end">{{ 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 font-monospace text-end">{{ 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 font-monospace text-end"> {{ create_time_all }} </th> {% endif %} {% if show_last_update %} <th class="value tbl_last_update font-monospace text-end"> {{ update_time_all }} </th> {% endif %} {% if show_last_check %} <th class="value tbl_last_check font-monospace text-end"> {{ check_time_all }} </th> {% endif %} </tr> </tfoot>