!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 184.8 GB of 400 GB (46.2%)
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:     form-validation.js (1.87 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
class FormValidation {

    static init() {

        $( "#form-validation" ).validate({
            ignore: ':hidden:not(:checkbox)',
            errorElement: 'div',
            errorClass: 'is-invalid',
            validClass: 'is-valid',
            rules: {
                inputRequired: {
                    required: true
                },
                inputMinLength: {
                    required: true,
                    minlength: 6
                },
                inputMaxLength: {
                    required: true,
                    minlength: 8
                }, 
                inputUrl: {
                    required: true,
                    url: true
                },
                inputRangeLength: {
                    required: true,
                    rangelength: [2, 6]
                },
                inputMinValue: {
                    required: true,
                    min: 8
                },
                inputMaxValue: {
                    required: true,
                    max: 6
                },
                inputRangeValue: {
                    required: true,
                    max: 6,
                    range: [6, 12]
                },
                inputEmail: {
                    required: true,
                    email: true
                },
                inputPassword: {
                    required: true
                },
                inputPasswordConfirm: {
                    required: true,
                    equalTo: '#password'
                },
                inputDigit: {
                    required: true,
                    digits: true
                },
                inputValidCheckbox: {
                    required: true
                }
            }
        });
    }
}

$(() => { FormValidation.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.9555 ]--