⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.13
Server IP:
109.199.105.153
Server:
Linux connect.inboxifs.com 5.15.0-152-generic #162-Ubuntu SMP Wed Jul 23 09:48:42 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
phpmyadmin
/
templates
/
sql
/
View File Name :
bookmark.twig
<form action="{{ url('/sql') }}" method="post" class="bookmarkQueryForm print_ignore" onsubmit="return ! Functions.emptyCheckTheField(this, 'bkm_fields[bkm_label]');"> {{ get_hidden_inputs() }} <input type="hidden" name="db" value="{{ db }}"> <input type="hidden" name="goto" value="{{ goto }}"> <input type="hidden" name="bkm_fields[bkm_database]" value="{{ db }}"> <input type="hidden" name="bkm_fields[bkm_user]" value="{{ user }}"> <input type="hidden" name="bkm_fields[bkm_sql_query]" value="{{ sql_query }}"> <fieldset> <legend> {{ get_icon('b_bookmark', 'Bookmark this SQL query'|trans, true) }} </legend> <div class="formelement"> <label> {% trans 'Label:' %} <input type="text" name="bkm_fields[bkm_label]" value=""> </label> </div> <div class="formelement"> <label> <input type="checkbox" name="bkm_all_users" value="true"> {% trans 'Let every user access this bookmark' %} </label> </div> <div class="clearfloat"></div> </fieldset> <fieldset class="tblFooters"> <input type="hidden" name="store_bkm" value="1"> <input class="btn btn-secondary" type="submit" value="{% trans 'Bookmark this SQL query' %}"> </fieldset> </form>