| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/HostingSpaces/admin/chatme24.com/wwwroot/_frameworks/main/impact/ |
Upload File : |
{header}
<script type="text/javascript" src="{url_tmpl_main}js/contact.js{cache_version_param}"></script>
<script>
var responseRecaptcha='', isRecaptcha=false, captcha;
var contact = new CContact();
contact.langParts = {
message_sent : '{j_message_sent}',
send : '{j_send}',
incorrect_email : '{j_incorrect_email}'
};
<!-- begin_re_captcha_js -->
isRecaptcha=true;
var recaptchaWd,verifyCallback = function(response) {
contact.setDisabledSubmit();
captcha = grecaptcha.getResponse(recaptchaWd);
contact.hideError('contact_captcha');
};
var onloadCallback = function() {
recaptchaWd = grecaptcha.render('recaptcha', {
'sitekey' : '{re_captcha_sitekey}',
'callback' : verifyCallback,
'theme' : '{re_captcha_theme}'
});
};
<!-- end_re_captcha_js -->
</script>
<div class="col_center">
<div class="head">{page_title}</div>
<div class="cont bl_contact">
<div class="bl_frm">
<!-- begin_contact_email -->
<label>{l_email}</label>
<input id="contact_email" class="inp placeholder contact_info" type="text" name="email" placeholder="{l_placeholder_email}" />
<div id="contact_email_error" class="contact_error to_hide"></div>
<!-- end_contact_email -->
<!-- begin_contact_username -->
<label>{l_username}</label>
<input id="contact_username" class="inp contact_info" type="text" name="username"/>
<!-- end_contact_username -->
<label>{l_message}</label>
<textarea id="contact_msg" name="comment" class="contact_info"></textarea>
<!-- begin_contact_captcha -->
<!-- begin_default_captcha -->
<label>{l_please_enter_the_code}</label>
<div class="capcha">
<img id="captcha" src="{url_main}_server/securimage/securimage_show_custom.php?sid={sid}" />
</div>
<input class="inp capcha contact_info" name="captcha" id="captcha_input" type="text" name="captcha"/>
<div class="cl"></div>
<a class="contact_captcha_reload" href="#" onclick="document.getElementById('captcha').src = '_server/securimage/securimage_show_custom.php?sid=' + Math.random(); return false">{l_reload}</a>
<div id="contact_captcha_error" class="contact_error to_hide" style="padding:5px 0px;">{l_incorrect_captcha}</div>
<div class="cl"></div>
<!-- end_default_captcha -->
<!-- begin_re_captcha -->
<div id="recaptcha" class="contact_recaptcha"></div>
<!-- end_re_captcha -->
<!-- end_contact_captcha -->
<button onclick="contact.send();" id="contact_send" class="btn small turquoise" disabled>{l_send}</button>
</div>
<div class="bl_info">
{page_content}
</div>
<div class="cl"></div>
</div>
</div>
<!-- begin_re_captcha_script -->
<script src="//www.google.com/recaptcha/api.js?onload=onloadCallback&render=explicit&hl={re_captcha_lang}" async defer></script>
<!-- end_re_captcha_script -->
{footer}