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: footer.php
<footer> <div class="container"> <!-- <div class="row"> <div class="col-4 col-sm-6"> <h4> <strong> Quick Link </strong> </h4> </div> <div class="col-8 col-sm-6"> <div class=""> <ul class="social"> <li> <b> Follow us: </b> </li> <li><a href="<?php echo $row2['facebook']; ?>" target="_blank"><i class="fa fa-facebook"></i> </a> </li> <li><a href="<?php echo $row2['twitter']; ?>" target="_blank"><i class="fa fa-twitter"></i> </a> </li> <li><a href="<?php echo $row2['google']; ?>" target="_blank"><i class="fa fa-google"></i> </a> </li> <li><a href="<?php echo $row2['linkedin']; ?>" target="_blank"><i class="fa fa-linkedin"></i> </a> </li> </ul> </div> </div> </div> <hr class="footer_hr">--> <div class="row"> <div class="col-sm-6 col-md-3 col-4 footer-txt"> <h2> Quick Link </h2> <ul class="secondary-links"> <li><a href="about.php" rel="nofollow"> About Us </a></li> <li><a href="training.php" rel="nofollow"> Training </a></li> <li><a href="internship.php" rel="nofollow"> Internship </a></li> <li><a href="entrepreneurship.php" rel="nofollow"> Entrepreneurship </a></li> <li><a href="photo-gallery.php" rel="nofollow"> Gallery </a></li> </ul> </div> <div class="col-sm-6 col-md-4 col-8 footer-txt"> <h2> Address </h2> <ul class="secondary-links"> <li><a href="#" rel="nofollow">Address : Aerosoft Building Opposite, State Bank Of India Kokar Durgapuri, Ranchi- 834001, Jharkhand (India) </a> </li> <li><a target="_blank" href="mailto:helpdesk@aerosofthealthcare.com" rel="nofollow"> Email: helpdesk@aerosofthealthcare.com</a></li> <li><a href="tel:+91-6512100237" rel="nofollow" target="_blank"><i class="fa fa-phone"></i> : 7004715285 </a></li> </ul> </div> <div class="col-sm-6 col-md-5 col-12 footer-txt"> <h2> About Us </h2> <p> Aerosoft Healthcare (P) Limited Compay Established in 2013. Our Brand name are Aerocare and Aush Aerosoft healthcare works to create a better every day and help peoples feel good, look good and get more out of life with brands and Services that are good for them and good for others. </p> </div> </div> </div> <div class="container-fluid footer_name"> <div class="container"> <div class="footer_crop"> <div class="row"> <div class="col-sm-4"> <p class="pull-left1"> © 2025. All rights reserved : <a href="http://aerosofthealthcare.com" targrt="_blank"> Aerosoft health care </a> </p> </div> <div class="col-sm-5"> </div> <div class="col-sm-3"> </div> </div> </div> </div> <div id="scroll-to-top"><i class="fa fa-chevron-up"></i></div> </div> </footer> <?php if (isset($_POST["submit1"])) { $name = $_POST['name']; $mob = $_POST['mob']; $email = $_POST['email']; $msg = $_POST['msg']; $to = 'aerosoftmmc@gmail.com'; $subject = 'Query From website'; $from = 'aerosoftmmc@gmail.com'; // To send HTML mail, the Content-type header must be set $headers = 'MIME-Version: 1.0' . "\r\n"; $headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n"; // Create email headers $headers .= 'From: '.$from."\r\n". 'Reply-To: '.$from."\r\n" . 'X-Mailer: PHP/' . phpversion(); // Compose a simple HTML email message $message = '<html><body>'; $message .= '<p style="color:#080;font-size:18px;"> <b> Name : </b> '.$name.'</p>'; $message .= '<p style="color:#080;font-size:18px;"> <b> Mobile : </b> '.$mob.'</p>'; $message .= '<p style="color:#080;font-size:18px;"> <b> E-mail ID : </b> '.$email.'</p>'; $message .= '<p style="color:#080;font-size:18px;"> <b> Message : </b> '.$msg.'</p>'; $message .= '</body></html>'; $add = "INSERT INTO `contact`(`name`, `mob`, `email`, `msg`) VALUES ('$name','$mob','$email','$msg')"; mysqli_query($db, $add); if($add){ mail($to, $subject, $message, $headers); } ?> <?php echo'<script>alert("Successfully Submit");</script>'; } ?> <!-- The Modal --> <div class="modal" id="enquiry"> <div class="modal-dialog"> <div class="modal-content"> <!-- Modal Header --> <div class="modal-header"> <h4 class="modal-title"> Quick Enquiry </h4> <button type="button" class="close" data-dismiss="modal">×</button> </div> <!-- Modal body --> <div class="modal-body"> <form method="POST" action=""> <div class="form-group"> <input type="text" class="form-control" placeholder="Name" name="name"> </div> <div class="form-group"> <input type="text" class="form-control" placeholder="Mobile" name="mob"> </div> <div class="form-group"> <input type="email" class="form-control" placeholder="E-mail" name="email"> </div> <div class="form-group"> <textarea class="form-control" name="msg" placeholder="Message" rows="4"></textarea> </div> <button type="submit" class="btn btn-success" name="submit1"> Submit <i class="fa fa-send"></i> </button> </form> </div> </div> </div> </div> <aside id="social-sidebar" style="z-index:9999;"> <ul style=" list-style: none; margin: 0; padding: 0; z-index:7000; position:fixed; top:40%;"> <li> <a href="https://www.facebook.com/aerosoftmmc" class="facebook" target="_blank"> <i class="fa fa-facebook"></i> <span>Facebook</span></a></li> <li> <a href="https://twitter.com/aerosoftskill" class="twitter" target="_blank"> <i class="fa fa-twitter"></i> <span>Twitter</span></a></li> <li><a href="tel:+919570107768" target="_blank" class="linkedin"> <i class="fa fa-whatsapp"></i> <span>+91-9570107768</span></a></li> </ul> <a href="#"> <div id="fixedtag" style="float:right;"> <div class="tagflat"> </div> </div> </a> </aside> <script src="js/lsb.min.js"></script> <script src="js/custom.js"></script> </body> </html>
Coded With 💗 by
HanzOFC