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.222.227.24
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
<form method="post" action="tbl_find_replace.php" name="previewForm" id="previewForm"> {{ get_hidden_inputs(db, table) }} <input type="hidden" name="replace" value="true"> <input type="hidden" name="columnIndex" value="{{ column_index }}"> <input type="hidden" name="findString" value="{{ find }}"> <input type="hidden" name="replaceWith" value="{{ replace_with }}"> <input type="hidden" name="useRegex" value="{{ use_regex }}"> <fieldset id="fieldset_find_replace_preview"> <legend>{% trans 'Find and replace - preview' %}</legend> <table id="previewTable"> <thead> <tr> <th>{% trans 'Count' %}</th> <th>{% trans 'Original string' %}</th> <th>{% trans 'Replaced string' %}</th> </tr> </thead> <tbody> {% if result is iterable %} {% for row in result %} <tr> <td class="right">{{ row[2] }}</td>{# count #} <td>{{ row[0] }}</td>{# original #} <td>{{ row[1] }}</td>{# replaced #} </tr> {% endfor %} {% endif %} </tbody> </table> </fieldset> <fieldset class="tblFooters"> <input class="btn btn-secondary" type="submit" name="replace" value="{% trans 'Replace' %}"> </fieldset> </form>