Search
Search
Search
Search
Information
Information
Light
Dark
Open actions menu
Basic upload method
Bypass upload method
Tips!
If you encounter an error (by firewall) while uploading using both methods,
try changing extension of the file before uploading it and rename it right after.
Submit
~
home
touristi
public_html
File Content:
footer.php
<?php include 'config.php'; $sql2="select * from company "; $res2=$con->query($sql2); $rowm=$res2->fetch_array(); ?> <div class="footer-area mt-110"> <div class="footer-main-wrapper"> <div class="container"> <style> #myBtn { display: none; position: fixed; bottom: 30px; left: 20px; z-index: 99; font-size: 46px; border: none; outline: none; /* background-color: green;*/ color: white; cursor: pointer; padding: 5px; border-radius: 4px; } </style> <a href="https://api.whatsapp.com/send?phone=91<?php echo $rowm['wp'] ?>&text=Hi%20we%20need%20help%20regarding%20" class="applyinfo-btn"><img src="source.gif" id="myBtn" style="height: 60px; display: block;"></a> <div class="container"> <div class="row justify-content-center g-4"> <div class="col-lg-4 col-md-8"> <a href="index.php"> <img src="admin/<?php echo $rowm['logo'] ?>" alt="" style="height:80px;margin-left:15px"> </a> <div class="footer-about text-lg-start text-center"> <p></p> <div class="footer-social-wrap"> <h5 style="margin-left:10px">Follow Us On:</h5> <ul class="footer-social-links justify-content-lg-start justify-content-center"> <li><a href="<?php echo $rowm['fb'] ?>"><i class="fa fa-facebook-f" style="font-size:30px;color:blue"></i></a></li> <li><a href="<?php echo $rowm['you'] ?>"><i class="fa fa-youtube-play" style="font-size:30px;color:red"></i></a></li> <li><a href="<?php echo $rowm['insta'] ?>"><i class="fa fa-instagram" style="font-size:30px;color:violet"></i></a></li> </ul> </div> </div> </div> <div class="col-lg-2 col-md-4"> <div class="footer-widget"> <h4 class="footer-widget-title">Quick Link</h4> <ul class="footer-links"> <li><a href="about.php">About Us</a></li> <li><a href="services.php">Services</a></li> <li><a href="contact.php">Contact Us</a></li> <li><a href="terms_and_conditions.php">Terms And Conditions</a></li> <li><a href="policy.php">Privacy Policy</a></li> <li><a href="refund.php">Refund Policy</a></li> </ul> </div> </div> <div class="col-lg-2 col-md-4"> <div class="footer-widget"> <h4 class="footer-widget-title">Services</h4> <ul class="footer-links"> <?php if($con->error) echo $con->error; else { $sql="select * from service limit 4"; $res=$con->query($sql); ?> <?php while($row=$res->fetch_array()) { ?> <li><a href="services.php"><?php echo $row['name'] ?></a></li> <?php }} ?> </ul> </div> </div> <div class="col-lg-4 col-md-8"> <div class="footer-widget"> <h4 class="footer-widget-title text-center">Gallery</h4> <div class="footer-gallary-grid"> <?php if($con->error) echo $con->error; else { $sql="select * from gallery limit 6"; $res=$con->query($sql); ?> <?php while($row=$res->fetch_array()) { ?> <div class="footer-gallary-item"> <a href="admin/<?php echo $row['image']; ?>" data-fancybox="footer" data-caption="Caption Here"><img src="admin/<?php echo $row['image']; ?>" alt=""></a> </div> <?php }} ?> </div> </div> </div> </div> <div class="footer-contact-wrapper"> <h5>Contact Us:</h5> <ul class="footer-contact-list"> <li><i class="bi bi-telephone-x"></i> <a href="tel:<?php echo $rowm['ph1'] ?>">+(91)<?php echo $rowm['ph1'] ?></li> <li><i class="bi bi-envelope-open"></i> <a href="mailto:<?php echo $rowm['email'] ?>"><?php echo $rowm['email'] ?></a></li> <li><i class="bi bi-geo-alt"></i> <a href="#"><?php echo $rowm['address'] ?></a></li> </ul> </div> </div> </div> <div class="footer-bottom"> <div class="container"> <div class="row align-items-center justify-content-center"> <div class="col-lg-12 col-md-12 order-lg-1 order-3 "> <div class="copyright-link text-lg-start text-center"> <center> <p>Copyright © 2023 <?php echo $rowm['name']; ?> , All Right Reserved -Developed by <a href="https://sstechnoweb.com" target="_blank">SS Technoweb Solutions</p> </center> </div> </div> </div> </div> </div> </div> <script src="asset/jquery-3.6.0.min.js.download"></script> <script src="asset/bootstrap.bundle.min.js.download"></script> <script src="asset/chain_fade.js.download"></script> <script src="asset/owl.carousel.min.js.download"></script> <script src="asset/swiper-bundle.min.js.download"></script> <script src="asset/jquery.fancybox.min.js.download"></script> <script src="asset/select2.min.js.download"></script> <script src="asset/jquery-ui.js.download"></script> <script src="asset/main.js.download"></script><div id="ui-datepicker-div" class="ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all"></div> </body></html>
Edit
Rename
Chmod
Delete