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 /
server /
privileges /
Delete
Unzip
Name
Size
Permission
Date
Action
add_user.twig
1.35
KB
-rw-rw-rw-
2023-02-07 22:26
add_user_fieldset.twig
487
B
-rw-rw-rw-
2023-02-07 22:26
change_password.twig
3.36
KB
-rw-rw-rw-
2023-02-07 22:26
choose_user_group.twig
550
B
-rw-rw-rw-
2023-02-07 22:26
edit_routine_privileges.twig
3.88
KB
-rw-rw-rw-
2023-02-07 22:26
get_user_link.twig
292
B
-rw-rw-rw-
2023-02-07 22:26
initials_row.twig
1008
B
-rw-rw-rw-
2023-02-07 22:26
login_information_fields.twig
4.8
KB
-rw-rw-rw-
2023-02-07 22:26
new_user_ajax.twig
1.64
KB
-rw-rw-rw-
2023-02-07 22:26
privileges_summary.twig
4.63
KB
-rw-rw-rw-
2023-02-07 22:26
privileges_table.twig
33.57
KB
-rw-rw-rw-
2023-02-07 22:26
subnav.twig
534
B
-rw-rw-rw-
2023-02-07 22:26
user_overview.twig
749
B
-rw-rw-rw-
2023-02-07 22:26
user_properties.twig
4.81
KB
-rw-rw-rw-
2023-02-07 22:26
users_overview.twig
7.79
KB
-rw-rw-rw-
2023-02-07 22:26
Save
Rename
<form method="post" id="change_password_form" action=" {{- is_privileges ? url('/server/privileges') : url('/user-password') }}" name="chgPassword" class="{{ is_privileges ? 'submenu-item' }}" autocomplete="off"> {{ get_hidden_inputs() }} {% if is_privileges %} <input type="hidden" name="username" value="{{ username }}"> <input type="hidden" name="hostname" value="{{ hostname }}"> {% endif %} <fieldset class="pma-fieldset" id="fieldset_change_password"> <legend{{ is_privileges ? ' data-submenu-label="Change password"' }}>{% trans 'Change password' %}</legend> <table class="table table-borderless w-auto"> <tr> <td colspan="2"> <input type="radio" name="nopass" value="1" id="nopass_1"> <label for="nopass_1">{% trans 'No Password' %}</label> </td> </tr> <tr class="align-middle"> <td> <input type="radio" name="nopass" value="0" id="nopass_0" checked="checked"> <label for="nopass_0">{% trans 'Password:' %} </label> </td> <td> {% trans 'Enter:' %} <input type="password" spellcheck="false" name="pma_pw" id="text_pma_change_pw" size="10" class="textfield" onkeyup="Functions.checkPasswordStrength($(this).val(), $('#change_password_strength_meter'), meter_obj_label = $('#change_password_strength'), CommonParams.get('user'));" onchange="nopass[1].checked = true"> <span>{% trans %}Strength:{% context %}Password strength{% endtrans %}</span> <meter max="4" id="change_password_strength_meter" name="pw_meter"></meter> <span id="change_password_strength" name="pw_strength"></span> <br> {% trans 'Re-type:' %} <input type="password" spellcheck="false" name="pma_pw2" id="text_pma_change_pw2" size="10" class="textfield" onchange="nopass[1].checked = true"> </td> </tr> {% if not is_new or (is_new and has_more_auth_plugins) %} <tr class="align-middle"> <td> <label for="select_authentication_plugin_cp">{% trans 'Password Hashing:' %}</label> </td> <td> <select name="authentication_plugin" id="select_authentication_plugin_cp"> {% for plugin_name, plugin_description in active_auth_plugins %} <option value="{{ plugin_name }}"{{ plugin_name == orig_auth_plugin ? ' selected' }}>{{ plugin_description }}</option> {% endfor %} </select> </td> </tr> {% endif %} <tr id="tr_element_before_generate_password"></tr> </table> {% if is_new and has_more_auth_plugins %} <div{{ orig_auth_plugin != 'sha256_password' ? ' class="hide"' }} id="ssl_reqd_warning_cp"> {% apply notice %} {% trans %} This method requires using an '<i>SSL connection</i>' or an '<i>unencrypted connection that encrypts the password using RSA</i>'; while connecting to the server. {% endtrans %} {{ show_mysql_docu('sha256-authentication-plugin') }} {% endapply %} </div> {% endif %} </fieldset> <fieldset id="fieldset_change_password_footer" class="pma-fieldset tblFooters"> <input type="hidden" name="change_pw" value="1"> <input class="btn btn-primary" type="submit" value="{% trans 'Go' %}"> </fieldset> </form>