Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.216.28
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
phpmyadmin /
templates /
table /
tracking /
Delete
Unzip
Name
Size
Permission
Date
Action
index.twig
335
B
-rw-r--r--
2023-02-07 21:35
main.twig
5.98
KB
-rw-r--r--
2023-02-07 21:35
report_table.twig
1.03
KB
-rw-r--r--
2023-02-07 21:35
structure_snapshot_columns.twig
2.31
KB
-rw-r--r--
2023-02-07 21:35
structure_snapshot_indexes.twig
1.22
KB
-rw-r--r--
2023-02-07 21:35
Save
Rename
<table id="{{ table_id }}" class="table table-striped table-hover"> <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="text-end"><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="text-nowrap"> <a class="delete_entry_anchor ajax" href="{{ url('/table/tracking') }}" data-post=" {{- entry.url_params|raw }}"> {{ drop_image_or_text|raw }} </a> </td> </tr> {% endfor %} </tbody> </table>