Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 18.117.249.37
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
myadmin /
templates /
columns_definitions /
Delete
Unzip
Name
Size
Permission
Date
Action
column_adjust_privileges.twig
628
B
-rw-r--r--
2021-02-05 18:27
column_attribute.twig
909
B
-rw-r--r--
2021-02-05 18:27
column_attributes.twig
7.91
KB
-rw-r--r--
2021-02-05 18:27
column_auto_increment.twig
291
B
-rw-r--r--
2021-02-05 18:27
column_comment.twig
188
B
-rw-r--r--
2021-02-05 18:27
column_default.twig
1.23
KB
-rw-r--r--
2021-02-05 18:27
column_definitions_form.twig
6.35
KB
-rw-r--r--
2021-02-05 18:27
column_extra.twig
285
B
-rw-r--r--
2021-02-05 18:27
column_indexes.twig
1.21
KB
-rw-r--r--
2021-02-05 18:27
column_length.twig
402
B
-rw-r--r--
2021-02-05 18:27
column_name.twig
1.44
KB
-rw-r--r--
2021-02-05 18:27
column_null.twig
322
B
-rw-r--r--
2021-02-05 18:27
column_type.twig
337
B
-rw-r--r--
2021-02-05 18:27
column_virtuality.twig
972
B
-rw-r--r--
2021-02-05 18:27
mime_type.twig
763
B
-rw-r--r--
2021-02-05 18:27
move_column.twig
626
B
-rw-r--r--
2021-02-05 18:27
partitions.twig
7.52
KB
-rw-r--r--
2021-02-05 18:27
table_fields_definitions.twig
4.71
KB
-rw-r--r--
2021-02-05 18:27
transformation.twig
1.17
KB
-rw-r--r--
2021-02-05 18:27
transformation_option.twig
421
B
-rw-r--r--
2021-02-05 18:27
Save
Rename
<div class="responsivetable"> <table id="table_columns" class="noclick"> <caption class="tblHeaders"> {% trans 'Structure' %} {{ show_mysql_docu('CREATE_TABLE') }} </caption> <tr> <th> {% trans 'Name' %} </th> <th> {% trans 'Type' %} {{ show_mysql_docu('data-types') }} </th> <th> {% trans 'Length/Values' %} {{ show_hint('If column type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'…<br>If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, precede it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').'|trans) }} </th> <th> {% trans 'Default' %} {{ show_hint('For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'|trans) }} </th> <th> {% trans 'Collation' %} </th> <th> {% trans 'Attributes' %} </th> <th> {% trans 'Null' %} </th> {# Only for 'Edit' Column(s) #} {% if change_column is defined and change_column is not empty %} <th> {% trans 'Adjust privileges' %} {{ show_docu('faq', 'faq6-39') }} </th> {% endif %} {# We could remove this 'if' and let the key information be shown and editable. However, for this to work, structure.lib.php must be modified to use the key fields, as tbl_addfield does. #} {% if not is_backup %} <th> {% trans 'Index' %} </th> {% endif %} <th> <abbr title="AUTO_INCREMENT">A_I</abbr> </th> <th> {% trans 'Comments' %} </th> {% if is_virtual_columns_supported %} <th> {% trans 'Virtuality' %} </th> {% endif %} {% if fields_meta is defined %} <th> {% trans 'Move column' %} </th> {% endif %} {% if mimework and browse_mime %} <th> {% trans 'Media (MIME) type' %} </th> <th> <a href="transformation_overview.php {{- get_common() }}#transformation" title=" {%- trans 'List of available transformations and their options' -%} " target="_blank"> {% trans 'Browser display transformation' %} </a> </th> <th> {% trans 'Browser display transformation options' %} {{ show_hint('Please enter the values for transformation options using this format: \'a\', 100, b,\'c\'…<br>If you ever need to put a backslash ("\\") or a single quote ("\'") amongst those values, precede it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').'|trans) }} </th> <th> <a href="transformation_overview.php{{ get_common() }}#input_transformation" title="{% trans 'List of available transformations and their options' %}" target="_blank"> {% trans 'Input transformation' %} </a> </th> <th> {% trans 'Input transformation options' %} {{ show_hint('Please enter the values for transformation options using this format: \'a\', 100, b,\'c\'…<br>If you ever need to put a backslash ("\\") or a single quote ("\'") amongst those values, precede it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').'|trans) }} </th> {% endif %} </tr> {% set options = {'': '', 'VIRTUAL': 'VIRTUAL'} %} {% if server_type == 'MariaDB' %} {% set options = options|merge({'PERSISTENT': 'PERSISTENT'}) %} {% set options = options|merge({'STORED': 'STORED'}) %} {% else %} {% set options = options|merge({'STORED': 'STORED'}) %} {% endif %} {% for content_row in content_cells %} <tr> {% include 'columns_definitions/column_attributes.twig' with content_row|merge({ 'options': options, 'change_column': change_column, 'is_virtual_columns_supported': is_virtual_columns_supported, 'browse_mime': browse_mime, 'max_rows': max_rows, 'char_editing': char_editing, 'attribute_types': attribute_types, 'privs_available': privs_available, 'max_length': max_length, 'charsets': charsets }) only %} </tr> {% endfor %} </table> </div>