Hackfut Security File Manager
Current Path:
/home/u126195517/domains/foodstamping.in/public_html
home
/
u126195517
/
domains
/
foodstamping.in
/
public_html
/
📁
..
📄
.vanta_notified
(8 B)
📄
1log.php
(51.35 KB)
📄
about.php
(10.64 KB)
📁
admin
📁
assets
📄
blue1.php
(93.4 KB)
📄
cart-action.php
(2.99 KB)
📄
check-pincode.php
(1.28 KB)
📄
checkout.html
(25.66 KB)
📁
config
📄
contact.php
(7.99 KB)
📄
footer.php
(5.85 KB)
📄
forgot-password.php
(6.49 KB)
📄
header-menu.php
(5.13 KB)
📄
index.php
(32.32 KB)
📄
login.html
(16.37 KB)
📄
login.php
(18.64 KB)
📄
logout.php
(478 B)
📁
models
📄
payment.html
(33.43 KB)
📄
product-single.html
(23.7 KB)
📄
product-single.php
(29.79 KB)
📄
products.php
(26.16 KB)
📄
profile.php
(15.54 KB)
📄
robots.txt
(2.62 KB)
📁
shop
📄
slider.php
(1.57 KB)
📁
uploads
📄
v3.php
(20.86 KB)
Editing: footer.php
<!-- FOOTER START --> <footer class="w3l-footer-29-main"> <div class="footer-29 py-5"> <div class="container py-lg-4"> <h2>Special Offer All Stamps are <br>on upto 50% Discount</h2> <div class="row footer-top-29 mt-md-5"> <!-- Useful Links --> <div class="col-lg-3 col-md-6 footer-list-29 pe-lg-5"> <h6 class="footer-title-29">Useful Links</h6> <ul class="footer-listw3"> <li><a href="index.php">Home</a></li> <li><a href="about.php">About</a></li> <li><a href="contact.php">Contact</a></li> </ul> </div> <!-- Information --> <div class="col-lg-3 col-md-6 footer-list-29 ps-lg-5 mt-lg-0 mt-4"> <h6 class="footer-title-29">Information</h6> <ul class="footer-listw3"> <li><a href="#">Terms & Conditions</a></li> <li><a href="#">Delivery Terms</a></li> <li><a href="#">Returns Policy</a></li> <li><a href="#">Privacy Policy</a></li> </ul> </div> <!-- Address --> <div class="col-lg-3 col-md-6 footer-list-29 mt-lg-0 mt-4 pe-lg-5"> <h6 class="footer-title-29">Address</h6> <ul class="footer-listw3"> <li>Jairajbhai Street, Opp. Ice Factory</li> <li>Shed No. 3, Shop No. 3</li> <li>Cross Foras Road</li> <li>Mumbai Central (East)</li> <li>Mumbai - 400008</li> <li><a href="tel:+919821128575">+91 98211 28575</a></li> <li><a href="mailto:aonecommonseal@gmail.com">aonecommonseal@gmail.com</a></li> </ul> </div> <!-- Payment --> <div class="col-lg-3 col-md-6 footer-list-29 mt-lg-0 mt-4 ps-lg-5"> <h6 class="footer-title-29">Social Media</h6> <div class="main-social-footer-29"> <a href="#facebook" class="facebook" target="_blank"><span class="fab fa-facebook-f"></span></a> <a href="https://www.youtube.com/@aonecommonsealseal154" class="youtube" target="_blank"><span class="fab fa-youtube"></span></a> <a href="https://www.instagram.com/aonecommonseal/?igshid=NGExMmI2YTkyZg%3D%3D" class="instagram" target="_blank"><span class="fab fa-instagram"></span></a> </div> </div> </div> <div class="row bottom-copies mt-4"> <p class="copy-footer-29 col-lg-8"> © 2024 A-1 Common Seal. All rights reserved | Powered by <a href="https://randhawadynamics.com/" target="_blank">Randhawa Dynamics Incorporation</a> </p> </div> </div> </div> </footer> <!-- FOOTER END --> <!-- WHATSAPP CHAT WIDGET --> <div class="wa-chat-btn" onclick="toggleWAChat()"> <i class="fab fa-whatsapp"></i> </div> <div class="wa-chat-popup" id="waChatBox"> <div class="wa-chat-header"> <span>WhatsApp Chat</span> <button onclick="toggleWAChat()">×</button> </div> <div class="wa-chat-body"> <div class="wa-msg"> 👋 Hello!<br> Need help with stamps or pricing? </div> </div> <div class="wa-chat-footer"> <a href="https://wa.me/919821128575?text=Hello%20I%20am%20interested%20in%20your%20stamp%20products" target="_blank" class="wa-start-chat"> <i class="fab fa-whatsapp"></i> Start Chat </a> </div> </div> <!-- MOVE TO TOP --> <button onclick="topFunction()" id="movetop" title="Go to top"> <span class="fa fa-angle-up"></span> </button> <!-- CSS --> <style> .wa-chat-btn { position: fixed; bottom: 20px; right: 20px; background: #25D366; color: #fff; width: 55px; height: 55px; border-radius: 50%; font-size: 30px; text-align: center; cursor: pointer; z-index: 9999; box-shadow: 0 4px 10px rgba(0,0,0,0.3); } .wa-chat-btn i { margin-top: 12px; } .wa-chat-popup { position: fixed; bottom: 90px; right: 20px; width: 300px; background: #fff; border-radius: 10px; display: none; z-index: 9999; box-shadow: 0 5px 20px rgba(0,0,0,0.3); } .wa-chat-header { background: #25D366; color: #fff; padding: 12px; display: flex; justify-content: space-between; font-weight: bold; } .wa-chat-body { padding: 15px; font-size: 14px; } .wa-msg { background: #f1f1f1; padding: 10px; border-radius: 8px; } .wa-chat-footer { padding: 12px; text-align: center; } .wa-start-chat { background: #25D366; color: #fff; padding: 10px 15px; border-radius: 5px; text-decoration: none; font-weight: bold; } .wa-start-chat:hover { background: #1ebe5d; } #movetop { position: fixed; bottom: 90px; right: 90px; display: none; } </style> <!-- JAVASCRIPT --> <script> function toggleWAChat() { const chat = document.getElementById("waChatBox"); chat.style.display = (chat.style.display === "block") ? "none" : "block"; } window.onscroll = function () { document.getElementById("movetop").style.display = document.documentElement.scrollTop > 20 ? "block" : "none"; }; function topFunction() { document.body.scrollTop = 0; document.documentElement.scrollTop = 0; } </script>
Upload File
Create Folder