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.51
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 /
binlog /
[ HOME SHELL ]
Name
Size
Permission
Action
log_row.phtml
451
B
-rw-r--r--
log_selector.phtml
1.22
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : log_selector.phtml
<form action="server_binlog.php" method="get"> <?= PMA_URL_getHiddenInputs($url_params); ?> <fieldset> <legend> <?= __('Select binary log to view'); ?> </legend> <?php $full_size = 0; ?> <select name="log"> <?php foreach ($binary_logs as $each_log): ?> <option value="<?= htmlspecialchars($each_log['Log_name']); ?>"<?= ($each_log['Log_name'] == $_REQUEST['log'] ? ' selected="selected"' : ''); ?>> <?= htmlspecialchars($each_log['Log_name']); ?> <?php if (isset($each_log['File_size'])): ?> (<?= implode(' ', \PMA\libraries\Util::formatByteDown($each_log['File_size'], 3, 2)); ?>) <?php $full_size += $each_log['File_size']; ?> <?php endif; ?> </option> <?php endforeach; ?> </select> <?= count($binary_logs) . ' ' . __('Files') . ', '; ?> <?php if ($full_size > 0): ?> <?= implode(' ', \PMA\libraries\Util::formatByteDown($full_size)); ?> <?php endif; ?> </fieldset> <fieldset class="tblFooters"> <input type="submit" value="<?= __('Go'); ?>" /> </fieldset> </form>
Close