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 /
databases /
[ HOME SHELL ]
Name
Size
Permission
Action
create.phtml
1.82
KB
-rw-r--r--
table_footer.phtml
1.53
KB
-rw-r--r--
table_header.phtml
1.56
KB
-rw-r--r--
table_row.phtml
2.8
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : create.phtml
<ul> <li id="li_create_database" class="no_bullets"> <?php if ($GLOBALS['is_create_db_priv']): ?> <form method="post" action="server_databases.php" id="create_database_form" class="ajax"> <strong> <label for="text_create_db"> <?= \PMA\libraries\Util::getImage('b_newdb.png') , ' ' , __('Create database'); ?> </label> <?= \PMA\libraries\Util::showMySQLDocu('CREATE_DATABASE'); ?> </strong> <br /> <?= PMA_URL_getHiddenInputs('', '', 5); ?> <input type="hidden" name="reload" value="1" /> <?php if (! empty($dbstats)): ?> <input type="hidden" name="dbstats" value="1" /> <?php endif; ?> <input type="text" name="new_db" value="<?= htmlspecialchars($GLOBALS['db_to_create']); ?>" maxlength="64" class="textfield" id="text_create_db" required placeholder="<?= __('Database name'); ?>" /> <?= PMA_generateCharsetDropdownBox(PMA_CSDROPDOWN_COLLATION, 'db_collation', null, null, true); ?> <input type="submit" value="<?= __('Create'); ?>" id="buttonGo" /> </form> <?php else: ?> <!-- db creation no privileges message --> <strong> <?= \PMA\libraries\Util::getImage('b_newdb.png') , ' ' , __('Create database'); ?> <?= \PMA\libraries\Util::showMySQLDocu('CREATE_DATABASE'); ?> </strong> <br /> <span class="noPrivileges"> <?= \PMA\libraries\Util::getImage('s_error2.png', '', array('hspace' => 2, 'border' => 0, 'align' => 'middle')) , ' ' , __('No Privileges'); ?> </span> <?php endif; ?> </li> </ul>
Close