Mr.Fn4ticHz Shell
Server IP : 162.240.98.243  /  Your IP : 3.144.251.13
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//RegisterNow.php
<?php 
session_start();
require_once("../DBManager.php");
require_once("../LoginManager.php");
if(isset($_POST['register']))
{
    
    
$link=DBManager::connect();
$userkey=LoginManager::getRandomkey();
$password=rand(1000, 9999);
$user_otp = rand(100000, 999999);
$user_activation_code = md5(rand());
	$narayan=LoginManager::currentUser();
	$anilka=LoginManager::getUserTypeByuname("$narayan");
	$entered_by="$anilka";
	
$site_users = $link->query("SELECT email FROM site_users WHERE email = '$_POST[uemail]'");
$numrows=mysqli_num_rows($site_users);
if($numrows > 0){
        echo "<script>alert('Already Exists');</script>";
    	
}else{ 
	
$sql="INSERT INTO site_users(userno,uname,name,numbers,email,usertype,status,password,userkey,user_otp,user_activation_code,entered_by,created_at,updated_at) VALUES (NULL, '$_POST[umobile]', '$_POST[uname]', '$_POST[umobile]','$_POST[uemail]', 'Family', 'Active','$password', '$userkey','$user_otp','$user_activation_code','$_POST[HospitalName]', now(), now());";
//echo $sql;
$result=mysqli_query($link,$sql);
if(!$result)
	return false;
$sql ="select last_insert_id() from site_users";
$result=mysqli_query($link,$sql);
if(!$result)
	return false;
$row=mysqli_fetch_row($result);

$userno=$row[0];
$name=$row[2];

//echo $userno;

 $to = $_POST['uemail'];
         $subject = "Email Verification";
         // Compose a simple HTML email message
$message = '';
$message .= 'Hi '.$_POST['uname']."\r\n\r\n";
$message .= 'Your OTP to varify email for Ease-n-up patient console is '.$user_otp.'. This is secret and can be used only once.';
$from = 'noreply@easenup.in';
 
// Sending email
mail($to, $subject, $message);
 





$sql="INSERT INTO family(srno,familyid,name,country_code,numbers,user_otp,numbers_status,user_activation_code,entered_by,created_at,updated_at) VALUES (NULL,'$userno','$_POST[uname]','91','$_POST[umobile]','$user_otp','Not Verified','$user_activation_code','$_POST[HospitalName]',now(),now())";
//echo $sql;

// $message="Hello $name, Your OTP to complete the Registration with Ease'n'Up is $user_otp Regards, HAND Corp";
// $message=urlencode($message);
// $sms ="http://login.aquasms.com/sendSMS?username=ventexint@gmail.com&message=$message&sendername=EASNUP&smstype=TRANS&numbers=$numbers&apikey=eebcced9-0ca1-4a6f-940b-c616276e2ec9";
//$sms=urlencode($sms);
$result=file_get_contents($sms);
//echo $result;
//echo $sql;

$result=mysqli_query($link,$sql);
if($result)

echo "<script>alert('OTP forwarded to email'); </script><script>window.location='email_verify.php?code=$user_activation_code';</script>;</script>";
else 
echo "Fail";
$link=DBManager::close($link);

}
}
?>

<!DOCTYPE html>
<html lang="en">
	<head>
		<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
		<meta charset="utf-8" />
		<title>Register Now</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>
<h1>

<center><img src='assets/images/logo/logo.png' class='img-responsive' alt='logo'></center>
</h1>
</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 action='' method="POST">
<fieldset>

<label class="block clearfix">
<span class="block input-icon input-icon-right">
<input type="text" class="form-control" id="umobile" placeholder="Mobile Number" name='umobile' required="true" pattern="[1-9]{1}[0-9]{9}" maxlength="10">
         <i class="ace-icon fa fa-phone-square" aria-hidden="true"></i>
</span>
</label>

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

<label class="block clearfix">
<span class="block input-icon input-icon-right">
<input type="text" class="form-control" placeholder="Username" name="uname" required/>
<i class="ace-icon fa fa-user"></i>
</span>
</label>
<!--base64_decode(urldecode($_GET['hospital']));--HAnd Corp = 12966-->

<input type="hidden" class="form-control" placeholder="Hospital Name" name="HospitalName" value="12966" />	





<label class="block">
<input type="checkbox" class="ace" required/>
<span class="lbl">
I accept the
<a href="Privacypolicy.php" target='_blank'>User Agreement</a>
</span>
</label>

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

<div class="clearfix">
<button type="reset" class="width-30 pull-left btn btn-sm">
<i class="ace-icon fa fa-refresh"></i>
<span class="bigger-110">Reset</span>
</button>

<button type="submit" name="register" class="width-65 pull-right btn btn-sm btn-success">
<span class="bigger-110">Register</span>

<i class="ace-icon fa fa-arrow-right icon-on-right"></i>
</button>
</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="index.php"  class="user-signup-link">
 Go To Login
<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>


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

<div class="toolbar center">
<a href="index.php"  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
			
		</script>
	</body>
</html>

Anon7 - 2022
AnonSec Team