AnonSec Shell
Server IP : 162.214.74.102  /  Your IP : 216.73.217.80
Web Server : Apache
System : Linux dedi-4363141.lrsys.com.br 3.10.0-1160.119.1.el7.tuxcare.els25.x86_64 #1 SMP Wed Oct 1 17:37:27 UTC 2025 x86_64
User : lrsys ( 1015)
PHP Version : 5.6.40
Disable Function : exec,passthru,shell_exec,system
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/lrsys/public_html/lrsys_apps/imobles/ui/theme/lrsys/lib/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/lrsys/public_html/lrsys_apps/imobles/ui/theme/lrsys/lib/plugins.js
Dropzone.autoDiscover = false;
$(function() {
    var _url = $("#_url").val();
    var ib_file = new Dropzone("#upload_container",
        {
            url: _url + "settings/plugin_upload/",
            maxFiles: 1,
            acceptedFiles: ".zip"
        }
    );

    //ib_file.on("addedfile", function(file) {
    //
    //});

    ib_file.on("success", function(file) {

        var _msg_unzipping = $('#_msg_unzipping').val();
        $('#uploading_inside').block({
            message: "<h3>" + _msg_unzipping +"</h3>" ,
            css: {
                padding:        0,
                margin:         0,
                width:          '30%',
                top:            '40%',
                left:           '35%',
                textAlign:      'center',
                color:          '#FFFFFF',
                border:         '0',
                backgroundColor:'transparent',
                cursor:         'wait'
            }
        });
     //   $('#uploading_inside').block({ message: null });

        var _url = $("#_url").val();
        $.post(_url + 'settings/plugin_unzip/', {

            name: file.name

        })
            .done(function (data) {

                setTimeout(function () {
                    location.reload();
                }, 2000);
            });
    });



    $(".c_uninstall").click(function (e) {
        e.preventDefault();
        var _msg_are_you_sure = $('#_msg_are_you_sure').val();
        var to_url = this.href;
        bootbox.confirm(_msg_are_you_sure, function(result) {
           if(result == true){
               window.location = to_url;
           }
        });



    });



});

Anon7 - 2022
AnonSec Team