Файловый менеджер - Редактировать - /home/d46091/udyogaadhaar.net/test/js/captcha.js
Назад
function submit_form() { var captcha_code = $("#captcha_code").val(); if( captcha_code == "" ) { $(".captcha-err").text("Please enter captcha code"); $("#captcha_code").focus(); } else { $.ajax({ method: "POST", url: "submit.php", data: { captcha: captcha_code} }) .done(function( data ) { if( data == 1 ) { $("#captcha_code").val(''); refresh_captcha(); window.location.href = "submit.php"; } else { $(".captcha-err").text("Invalid captcha! Please try again."); $("#captcha_code").focus(); } }); } } function refresh_captcha() { return document.getElementById("captcha_code").value="",document.getElementById("captcha_code").focus(),document.images['captchaimg'].src = document.images['captchaimg'].src.substring(0,document.images['captchaimg'].src.lastIndexOf("?"))+"?rand="+Math.random()*1000; }
| ver. 1.4 |
Github
|
.
| PHP 8.1.32 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка