⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.72
Server IP:
41.128.143.86
Server:
Linux host.raqmix.cloud 6.8.0-1025-azure #30~22.04.1-Ubuntu SMP Wed Mar 12 15:28:20 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.3.23
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
local
/
psa
/
phpMyAdmin
/
templates
/
View File Name :
export.twig
{{ get_image('b_export', 'Export'|trans) }} {% block title %}{% endblock %}
{{ page_settings_error_html|raw }} {{ page_settings_html|raw }} {% block message %}{% endblock %} {% if templates.is_enabled %}
{% trans 'Export templates:' %}
{% trans 'New template:' %}
{% trans 'Template name' %}
{% trans 'Existing templates:' %}
{% trans 'Template:' %}
-- {% trans 'Select a template' %} --
{% for template in templates.templates %}
{{ template.getName() }}
{% endfor %}
{% endif %} {% if sql_query is not empty %}
{# l10n: Title of the option on the Export page #} {% trans 'SQL query:' %}
{# l10n: Button to show the SQL query on the export page #}
{% trans 'Loading' %}
{{ sql_query }}
{% endif %}
{{ get_hidden_inputs(hidden_inputs) }} {% if export_method != 'custom-no-form' %}
{% trans 'Export method:' %}
{% trans 'Quick - display only the minimal options' %}
{% trans 'Custom - display all possible options' %}
{% endif %}
{% trans 'Format:' %}
{% for option in plugins_choice %}
{{ option.text }}
{% endfor %}
{% for option in plugins_choice %}
{% endfor %}
{% block selection_options %}{% endblock %} {% if rows is not empty %}
{% trans 'Rows:' %}
{% trans 'Dump all rows' %}
{% trans 'Dump some row(s)' %}
{% trans 'Number of rows:' %}
{% trans 'Row to begin at:' %}
{% endif %} {% if has_save_dir %}
{% trans 'Output:' %}
{{ 'Save on server in the directory
%s
'|trans|format(save_dir|e)|raw }}
{% trans 'Overwrite existing file(s)' %}
{% endif %}
{% trans 'Rename exported databases/tables/columns' %}
{% trans 'Defined aliases' %}
{% for db, db_data in aliases %} {% if db_data.alias is defined and db_data.alias is not null %}
{% trans %}Database{% context %}Alias{% endtrans %}
{{ db }}
{% trans 'Remove' %}
{% endif %} {% for table, table_data in db_data.tables ?? [] %} {% if table_data.alias is defined and table_data.alias is not null %}
{% trans %}Table{% context %}Alias{% endtrans %}
{{ db }}.{{ table }}
{% trans 'Remove' %}
{% endif %} {% for column, column_name in table_data.columns ?? [] %}
{% trans %}Column{% context %}Alias{% endtrans %}
{{ db }}.{{ table }}.{{ column }}
{% trans 'Remove' %}
{% endfor %} {% endfor %} {% endfor %}
{# Empty row for javascript manipulations. #}
{% trans 'Remove' %}
{% trans 'Define new aliases' %}
{% trans 'Select database:' %}
{% trans 'Add' %}
{% trans 'Select table:' %}
{% trans 'Add' %}
{% trans 'Select column:' %}
{% trans 'Add' %}
{% trans 'Output:' %}
{% trans 'Rename exported databases/tables/columns' %}
{% if export_type != 'server' %}
{{ 'Use %s statement'|trans|format('
LOCK TABLES
')|raw }}
{% endif %}
{% trans 'View output as text' %}
{% trans 'Save output to a file' %}
{% if has_save_dir %}
{{ 'Save on server in the directory
%s
'|trans|format(save_dir|e)|raw }}
{% trans 'Overwrite existing file(s)' %}
{% endif %}
{% trans 'File name template:' %} {{ show_hint('This value is interpreted using the \'strftime\' function, so you can use time formatting strings. Additionally the following transformations will happen: %s Other text will be kept as is. See the FAQ 6.27 for details.'|trans|format(filename_hint)) }}
{% trans 'Use this for future exports' %}
{% if is_encoding_supported %}
{% trans 'Character set of the file:' %}
{% for charset in encodings %}
{{- charset -}}
{% endfor %}
{% endif %} {% if has_zip or has_gzip %}
{% trans 'Compression:' %}
{% trans 'None' %}
{% if has_zip %}
{% trans 'zipped' %}
{% endif %} {% if has_gzip %}
{% trans 'gzipped' %}
{% endif %}
{% else %}
{% endif %} {% if export_type == 'server' or export_type == 'database' %}
{% if export_type == 'server' %} {% trans 'Export databases as separate files' %} {% elseif export_type == 'database' %} {% trans 'Export tables as separate files' %} {% endif %}
{% endif %}
{% trans 'Skip tables larger than:' %}
{% trans 'The size is measured in MiB.' %}
{% trans 'Format-specific options:' %}
{{ options|raw }}
{% if can_convert_kanji %} {# Japanese encoding setting #}
{% trans 'Encoding Conversion:' %}
{% include 'encoding/kanji_encoding_form.twig' %}
{% endif %}