Uname:Linux marissa.metanet.ch 4.18.0-553.141.2.lve.el7h.x86_64 #1 SMP Wed Jul 8 17:20:31 UTC 2026 x86_64

Base Dir : /home/httpd/vhosts/comeonline.ch/httpdocs

User : onlineadmin


403WebShell
403Webshell
Server IP : 80.74.154.100  /  Your IP : 216.73.217.0
Web Server : Apache
System : Linux marissa.metanet.ch 4.18.0-553.141.2.lve.el7h.x86_64 #1 SMP Wed Jul 8 17:20:31 UTC 2026 x86_64
User : onlineadmin ( 10487)
PHP Version : 8.5.7
Disable Function : opcache_get_status
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/httpd/vhosts/comeonline.ch/httpdocs/wp-content/plugins/wptouch/include/js/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/httpd/vhosts/comeonline.ch/httpdocs/wp-content/plugins/wptouch/include/js/desktop-switch.js
function wptouchGetXMLHttpRequestObject() {
    if ( window.XMLHttpRequest ) {
        return new XMLHttpRequest();
    } else if ( window.ActiveXObject ) { // Older IE.
		try {
        	return new ActiveXObject( "MSXML2.XMLHTTP.3.0" );
        }
		catch( ex ) {
			return null;
		}
    }
}

var wptouchAjaxRequest = wptouchGetXMLHttpRequestObject();

function wptouchAsyncHandler() {
    if ( wptouchAjaxRequest.readyState == 4 ) {
        if ( wptouchAjaxRequest.status == 200 ) {
			var domElement = document.getElementById( 'wptouch_desktop_switch' );
			if ( domElement != null ) {
				domElement.innerHTML = wptouchAjaxRequest.responseText;
			}        	
        }
    }
}

if ( wptouchAjaxRequest != null ) {
	wptouchAjaxRequest.open( 'POST', wptouchAjaxUrl, true );
	wptouchAjaxRequest.onreadystatechange = wptouchAsyncHandler;
	wptouchAjaxRequest.setRequestHeader( 'X-Requested-With', 'XMLHttpRequest' );
	wptouchAjaxRequest.setRequestHeader( 'Content-type', 'application/x-www-form-urlencoded' );
	wptouchAjaxRequest.send( 'action=wptouch_client_ajax&wptouch_action=desktop_switch&wptouch_nonce=' + encodeURIComponent( wptouchAjaxNonce ) + '&wptouch_switch_location=' + encodeURIComponent( wptouchAjaxSwitchLocation ) );	
}


Youez - 2016 - github.com/yon3zu
LinuXploit