Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.144.95.186
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
myadmin /
templates /
database /
structure /
Delete
Unzip
Name
Size
Permission
Date
Action
body_for_table_summary.twig
3.25
KB
-rw-r--r--
2021-02-05 18:27
check_all_tables.twig
2.62
KB
-rw-r--r--
2021-02-05 18:27
favorite_anchor.twig
368
B
-rw-r--r--
2021-02-05 18:27
index.twig
635
B
-rw-r--r--
2021-02-05 18:27
show_create.twig
957
B
-rw-r--r--
2021-02-05 18:27
show_create_row.twig
557
B
-rw-r--r--
2021-02-05 18:27
structure_table_row.twig
7.66
KB
-rw-r--r--
2021-02-05 18:27
table_header.twig
3.31
KB
-rw-r--r--
2021-02-05 18:27
tracking_icon.twig
265
B
-rw-r--r--
2021-02-05 18:27
Save
Rename
<div class="show_create_results"> <h2>{% trans 'Showing create queries' %}</h2> {% set views = [] %} {% set tables = [] %} {% for object in db_objects %} {% if dbi.getTable(db, object).isView() %} {% set views = views|merge([object]) %} {% else %} {% set tables = tables|merge([object]) %} {% endif %} {% endfor %} {% if tables is not empty %} {% include 'database/structure/show_create_row.twig' with { 'db': db, 'title': 'Tables'|trans, 'raw_title': 'Table', 'db_objects': tables, 'dbi': dbi } only %} {% endif %} {% if views is not empty %} {% include 'database/structure/show_create_row.twig' with { 'db': db, 'title': 'Views'|trans, 'raw_title': 'View', 'db_objects': views, 'dbi': dbi } only %} {% endif %} </div>