V1rus Private
User / IP
:
216.73.217.108
Host / Server
:
190.92.174.125 / aerosofthealthcare.com
System
:
Linux s3739.bom1.stableserver.net 4.18.0-513.24.1.lve.2.el8.x86_64 #1 SMP Fri May 24 12:42:50 UTC 2024 x86_64
Cmd
|
Upload
|
Mass Deface
|
Create
|
Sym
:
/
home9
/
aerosoft
/
public_html
/
Viewing: verify.php
<?php session_start(); include'header.php'; ?> <?php $msg=''; if(isset($_GET['otp']) and isset($_GET['mob'])){ $m = explode('-',$_SESSION['otp']); $mobile = $m[0]; $otp = $m[1]; if($mobile==$_GET['mob'] and $otp == $_GET['otp']) { $name = $_GET['name']; $mob = $_GET['mob']; $training = $_GET['training'] ; $training_name = $_GET['training_name']; $business_name = $_GET['business_name']; $loan = $_GET['loan']; $loan_amount = $_GET['loan_amount']; $about = $_GET['about']; $tnc = $_GET['tnc']; //send mail $to ='aerosoftmmc@gmail.com'; $subject = 'Entrepreneurship Query From website'; $message .= '<p style="color:#080;font-size:18px;"> <b> Name : </b> '.$_GET['name'].'</p>'; $message .= '<p style="color:#080;font-size:18px;"> <b> Mobile : </b> '.$_GET['mob'].'</p>'; $message .= '<p style="color:#080;font-size:18px;"> <b> Training Completed : </b> '.$_GET['training'].'</p>'; $message .= '<p style="color:#080;font-size:18px;"> <b> Training Name : </b> '.$_GET['training_name'].'</p>'; $message .= '<p style="color:#080;font-size:18px;"> <b> Business Name : </b> '.$_GET['business_name'].'</p>'; $message .= '<p style="color:#080;font-size:18px;"> <b> Loan : </b> '.$_GET['loan'].'</p>'; $message .= '<p style="color:#080;font-size:18px;"> <b> Loan Amount : </b> '.$_GET['loan_amount'].'</p>'; $message .= '<p style="color:#080;font-size:18px;"> <b> About Business : </b> '.$_GET['about'].'</p>'; $message .= '<p style="color:#080;font-size:18px;"> <b> Term & conditions accepted : </b> '.$_GET['tnc'].'</p>'; // $header = "From:".$_GET['txt_mail']." \r\n"; $header .= "MIME-Version: 1.0\r\n"; $header .= "Content-type: text/html\r\n"; // $add = "INSERT INTO `entre`(`name`, `mobile`, `training_yn`, `training_name`, `business_name`, `loan_yn`, `loan_amount`, `about_business`, `terms_yn`) VALUES ('$_GET[name]','$_GET[mob]','$_GET[training]','$_GET[training_name]','$_GET[business_name]','$_GET[loan]','$_GET[loan_amount]','$_GET[about]'$_GET[tnc]')"; //mysqli_query($db, $add); $add = "INSERT INTO `entre`(`name`, `mobile`, `training_yn`, `training_name`, `business_name`, `loan_yn`, `loan_amount`, `about_business`, `terms_yn`) VALUES ('$name','$mob','$training','$training_name','$business_name','$loan','$loan_amount','$about','$tnc')"; mysqli_query($db, $add); $retval = mail ($to,$subject,$message,$header); if( $retval == true ) { $msgs = "OTP Verified Successfully and mail Send Successfully"; ?> <script> setTimeout(function(){ window.location.href = 'http://www.bhawanishop.com/aerosoft/'; }, 1000); </script> <?php }else { $msg = "Message could not be sent..."; } } else { $msgr = "You Have entered wrong OTP."; } } ?> <main> <section class="page-banner"> <img src="images/bg-page.jpg"> <div class="page-title"> <h2> Verify OTP </h2> </div> </section> <div> <div class="container"> <div class="row mt-5 mb-5"> <div class="col-sm-4 offset-sm-4"> <div class="mt-2 mb-2"> <p style="color:red; font-weight:bold;"> <?=$msg;?> </p> <p style="color:red; font-weight:bold;"> <?=$msgr;?> </p> <p style="color:green; font-weight:bold;"> <?=$msgs;?> </p> </div> <div class="card"> <div class="card-body"> <form class="form-horizontal" enctype="multipart/form-data" method="get" accept-charset="utf-8"> <div class="form-group row"> <div class="col-sm-12"> <label> Please Enter OTP : </label> <input type="text" placeholder="OTP" name="otp" class="form-control" required=""> <input type="hidden" name="name" value="<?=$_GET['name']?>"> <input type="hidden" name="mob" value="<?=$_GET['mob']?>"> <input type="hidden" name="training" value="<?=$_GET['training']?>"> <input type="hidden" name="training_name" value="<?=$_GET['training_name']?>"> <input type="hidden" name="business_name" value="<?=$_GET['business_name']?>"> <input type="hidden" name="loan" value="<?=$_GET['loan']?>"> <input type="hidden" name="loan_amount" value="<?=$_GET['loan_amount']?>"> <input type="hidden" name="about" value="<?=$_GET['about']?>"> <input type="hidden" name="tnc" value="<?=$_GET['tnc']?>"> </div> </div> <div class="form-group row"> <div class="col-sm-12 text-right"> <button class="btn btn-success" type="submit" name="submit"> Verify <i class="fa fa-send"></i> </button> </div> </div> </form> </div> </div> </div> </div> </div> </div> </main> <?php include 'footer.php'; ?>
Coded With 💗 by
HanzOFC