Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
opt /
lampp /
phpmyadmin /
templates /
database /
designer /
[ HOME SHELL ]
Name
Size
Permission
Action
database_tables.twig
6.98
KB
-rw-r--r--
edit_delete_pages.twig
602
B
-rw-r--r--
main.twig
48.84
KB
-rw-r--r--
page_save_as.twig
1.56
KB
-rw-r--r--
page_selector.twig
303
B
-rw-r--r--
schema_export.twig
761
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : schema_export.twig
<form method="post" action="{{ url('/schema-export') }}" class="disableAjax" id="id_export_pages"> <fieldset class="pma-fieldset"> {{ get_hidden_inputs(db) }} <label for="plugins">{% trans 'Select Export Relational Type' %}</label> <select id="plugins" name="export_type"> {% for option in plugins_choice %} <option value="{{ option.name }}"{{ option.is_selected ? ' selected' }}>{{ option.text }}</option> {% endfor %} </select> {% for option in plugins_choice %} <input type="hidden" id="force_file_{{ option.name }}" value="true"> {% endfor %} <input type="hidden" name="page_number" value="{{ page }}"> {{ options|raw }} </fieldset> </form>
Close