Linux vmi284606.contaboserver.net 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.57 (Ubuntu)
: 167.86.127.34 | : 216.73.217.31
Cant Read [ /etc/named.conf ]
7.2.24-0ubuntu0.18.04.17
root
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
phpmyadmin /
templates /
table /
relation /
[ HOME SHELL ]
Name
Size
Permission
Action
common_form.phtml
6.34
KB
-rw-r--r--
dropdown_generate.phtml
486
B
-rw-r--r--
foreign_key_row.phtml
7.41
KB
-rw-r--r--
internal_relational_row.phtml
2.41
KB
-rw-r--r--
relational_dropdown.phtml
713
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : relational_dropdown.phtml
<select name="<?= $name; ?>" title="<?= $title; ?>"> <option value=""></option> <?php $seen_key = false; ?> <?php foreach ($values as $value): ?> <option value="<?= htmlspecialchars($value); ?>" <?php if ($foreign && $value == $foreign): ?> selected="selected" <?php $seen_key = true; ?> <?php endif; ?>> <?= htmlspecialchars($value); ?> </option> <?php endforeach; ?> <?php if (is_string($foreign) && ! $seen_key): ?> <option value="<?= htmlspecialchars($foreign); ?>" selected="selected"> <?= htmlspecialchars($foreign); ?> </option> <?php endif; ?> </select>
Close