Файловый менеджер - Редактировать - /home/d46091/efoodlicence.com/footer.php
Назад
<?php include('api/dev.php'); ?> <footer class="page-footer text-white p-4" style="background:#f97806;"> <div class="container" > <div class="row"> <div class="col-lg-3 s12"> <p class="grey-text text-lighten-4"> <ul class="pt-4" style="list-style: none;"> <li>The owner is registered and approved as a Authorised Food Licence Application Filing Service Provider for Food Licensing Services under FSSAI. </li></p> </ul> </div> <div class="col-lg-3 offset-l2 s12"> <span class="white-text">Quick Links</span> <hr> <ul class="p-0" style="list-style: none;"> <li><a class="grey-text text-lighten-3 d-block text-white " href="/index.php">Home</a></li> <li><a class="grey-text text-lighten-3 d-block text-white" href="/about-us.php"> About Us</a></li> <li><a class="grey-text text-lighten-3 d-block text-white" href="/contact-us.php">Contact Us</a></li> </ul> </div> <div class="col-lg-3 offset-l2 s12"> <span class="white-text">Quick Links</span> <hr> <ul class="p-0" style="list-style: none;"> <li><a class="grey-text text-lighten-3 d-block text-white" href="/terms-of-service.php">Terms And Conditions</a></li> <li><a class="grey-text text-lighten-3 d-block text-white" href="/refund-policy.php">Refund Policy</a></li> <li><a class="grey-text text-lighten-3 d-block text-white" href="/shipping-policy.php">Shipping Policy</a></li> <li><a class="grey-text text-lighten-3 d-block text-white" href="/privacy-policy.php">Privacy Policy</a></li> </ul> </div> <div class="col-lg-3 offset-l2 s12"> <span class="white-text">Contacts</span> <hr> <span class="cont_txt"> <strong>HELPLINE:</strong> </span> <br> <span class="cont_txt"> <strong>(+91) - 9355539832</strong> </span> <br><br> <span class="cont_txt"> <strong>E-MAIL:</strong> </span> <br> <span class="cont_txt"> <b>care@efoodlicence.com</b> </span> </div> </div> </div> </footer> <div class="footer_div"> <div class="container" > <div class="row"> <div class="col-lg-12 s12"> <p style="color:#078f3a;padding-top:20px;text-align:center;"><b>Copyright © Food License Online | All Rights Reserved</b> </p> </div> </div> </div> </div> <script> document.addEventListener("DOMContentLoaded", function () { const token = '<?php echo htmlspecialchars($encryptedToken); ?>'; document.querySelectorAll("form").forEach(function (form) { const tokenInput = document.createElement("input"); tokenInput.type = "hidden"; tokenInput.name = "lets-play_buddy"; tokenInput.value = token; form.appendChild(tokenInput); }); }); window.onload = removeTranslate; function removeTranslate(){ const myTimeout = setTimeout(function(){ document.querySelector('.VIpgJd-ZVi9od-ORHb-OEVmcd').style.display="none"; //console.log("kk") }, 500); } document.addEventListener('DOMContentLoaded', function () { var emailInputs = document.querySelectorAll('input[name="email_id"], input[id="email_id"]'); function checkEmail(inputElement) { var email = inputElement.value; var formGroup = inputElement.closest('.form-group'); var feedback = formGroup.querySelector('.email-feedback'); if (!feedback) { feedback = document.createElement('span'); feedback.classList.add('email-feedback'); feedback.style.color = 'red'; feedback.style.fontSize = '12px'; feedback.style.marginTop = '5px'; formGroup.appendChild(feedback); // Add the feedback span after the input } var details = document.getElementById('verificationDetails'); if (details) { details.innerHTML = '-'; } var emailPattern = /^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$/; if (email.length === 0 || !emailPattern.test(email)) { feedback.textContent = 'Please enter a valid email address.'; return; } var xhr = new XMLHttpRequest(); xhr.open('POST', 'api/verify-email.php', true); xhr.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded'); xhr.onload = function() { if (xhr.status === 200) { var response = JSON.parse(xhr.responseText); if (response.success === 1) { if (details) { details.innerHTML = (response.data.status === 'clean') ? 'Valid Email' : 'Email Id Does Not Exist'; } // Display valid/Email Id Does Not Exist response feedback.textContent = (response.data.status === 'clean') ? 'Valid Email' : 'Email Id Does Not Exist'; feedback.style.color = (response.data.status === 'clean') ? 'green' : 'red'; } else { feedback.textContent = 'Error: ' + response.message; } } else { feedback.textContent = 'Error: Could not verify email.'; } }; xhr.send('email_id=' + encodeURIComponent(email)); } emailInputs.forEach(function(input) { input.addEventListener('input', function() { checkEmail(input); }); }); }); </script>
| ver. 1.4 |
Github
|
.
| PHP 8.1.32 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка