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 /
database /
designer /
[ HOME SHELL ]
Name
Size
Permission
Action
aggregate_query_panel.phtml
3.26
KB
-rw-r--r--
canvas.phtml
97
B
-rw-r--r--
database_tables.phtml
9.11
KB
-rw-r--r--
delete_relation_panel.phtml
1.56
KB
-rw-r--r--
edit_delete_pages.phtml
546
B
-rw-r--r--
having_query_panel.phtml
5.91
KB
-rw-r--r--
js_fields.phtml
868
B
-rw-r--r--
new_relation_panel.phtml
4.38
KB
-rw-r--r--
options_panel.phtml
11.83
KB
-rw-r--r--
page_save_as.phtml
1.13
KB
-rw-r--r--
page_selector.phtml
415
B
-rw-r--r--
query_details.phtml
505
B
-rw-r--r--
rename_to_panel.phtml
2.35
KB
-rw-r--r--
schema_export.phtml
504
B
-rw-r--r--
side_menu.phtml
7.39
KB
-rw-r--r--
table_list.phtml
3.49
KB
-rw-r--r--
where_query_panel.phtml
4.15
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : table_list.phtml
<div id="layer_menu" style="display:none;"> <div class="center"> <a href="#" class="M_butt" target="_self" > <img title="<?= __('Hide/Show all'); ?>" alt="v" id="key_HS_all" src="<?= $_SESSION['PMA_Theme']->getImgPath('pmd/downarrow1.png'); ?>" data-down="<?= $_SESSION['PMA_Theme']->getImgPath('pmd/downarrow1.png'); ?>" data-right="<?= $_SESSION['PMA_Theme']->getImgPath('pmd/rightarrow1.png'); ?>" /> </a> <a href="#" class="M_butt" target="_self" > <img alt="v" id="key_HS" title="<?= __('Hide/Show Tables with no relation'); ?>" src="<?= $_SESSION['PMA_Theme']->getImgPath('pmd/downarrow2.png'); ?>" data-down="<?= $_SESSION['PMA_Theme']->getImgPath('pmd/downarrow2.png'); ?>" data-right="<?= $_SESSION['PMA_Theme']->getImgPath('pmd/rightarrow2.png'); ?>" /> </a> </div> <div id="id_scroll_tab" class="scroll_tab"> <table width="100%" style="padding-left: 3px;"> <?php $name_cnt = count($GLOBALS['PMD']['TABLE_NAME']); for ($i = 0; $i < $name_cnt; $i++) : $checked = (isset($tab_pos[$GLOBALS['PMD']["TABLE_NAME"][$i]]) && $tab_pos[$GLOBALS['PMD']["TABLE_NAME"][$i]]["H"]) || $display_page == -1; ?> <tr> <td title="<?= __('Structure'); ?>" width="1px" onmouseover="this.className='L_butt2_2'" onmouseout="this.className='L_butt2_1'" class="L_butt2_1"> <img alt="" table_name="<?= htmlspecialchars($GLOBALS['PMD_URL']['TABLE_NAME_SMALL'][$i]); ?>" class="scroll_tab_struct" src="<?= $_SESSION['PMA_Theme']->getImgPath('pmd/exec.png'); ?>"/> </td> <td width="1px"> <input class="scroll_tab_checkbox" title="<?= __('Hide'); ?>" id="check_vis_<?= htmlspecialchars($GLOBALS['PMD_URL']["TABLE_NAME"][$i]); ?>" style="margin:0;" type="checkbox" value="<?= htmlspecialchars($GLOBALS['PMD_URL']["TABLE_NAME"][$i]); ?>" <?php if ($checked) : ?>checked="checked"<?php endif; ?> /> </td> <td class="pmd_Tabs" onmouseover="this.className='pmd_Tabs2'" onmouseout="this.className='pmd_Tabs'" pmd_url_table_name="<?= htmlspecialchars($GLOBALS['PMD_URL']['TABLE_NAME'][$i]); ?>"> <?= $GLOBALS['PMD_OUT']["TABLE_NAME"][$i]; ?> </td> </tr> <?php endfor; ?> </table> </div> <!-- end id_scroll_tab --> <div class="center"> <?= __('Number of tables:'); ?> <?= $name_cnt; ?> </div> <div id="layer_menu_sizer" onmousedown="layer_menu_cur_click=1"> <div class="floatleft"> <img class="icon" data-right="<?= $_SESSION['PMA_Theme']->getImgPath('pmd/resizeright.png'); ?>" src="<?= $_SESSION['PMA_Theme']->getImgPath('pmd/resize.png'); ?>"/> </div> </div> </div> <!-- end layer_menu -->
Close