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.16.24.18
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
myadmin /
templates /
table /
tracking /
Delete
Unzip
Name
Size
Permission
Date
Action
main.twig
5.81
KB
-rw-r--r--
2021-02-05 18:28
report_table.twig
1007
B
-rw-r--r--
2021-02-05 18:28
structure_snapshot_columns.twig
2.28
KB
-rw-r--r--
2021-02-05 18:28
structure_snapshot_indexes.twig
1.19
KB
-rw-r--r--
2021-02-05 18:28
Save
Rename
<table id="{{ table_id }}" class="data"> <thead> <tr> <th>{% trans %}#{% context %}Number{% endtrans %}</th> <th>{% trans 'Date' %}</th> <th>{% trans 'Username' %}</th> <th>{{ header_message }}</th> <th>{% trans 'Action' %}</th> </tr> </thead> <tbody> {% for entry in entries %} <tr class="noclick"> <td class="right"><small>{{ entry.line_number }}</small></td> <td><small>{{ entry.date }}</small></td> <td><small>{{ entry.username }}</small></td> <td>{{ entry.formated_statement|raw }}</td> <td class="nowrap"> <a class="delete_entry_anchor ajax" href="tbl_tracking.php" data-post=" {{- entry.url_params|raw }}"> {{ drop_image_or_text|raw }} </a> </td> </tr> {% endfor %} </tbody> </table>