403Webshell
Server IP : 85.158.181.41  /  Your IP : 216.73.217.12
Web Server : Apache
System : Linux cloud9-vm129 6.1.178+1-ph #ph SMP PREEMPT_DYNAMIC Wed Jul 29 09:00:54 UTC 2026 x86_64
User : moncbefd ( 1024)
PHP Version : 7.3.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/moncbefd/www.moneta.at/callback/rsmartsepa/resources/js/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/moncbefd/www.moneta.at/callback/rsmartsepa/resources/js/checkmatchserver.js
/*
  checkmatchserver.js 2015-04-24 wem
  Smart Payment Solutions GmbH
  http://www.smart-payment-solutions.de/
  Copyright (c) 2015 Smart Payment Solutions GmbH
  Released under the GNU General Public License (Version 2)
  [http://www.gnu.org/licenses/gpl-2.0.html]
*/

if(jQuery) {
    jQuery(document).ready(function() {
        var callbackurl = "@callbackurl@";
        var triggerelem = jQuery("[data-rsmartseparole='checkmatchserverbutton']");
        triggerelem.click(function(evt) {
            evt.stopPropagation();
            evt.preventDefault();
            //alert("CallbackURL=" + callbackurl); 
            
            var callParams = {
                action: "CHECKMATCHSERVER"
            };
            
            triggerelem.css({cursor: "wait"});
            jQuery.ajax({
                type: "POST",
                url: callbackurl,
                processData: false,
                async: true,
                dataType: 'json',
                data: "json=" + JSON.stringify(callParams),
                success: function(data, textStatus, jqXHR) {
                    triggerelem.css({cursor: "pointer"});
                    if(data.status == "ok") {
                        alert(data.result);
                    }
                    else {
                        alert("Error");
                    }
                },
                error: function (jqXHR, textStatus, errorThrown) {
                    triggerelem.css({cursor: "pointer"});
                    alert("Ajax Error");
                }
            });
            
        });
    });
}



Youez - 2016 - github.com/yon3zu
LinuXploit