!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: Apache. PHP/7.3.33 

uname -a: Linux web25.us.cloudlogin.co 5.10.237-xeon-hst #1 SMP Mon May 5 15:10:04 UTC 2025 x86_64 

uid=233359(alpastrology) gid=888(tty) groups=888(tty),33(tape) 

Safe-mode: OFF (not secure)

/home/www/jothidam.tv/admin/js/demo/   drwxr-xr-x
Free 3286.83 GB of 8044.62 GB (40.86%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     buttons-demo.js (1.5 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
// Ladda Button Spinners
// Bind normal buttons
Ladda.bind('div:not(.progress-demo) button.ladda-button', {
    timeout: 2000
});

// Bind progress buttons and simulate loading progress
Ladda.bind('.progress-demo button', {
    callback: function(instance) {
        var progress = 0;
        var interval = setInterval(function() {
            progress = Math.min(progress + Math.random() * 0.1, 1);
            instance.setProgress(progress);

            if (progress === 1) {
                instance.stop();
                clearInterval(interval);
            }
        }, 200);
    }
});

// You can control loading explicitly using the JavaScript API
// as outlined below:

// var l = Ladda.create( document.querySelector( 'button' ) );
// l.start();
// l.stop();
// l.toggle();
// l.isLoading();
// l.setProgress( 0-1 );

// Bootstrap Multiselect
$(document).ready(function() {

    $('#multiselect1').multiselect();

    $('#multiselect2').multiselect({
        buttonClass: 'btn btn-green'
    });

    $('#multiselect3').multiselect({
        includeSelectAllOption: true,
        buttonClass: 'btn btn-blue'
    });

    // Add options for example 28.
    for (var i = 1; i <= 100; i++) {
        $('#multiselect4').append('<option value="' + i + '">' + i + '</option>');
    }

    $('#multiselect4').multiselect({
        includeSelectAllOption: true,
        enableFiltering: true,
        maxHeight: 250,
        buttonClass: 'btn btn-orange'
    });

});

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0106 ]--