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
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_zoom.twig
{# Get already set search criteria (if any) #} {% set type = [] %} {% set collation = [] %} {% set func = [] %} {% set value = [] %} {% for i in 0..3 %} {# After X-Axis and Y-Axis column rows, display additional criteria option #} {% if i == 2 %} <tr> <td> {% trans 'Additional search criteria' %} </td> </tr> {% endif %} <tr class="noclick"> <th> <select name="criteriaColumnNames[]" id="tableid_{{ i }}" > <option value="pma_null"> {% trans 'None' %} </option> {% for j in 0..column_names|length - 1 %} {% if criteria_column_names[i] is defined and criteria_column_names[i] == column_names[j] %} <option value="{{ column_names[j] }}" selected="selected"> {{ column_names[j] }} </option> {% else %} <option value="{{ column_names[j] }}"> {{ column_names[j] }} </option> {% endif %} {% endfor %} </select> </th> {% if criteria_column_names[i] is defined and criteria_column_names[i] != 'pma_null' %} {% set key = keys[criteria_column_names[i]] %} {% set properties = self.getColumnProperties(i, key) %} {% set type = type|merge({(i): properties['type']}) %} {% set collation = collation|merge({(i): properties['collation']}) %} {% set func = func|merge({(i): properties['func']}) %} {% set value = value|merge({(i): properties['value']}) %} {% endif %} {# Column type #} <td dir="ltr"> {{ type[i] is defined ? type[i] }} </td> {# Column Collation #} <td> {{ collation[i] is defined ? collation[i] }} </td> {# Select options for column operators #} <td> {{ func[i] is defined ? func[i]|raw }} </td> {# Inputbox for search criteria value #} <td> {{ value[i] is defined ? value[i]|raw }} </td> <td> {# Displays hidden fields #} <input type="hidden" name="criteriaColumnTypes[{{ i }}]" id="types_{{ i }}" {%- if criteria_column_types[i] is defined %} value="{{ criteria_column_types[i] }}" {%- endif %}> <input type="hidden" name="criteriaColumnCollations[{{ i }}]" id="collations_{{ i }}"> </td> </tr> {% endfor %}
Close