Linux webserver 6.8.0-49-generic #49~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Nov 6 17:42:15 UTC 2 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.1.1 & Your IP : 3.145.180.66
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
phpmyadmin /
templates /
table /
structure /
Delete
Unzip
Name
Size
Permission
Date
Action
display_partitions.twig
9.95
KB
-rw-r--r--
2021-06-04 04:20
display_structure.twig
27.03
KB
-rw-r--r--
2021-06-04 04:20
display_table_stats.twig
7.41
KB
-rw-r--r--
2021-06-04 04:20
drop_confirm.twig
780
B
-rw-r--r--
2021-06-04 04:20
partition_definition_form.twig
542
B
-rw-r--r--
2021-06-04 04:20
primary.twig
905
B
-rw-r--r--
2021-06-04 04:20
Save
Rename
<form action="{{ url('/table/structure/primary') }}" method="post"> {{ get_hidden_inputs({'db': db, 'table': table, 'selected': selected}) }} <fieldset class="confirmation"> <legend> {% trans 'Do you really want to execute the following query?' %} </legend> <code> ALTER TABLE {{ backquote(table) }}<br> DROP PRIMARY KEY,<br> ADD PRIMARY KEY(<br> {% for field in selected %} {{ backquote(field) }} {%- if not loop.last %},{% endif %}<br> {% endfor %} ); </code> </fieldset> <fieldset class="tblFooters"> <input id="buttonYes" class="btn btn-secondary" type="submit" name="mult_btn" value="{% trans 'Yes' %}"> <input id="buttonNo" class="btn btn-secondary" type="submit" name="mult_btn" value="{% trans 'No' %}"> </fieldset> </form>