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 : having_query_panel.phtml
<table id="query_having" style="display:none;" width="5%" cellpadding="0" cellspacing="0"> <tbody> <tr> <td class="frams1" width="10px"> </td> <td class="frams5" width="99%" > </td> <td class="frams2" width="10px"> <div class="bor"> </div> </td> </tr> <tr> <td class="frams8"> </td> <td class="input_tab"> <table width="168" class="center" cellpadding="2" cellspacing="0"> <thead> <tr> <td colspan="2" class="center nowrap"> <strong> HAVING </strong> </td> </tr> </thead> <tbody id="rename_to"> <tr> <td width="58" class="nowrap"> <?= __('Operator'); ?> </td> <td width="102"> <select name="hoperator" id="hoperator"> <option value="---" selected="selected"> --- </option> <option value="None" > None </option> <option value="sum" > SUM </option> <option value="min"> MIN </option> <option value="max"> MAX </option> <option value="avg"> AVG </option> <option value="count"> COUNT </option> </select> </td> </tr> <tr> <tr> <td width="58" class="nowrap"> <?= __('Operator'); ?> </td> <td width="102"> <select name="hrel_opt" id="hrel_opt"> <option value="--" selected="selected"> -- </option> <option value="="> = </option> <option value=">"> > </option> <option value="<"> < </option> <option value=">="> >= </option> <option value="<="> <= </option> <option value="NOT"> NOT </option> <option value="IN"> IN </option> <option value="EXCEPT"> <?= __('Except'); ?> </option> <option value="NOT IN"> NOT IN </option> </select> </td> </tr> <tr> <td class="nowrap"> <?= __('Value'); ?> <br /> <?= __('subquery'); ?> </td> <td> <textarea id="hQuery" value="" cols="18"> </textarea> </td> </tr> </tbody> <tbody> <tr> <td colspan="2" class="center nowrap"> <input type="button" id="ok_edit_having" class="butt" name="Button" value="<?= __('OK'); ?>" /> <input type="button" class="butt" name="Button" value="<?= __('Cancel'); ?>" onclick="document.getElementById('query_having').style.display = 'none';" /> </td> </tr> </tbody> </table> </td> <td class="frams6"> </td> </tr> <tr> <td class="frams4"> <div class="bor"> </div> </td> <td class="frams7"> </td> <td class="frams3"> </td> </tr> </tbody> </table>
Close