403Webshell
Server IP : 103.48.194.25  /  Your IP : 216.73.216.74
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/cannguyenlong.com-bk/public_html/webadmin/views/banner/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/cannguyenlong.com-bk/public_html/webadmin/views/banner/index.php
<? $attributes = array('class' => 'email', 'id' => 'checknew');
    echo form_open('banner/delsbanner', $attributes);?>

<table class="admindata" width="100%">
    <thead>
        <tr>
            <th colspan="6"> <input type="submit" onclick="return verify_del();" name="btn_submit" value="Xóa">
                Hiện có <?=$num?> bài viết <?=$pagination?>
            </th>
        </tr>
        <tr>
            <th class="checkbox"><input type="checkbox" name="sa" id="sa" onclick="check_chose('sa', 'ar_id[]', 'checknew')" /></th>
            <th>Tiêu đề/Link</th>
            <th>Hình ảnh</th>
            <th>Vị trí</th>
            <th>Ngày gởi</th>
            <th>Chức năng</th>
        </tr>
    </thead>
    <?
        $k=1;
        $i=1;
        foreach($list as $rs):
	?>
    <tr class="row<?=$k?>">
        <td><input type="checkbox" name="ar_id[]" value="<?=$rs->id?>"></td>
        <td><?=$rs->title ?><br /><?=$rs->links?></td>
        <td><? if (!empty($rs->images)) echo '<img src="'.base_url_site().'uploads/images/'.$rs->images.'" width="120" />' ?></td>
        <td align="center"><?=$rs->pos?></td>
        <td align="center"><?=date("d.m.Y H:i", strtotime($rs->lastedit))?></td>
        <td align="center"><?=icon_edit('banner/edit/'.$rs->id)?>
            &nbsp;&nbsp;&nbsp; 
            <!--<span id="publish<?=$rs->id?>"><?=icon_active("'banner'","'id'",$rs->id,$rs->status)?></span>-->
            
            <?=icon_del('banner/del/'.$rs->id.'/'.(int)$this->uri->segment(4))?></td>
    </tr>
    <?
        $k=1-$k;
        $i++;
        endforeach;
	?>
    <tfoot>
    <td colspan="6"><input type="submit" onclick="return verify_del();" name="btn_submit" value="Xóa">
            Hiện có <?=$num?> bài viết <?=$pagination?></td>
            </tfoot>
</table>
<?=form_close()?>

Youez - 2016 - github.com/yon3zu
LinuXploit