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 /
server /
variables /
[ HOME SHELL ]
Name
Size
Permission
Action
link_template.phtml
410
B
-rw-r--r--
session_variable_row.phtml
222
B
-rw-r--r--
variable_filter.phtml
373
B
-rw-r--r--
variable_row.phtml
1.08
KB
-rw-r--r--
variable_table_head.phtml
268
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : variable_row.phtml
<tr class="var-row <?= $rowClass; ?>"> <td class="var-action"> <?php if ($editable): ?> <a href="#" data-variable="<?= htmlspecialchars($name) ?>" class="editLink"><?= \PMA\libraries\Util::getIcon('b_edit.png', __('Edit')) ?></a> <?php else: ?> <span title="<?= __('This is a read-only variable and can not be edited') ?>" class="read_only_var"> <?= \PMA\libraries\Util::getIcon('bd_edit.png', __('Edit')) ?> </span> <?php endif; ?> </td> <td class="var-name"> <?php if ($docLink != null): ?> <span title="<?= htmlspecialchars(str_replace('_', ' ', $name)); ?>"> <?= \PMA\libraries\Util::showMySQLDocu($docLink[1], false, $docLink[2] . '_' . $docLink[0], true) , htmlspecialchars(str_replace('_', ' ', $name)) , '</a>' ?> </span> <?php else: ?> <?= htmlspecialchars(str_replace('_', ' ', $name)); ?> <?php endif; ?> </td> <td class="var-value value <?= ($isSuperuser ? ' editable' : '') ?>"> <?= htmlspecialchars($value); ?></td> </tr>
Close