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/nguyenlieumyphamgiasi.vn/public_html/webadmin/views/member/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/nguyenlieumyphamgiasi.vn/public_html/webadmin/views/member/index.php
<?
	$attributes = array('class' => 'email', 'id' => 'checknew');
        echo form_open('member/dels', $attributes);
?>

<table class="admindata">
    <thead>
        <tr>
            <th colspan="7"> <input type="submit" onclick="return verify_del();" name="btn_submit" value="Xóa">
                Hiện có
                <?=$num?>
                thành viên <span class="pages">
                <?=$pagination?>
                </span>
                <div class="fr"><a href="<?=site_url('member/add')?>">Thêm mới</a></div>
            </th>
        </tr>
        <tr>
            <th class="checkbox"><input type="checkbox" name="sa" id="sa" onclick="check_chose('sa', 'ar_id[]', 'checknew')" /></th>
            <th>ID</th>
            <th>Họ tên</th>
            <th>Email</th>
            <th>Điện thoại</th>
            <th>Điểm thưởng</th>
            <th class="publish">Chức năng</th>
        </tr>
    </thead>
    <?
		$k=1;
		foreach($list as $rs):
	?>
    <tr class="row<?=$k?>">
        <td><input type="checkbox" name="ar_id[]" value="<?=$rs->cusid?>"></td>
        <td><?=$rs->cusid?></td>
        <td><?=$rs->cusname?></td>
        <td><?=$rs->cusmail?></td>
        <td><?=$rs->cusphone?></td>
        <td>&nbsp;</td>
        <td align="center"><?=icon_edit('member/edit/'.$rs->cusid)?>
            <span id="publish<?=$rs->cusid?>"><?=icon_active("'customer'","'cusid'",$rs->cusid,$rs->bl_active)?></span>
            <?=icon_del('member/del/'.$rs->cusid.'/'.(int)$this->uri->segment(4))?></td>
    </tr>
    <?
		$k=1-$k;
		endforeach;?>
    <tfoot>
    <td colspan="7"><input type="submit" onclick="return verify_del();" name="btn_submit" value="Xóa">
            Hiện có
            <?=$num?>
            thành viên <span class="pages">
            <?=$pagination?>
            </span></td>
        </tfoot>
</table>
<?=form_close()?>

Youez - 2016 - github.com/yon3zu
LinuXploit