Windows NT KAMIDAKI 10.0 build 19045 (Windows 10) AMD64
Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.3.9
Server IP : 192.168.3.16 & Your IP : 216.73.216.140
Domains :
Cant Read [ /etc/named.conf ]
User : SISTEMA
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
C: /
xampp /
phpMyAdmin /
templates /
table /
Delete
Unzip
Name
Size
Permission
Date
Action
browse_foreigners
[ DIR ]
drwxrwxrwx
2024-07-26 17:41
chart
[ DIR ]
drwxrwxrwx
2024-07-26 17:41
delete
[ DIR ]
drwxrwxrwx
2024-07-26 17:41
export
[ DIR ]
drwxrwxrwx
2024-07-26 17:41
find_replace
[ DIR ]
drwxrwxrwx
2024-07-26 17:41
gis_visualization
[ DIR ]
drwxrwxrwx
2024-07-26 17:41
import
[ DIR ]
drwxrwxrwx
2024-07-26 17:41
insert
[ DIR ]
drwxrwxrwx
2024-07-26 17:41
maintenance
[ DIR ]
drwxrwxrwx
2024-07-26 17:41
operations
[ DIR ]
drwxrwxrwx
2024-07-26 17:41
partition
[ DIR ]
drwxrwxrwx
2024-07-26 17:41
privileges
[ DIR ]
drwxrwxrwx
2024-07-26 17:41
relation
[ DIR ]
drwxrwxrwx
2024-07-26 17:41
search
[ DIR ]
drwxrwxrwx
2024-07-26 17:41
structure
[ DIR ]
drwxrwxrwx
2024-07-26 17:41
tracking
[ DIR ]
drwxrwxrwx
2024-07-26 17:41
zoom_search
[ DIR ]
drwxrwxrwx
2024-07-26 17:41
index_form.twig
10.26
KB
-rw-rw-rw-
2023-02-07 22:26
index_rename_form.twig
1.01
KB
-rw-rw-rw-
2023-02-07 22:26
page_with_secondary_tabs.twig
986
B
-rw-rw-rw-
2023-02-07 22:26
start_and_number_of_rows_fieldset.twig
946
B
-rw-rw-rw-
2023-02-07 22:26
Save
Rename
<fieldset class="row g-3 align-items-center my-3"> <div class="col-auto"> <label class="col-form-label" for="startRowInput">{% trans 'Start row:' %}</label> </div> <div class="col-auto"> <input class="form-control" id="startRowInput" type="number" name="pos" min="0" value="{{ pos }}"{% if unlim_num_rows > 0 %} max="{{ unlim_num_rows - 1 }}"{% endif %} required> </div> <div class="col-auto"> <label class="col-form-label" for="maxRowsInput">{% trans 'Number of rows:' %}</label> </div> <div class="col-auto"> <input class="form-control" id="maxRowsInput" type="number" name="session_max_rows" min="1" value="{{ rows }}" required> </div> <div class="col-auto"> <input class="btn btn-primary" type="submit" name="submit" value="{% trans 'Go' %}"> </div> <input type="hidden" name="sql_query" value="{{ sql_query }}"> <input type="hidden" name="unlim_num_rows" value="{{ unlim_num_rows }}"> </fieldset>