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.52
Domains :
Cant Read [ /etc/named.conf ]
User : SISTEMA
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
C: /
xampp /
phpMyAdmin /
templates /
table /
maintenance /
Delete
Unzip
Name
Size
Permission
Date
Action
analyze.twig
1.13
KB
-rw-rw-rw-
2023-02-07 22:26
check.twig
1.15
KB
-rw-rw-rw-
2023-02-07 22:26
checksum.twig
765
B
-rw-rw-rw-
2023-02-07 22:26
optimize.twig
1.13
KB
-rw-rw-rw-
2023-02-07 22:26
repair.twig
1.12
KB
-rw-rw-rw-
2023-02-07 22:26
Save
Rename
<div class="container-fluid"> <h2> {% trans 'Checksum table' %} {{ show_mysql_docu('CHECKSUM_TABLE') }} </h2> {{ message|raw }} <table class="table table-striped w-auto my-3"> <thead> <tr> <th>{% trans 'Table' %}</th> <th>{% trans 'Checksum' %}</th> </tr> </thead> <tbody> {% for row in rows %} <tr> <td>{{ row.Table }}</td> <td class="text-end"> {% if row.Checksum is not null %} {{ row.Checksum }} {% else %} <em class="text-muted">NULL</em> {% endif %} </td> </tr> {% endfor %} </tbody> </table> {% for warning in warnings %} {{ warning|notice }} {% endfor %} </div>