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
{% for flash_key, flash_messages in flash() %} {% for flash_message in flash_messages %} <div class="alert alert-{{ flash_key }}" role="alert"> {{ flash_message }} </div> {% endfor %} {% endfor %} {% if has_tables %} <div id="tableslistcontainer"> {{ list_navigator_html|raw }} {{ table_list_html|raw }} {{ list_navigator_html|raw }} </div> <hr> <p class="d-print-none"> <button type="button" class="btn btn-link p-0 jsPrintButton">{{ get_icon('b_print', 'Print'|trans, true) }}</button> <a href="{{ url('/database/data-dictionary', {'db': database, 'goto': url('/database/structure')}) }}"> {{ get_icon('b_tblanalyse', 'Data dictionary'|trans, true) }} </a> </p> {% else %} {{ 'No tables found in database.'|trans|notice }} {% endif %} {% if not is_system_schema %} {{ create_table_html|raw }} {% endif %}