403Webshell
Server IP : 172.67.187.206  /  Your IP : 172.71.28.156
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 :  E:/Inetpub/www/training/law/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : E:/Inetpub/www/training/law/check.php
<html>

<head>
        <meta charset="UTF-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Digital Literacy</title>
        <link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/google.css"  type="text/css" />

<script>
function Enableddl(chkddl)
{
  var ddl=document.getElementById("DDL");
  ddl.disabled=chkddl.checked ? false : true;
  if(!ddl.disabled)
  {
    ddl.focus();
  }
}

</script>

<script>
function Disableddl(chkddl2)
{
  var ddl2=document.getElementById("DDL");
  ddl2.disabled=chkddl2.checked ? true : false;
  if(!ddl2.disabled)
  {
    ddl2.focus();
  }
}

</script>

</head>



<body>

<?php require"navbar.php" ?>
<div class="container-xl">

<input type="radio" name="member" id="chkddl"  value="สพม.ราชบุรี" onclick="Enableddl(this)" /> สพม.ราชบุรี<br>
<input type="radio" name="member" id="chkddl2" value="อื่นๆ" onclick="Disableddl(this)" /> อื่นๆ<br>
<!-- <input type="radio" id="chkddl" onclick="Enableddl(this)" /> -->
select this
<select id="DDL" disabled="disabled">
<option value="" selected disabled>----</option>
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
</select>

</div>
  <?php require"footer.php" ?>

</body>
</html>


<?php
$sqli = "SELECT * FROM school";
$result = mysqli_query($conn, $sqli);
while ($row = mysqli_fetch_array($result)) { ?>
<option value="<?php $row['s_name']?>"><?php echo $row['s_name']?></option>';
<?php }
echo '</select>';
?>



<script>
    if ( window.history.replaceState ) {
        history.replaceState("", "", "quiz.php");
    }
</script>

Youez - 2016 - github.com/yon3zu
LinuXploit