403Webshell
Server IP : 172.67.187.206  /  Your IP : 172.71.28.155
Web Server : Apache/2.4.25 (Win32) OpenSSL/1.0.2j PHP/5.6.30
System : Windows NT WIN-ECQAAA40806 6.2 build 9200 (Windows Server 2012 Standard Edition) i586
User : SYSTEM ( 0)
PHP Version : 5.6.30
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /Inetpub/www/news/edu2018/teacher/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /Inetpub/www/news/edu2018/teacher/header.php
<?php
session_start();
require '../config.php';
$idadmin=$_SESSION['sess_id'];
?>
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Teacher : <?=$_SESSION['fullname'];?></title>

           <script src="../bootstrap/js/jquery-3.2.1.min.js"></script>  
           <link rel="stylesheet" href="../bootstrap/css/bootstrap.min.css" />  
           <script src="../bootstrap/js/jquery.dataTables.min.js"></script>  
           <script src="../bootstrap/js/dataTables.bootstrap.min.js"></script>            
           <link rel="stylesheet" href="../bootstrap/css/dataTables.bootstrap.min.css" /> 
		   <script src="../bootstrap/js/bootstrap.min.js"></script>
  <script>
      $(function(){
        window.prettyPrint && prettyPrint();
      });
</script>

<style type="text/css">
.myContiner {
     max-width: 98%;
	 margin-left: 25px;
     margin-right: 25px;
}
<!--
.navbar-default {
    color: #FFFFFF;
    background-color: #1a0d00;
}
/* Title */
.navbar-default .navbar-brand {
    color: #FFFFFF;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #FFFFFF;
}
/* Link */
.navbar-default .navbar-nav > li > a {
    color: #FFFFFF;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #FFFFFF;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #DDD;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #CCC;
}


-->
html, body { 
   height: 85%; /* ให้ html และ body สูงเต็มจอภาพไว้ก่อน */
   margin: 0;
   padding: 0;
}
.wrapper {
   display: block;
   min-height: 100%; /* real browsers */
   height: auto !important; /* real browsers */
   height: 100%; /* IE6 bug */
   margin-bottom: -20px; /* กำหนด margin-bottom ให้ติดลบเท่ากับความสูงของ footer */
}
.footer {
   height: 20px; /* ความสูงของ footer */
   display: block;
   text-align: center;
}
#c {
	background: #222222;
	padding-top: 25px;
	text-align: right;
}

#c p {
	color: white
}
</style>

  </head>
  <body>
  
  <!-- เริ่มตรวจสอบการเข้าระบบ -->
  <?php
if ( !isset($_SESSION['user_login']) || 
    ( isset($_SESSION['user_login']) && $_SESSION['user_login'] != 'teacher' ) ) {

	header('location:./../login.html');
	exit();
}

?> <!-- จบการตรวจสอบการเข้าระบบ -->

 <div class="navbar navbar-default navbar-static-top">
      <div class="container">
        <div class="navbar-header">
          <a href="index.html" class="navbar-brand"><span class="fa fa-home"></span> หน้าหลัก</a>
        </div>
		
 
          <ul class="nav navbar-nav">
            <li class="dropdown">
              <a data-toggle="dropdown" class="dropdown-toggle" href="#"><span class="glyphicon glyphicon-print"></span> รายงาน <b class="caret"></b></a>
		  
              <ul class="dropdown-menu">
                 <li><a href="../print/allstu.html" target="_blank"><span class='glyphicon glyphicon-save-file'></span>&nbsp; นักเรียนทั้งหมด</a></li> 
                 <li><a href="../print/livesc.html" target="_blank"><span class='glyphicon glyphicon-save-file'></span>&nbsp; นักเรียนอยู่หอพัก</a></li>
				 <li><a href="../print/getout.html" target="_blank"><span class='glyphicon glyphicon-save-file'></span>&nbsp; นักเรียนกลับบ้าน</a></li>
				 <li><a href="../print/behavior.html" target="_blank"><span class='glyphicon glyphicon-save-file'></span>&nbsp; ตัด-เพิ่มคะแนนความประพฤติ</a></li>
              </ul>
            </li>
          </ul>


          <ul class="nav navbar-nav navbar-right">
            <li class="dropdown">
<a data-toggle="dropdown" class="dropdown-toggle" href="#">
<span class="glyphicon glyphicon-user"></span>
<?=$_SESSION['fullname'];?>
<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="#myModal1" data-toggle="modal"><span class="glyphicon glyphicon-edit"></span> เปลี่ยนรหัสผ่าน</a></li>
<li><a href="#myModal2" data-toggle="modal"><span class="glyphicon glyphicon-log-out"></span> ออกจากระบบ</a></li>

                                
              </ul>
            </li>
          </ul>
        </div><!-- /.nav-collapse -->
      </div>
    </div>

Youez - 2016 - github.com/yon3zu
LinuXploit