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
:
/
home
/
aerosoft
/
www
/
Viewing: entrepreneurship.php
<?php session_start(); if(isset($_GET['mob'])){ //Your authentication key $authKey = "1433AOylNb62hc57f35e1d"; //Multiple mobiles numbers separated by comma $mobileNumber = $_GET['mob']; //Sender ID,While using route4 sender id should be 6 characters long. $senderId = "FORZEE"; $otp = rand(1000,9999); //Your message to send, Add URL encoding here. $message = urlencode("Your OTP is ".$otp); $_SESSION['otp'] = $_GET['mob'].'-'.$otp; //Define route $route = "default"; //Prepare you post parameters $postData = array( 'authkey' => $authKey, 'mobiles' => $mobileNumber, 'message' => $message, 'sender' => $senderId, 'route' => $route ); //API URL //$url="http://sms.softsoftware.in/api/sendhttp.php"; $url="http://sms2.softsoftware.in/api/sendhttp.php"; // init the resource $ch = curl_init(); curl_setopt_array($ch, array( CURLOPT_URL => $url, CURLOPT_RETURNTRANSFER => true, CURLOPT_POST => true, CURLOPT_POSTFIELDS => $postData //,CURLOPT_FOLLOWLOCATION => true )); //Ignore SSL certificate verification curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0); //get response $output = curl_exec($ch); //Print error if any if(curl_errno($ch)) { echo 'error:' . curl_error($ch); } curl_close($ch); header('location:verify.php?'.$_SERVER['QUERY_STRING']); exit; } include 'header.php'; ?> <main> <section class="page-banner"> <img src="images/bg-page.jpg"> <div class="page-title"> <h2> Entrepreneurship </h2> </div> </section> <div style="background-image:url('images/bg-login.jpg');background-size: cover;" class="pb-5 pt-5"> <div class="container"> <div class="row mt-4 mb-4"> <div class="col-sm-6"> <!--<img src="images/mission.jpg" class="img-fluid img-thumbnail">--> </div> <div class="col-sm-6"> <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> Name : </label> <input type="text" placeholder="Name" name="name" class="form-control" required=""> </div> </div> <div class="form-group row"> <div class="col-sm-12"> <label> Mobile No. : </label> <input type="text" placeholder="Mobile" name="mob" class="form-control" required=""> </div> </div> <div class="form-group row"> <div class="col-sm-12"> <label> Training Completed : <input type="radio" name="training" value="yes" id="ys_tr"> Yes <input id="no_tr" type="radio" name="training" Value="No"> NO </label> <input type="text" placeholder="Training Name" name="training_name" class="form-control hide_txt" id="training_show"> </div> </div> <div class="form-group row"> <div class="col-sm-12"> <label> Business Name (Which type of business you want to start) : </label> <input type="text" placeholder="Business Name" name="business_name" class="form-control" required=""> </div> </div> <div class="form-group row"> <div class="col-sm-12"> <label> Loan Required : <input type="radio" name="loan" value="yes" id="ys_loan"> Yes <input type="radio" name="loan" value="no" id="no_loan"> NO </label> <div class="hide_txt" id="loan_box"> <p> How much loan Required </p> <input type="text" placeholder="Loan Amount" class="form-control" name="loan_amount"> </div> </div> </div> <div class="form-group row"> <div class="col-sm-12"> <label> About Business (Business introduction) : </label> <textarea placeholder="About Business.." rows="5" class="form-control" name="about"></textarea> </div> </div> <div class="form-group row"> <div class="col-sm-12"> <label> <b> Declaration: </b> I hereby declare that the details furnished above are true and correct to the best of my knowledge and belief and I undertake to inform you of any changes therein, immediately. <input type="checkbox" name="tnc" value="yes" id="ys_tnc"> Yes </label> </div> </div> <div class="form-group row"> <div class="col-sm-12 text-right"> <button class="btn btn-success btn-disabled" type="submit" name="submit" disabled id="tncb"> Submit <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