AnonSec Shell
Server IP : 209.38.156.173  /  Your IP : 216.73.216.122   [ Reverse IP ]
Web Server : Apache/2.4.52 (Ubuntu)
System : Linux lakekumayuhotel 5.15.0-136-generic #147-Ubuntu SMP Sat Mar 15 15:53:30 UTC 2025 x86_64
User : root ( 0)
PHP Version : 8.1.2-1ubuntu2.22
Disable Function : NONE
Domains : 2 Domains
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /usr/share/phpmyadmin.bak/templates/table/find_replace/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /usr/share/phpmyadmin.bak/templates/table/find_replace/index.twig
<ul class="nav nav-pills m-2">
  <li class="nav-item">
    <a class="nav-link" href="{{ url('/table/search', {'db': db, 'table': table, 'pos': 0}) }}">
      {{ get_icon('b_search', 'Table search'|trans, false, false, 'TabsMode') }}
    </a>
  </li>

  <li class="nav-item">
    <a class="nav-link" href="{{ url('/table/zoom-search', {'db': db, 'table': table}) }}">
      {{ get_icon('b_select', 'Zoom search'|trans, false, false, 'TabsMode') }}
    </a>
  </li>

  <li class="nav-item">
    <a class="nav-link active" href="{{ url('/table/find-replace', {'db': db, 'table': table}) }}">
      {{ get_icon('b_find_replace', 'Find and replace'|trans, false, false, 'TabsMode') }}
    </a>
  </li>
</ul>

<form method="post" action="{{ url('/table/find-replace') }}" name="insertForm" id="find_replace_form" class="ajax lock-page">
  {{ get_hidden_inputs(db, table) }}
  <input type="hidden" name="goto" value="{{ goto }}">
  <input type="hidden" name="back" value="{{ url('/table/find-replace') }}">

  <fieldset id="fieldset_find_replace">
    <fieldset id="fieldset_find">
      <legend>
        {% trans 'Find and replace' %}
      </legend>

      <label for="findInput">{% trans 'Find:' %}</label>
      <input type="text" value="" name="find" id="findInput" required>

      <label for="replaceWithInput">{% trans 'Replace with:' %}</label>
      <input type="text" value="" name="replaceWith" id="replaceWithInput">

      <label for="columnIndexSelect">{% trans 'Column:' %}</label>
      <select name="columnIndex" id="columnIndexSelect">
        {% for i in 0..column_names|length - 1 %}
          {% set type = types[column_names[i]] %}

          {% if sql_types.getTypeClass(type) == 'CHAR' %}
            <option value="{{ i }}">
              {{- column_names[i] -}}
            </option>
          {% endif %}
        {% endfor %}
      </select>

      <input type="checkbox" name="useRegex" id="useRegex">
      <label for="useRegex">
        {% trans 'Use regular expression' %}
      </label>
    </fieldset>
  </fieldset>

  <fieldset class="tblFooters">
    <input class="btn btn-primary" type="submit" name="submit" value="{% trans 'Go' %}">
  </fieldset>
</form>
<div id="sqlqueryresultsouter"></div>

Anon7 - 2022
AnonSec Team