⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.103
Server IP:
45.79.8.107
Server:
Linux localhost 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64
Server Software:
nginx/1.18.0
PHP Version:
8.1.2-1ubuntu2.22
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
phpmyadmin
/
templates
/
server
/
binlog
/
View File Name :
index.twig
{{ get_image('s_tbl') }} {% trans 'Binary log' %}
{{ get_hidden_inputs(url_params) }}
{% trans 'Select binary log to view' %}
{% set full_size = 0 %}
{% for each_log in binary_logs %}
{{ each_log['Log_name'] }} {% if each_log['File_size'] is defined %} ({{ format_byte_down(each_log['File_size'], 3, 2)|join(' ') }}) {% set full_size = full_size + each_log['File_size'] %} {% endif %}
{% endfor %}
{{ binary_logs|length }} {% trans 'Files' %}, {% if full_size > 0 %} {{ format_byte_down(full_size)|join(' ') }} {% endif %}
{{ sql_message|raw }}
{% if has_previous %} {% if has_icons %}
«
{% else %}
{% trans %}Previous{% context %}Previous page{% endtrans %} «
{% endif %} - {% endif %} {% if is_full_query %}
{% else %}
{% endif %} {% if has_next %} - {% if has_icons %}
»
{% else %}
{% trans %}Next{% context %}Next page{% endtrans %} »
{% endif %} {% endif %}
{% trans 'Log name' %}
{% trans 'Position' %}
{% trans 'Event type' %}
{% trans 'Server ID' %}
{% trans 'Original position' %}
{% trans 'Information' %}
{% for value in values %}
{{ value['Log_name'] }}
{{ value['Pos'] }}
{{ value['Event_type'] }}
{{ value['Server_id'] }}
{{- value['Orig_log_pos'] is defined ? value['Orig_log_pos'] : value['End_log_pos'] -}}
{{ format_sql(value['Info'], not is_full_query) }}
{% endfor %}