| 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/oryx/ |
Upload File : |
<script type="text/javascript">
var blockSubmission = false;
function removeSubmissionBlock() {
blockSubmission = false;
}
function isSubmissionAllowed() {
if(blockSubmission){
return false;
}
return;
}
document.onclick = isSubmissionAllowed;
document.onkeydown = isSubmissionAllowed;
function onValidatebasicsearch() {
var form = document.forms['basicsearch'];
<!-- begin_search_saved_js -->
// "search_name" field validation.
if (!(validateMaxLength(form['search_name'], '{l_search_name}','50'))) {
removeSubmissionBlock();
return false;
}
// "search_name" field validation.
if (!(nonEmptyDependency(form['save_search'], '{l_save_search}', form['search_name'], '{l_search_name}', "{l_save_search_empty}"))) {
removeSubmissionBlock();
return false;
}
<!-- end_search_saved_js -->
return true;
}
function validatebasicsearch() {
blockSubmission = true;
if (typeof beforebasicsearchValidation != 'undefined') {
beforebasicsearchValidation();
}
var validated = onValidatebasicsearch();
if (validated && (typeof uponSuccessfulbasicsearchValidation != 'undefined')) {
validated = uponSuccessfulbasicsearchValidation();
}
else if (!validated && (typeof uponUnsuccessfulbasicsearchValidation != 'undefined')) {
uponUnsuccessfulbasicsearchValidation();
}
if (!validated) {
removeSubmissionBlock();
}
return validated;
}
function submitbasicsearch() {
if (validatebasicsearch()) {
if ($('#save_search').prop('checked')) {
$.post('ajax.php', {cmd: 'save_search', name: $('#search_name').val()},
function(response){
if (response > 0) {
if (confirm('{l_have_saved_search}')) {
document.basicsearch.submit();
} else {
$('#search_name').focus();
}
} else {
document.basicsearch.submit();
}
});
removeSubmissionBlock();
return false;
} else {
document.basicsearch.submit();
}
}
}
</script>
<!-- <div id="searchn" class="box">
<div class="bbt">
<div class="bbb">
<div class="bbl">
<div class="bbr">
<div class="bbtl">
<div class="bbtr">
<div class="bbbl"> -->
<div id="searchn" class="frame_content" style="padding: 15px 10px 8px; width: 140px; ">
<div class="in">
<h2>{l_search_now}<!-- <img src="{url_main}tmpl_img_loader.php?tmpl={tmpl_loaded}&dirs=img&file=title-search.gif&lang={lang_loaded}" alt="{l_search_search}" /> --></h2>
<form class="search_form" name="basicsearch" method="GET" action="{url_main}search_results.php">
<p>
<!-- begin_p_orientation -->
<input type="hidden" name="p_orientation[]" value="{p_orientation}">
<!-- end_p_orientation -->
<!-- {l_search_ages}<br /> -->
<select name="p_age_from" class="no_abk" style="width: 59px;">{p_age_from_options}</select>
{l_to}
<select class="no_abk fl_right" name="p_age_to" style="width:59px; ">{p_age_to_options}</select>
</p>
<!-- begin_relation -->
<p>
<span class="bold">{l_search_rel_type}</span>
<table class="rel-type">
<!-- begin_p_relation -->
<tr>
<td>
<div style="float:left;"><input name="p_relation[]" type="checkbox" value="{id}" id="rel_{id}" {checked}>
<label for="rel_{id}" class="dash">{title}</label></div>
</td>
</tr>
<!-- begin_p_relation_column -->
<!-- end_p_relation_column -->
<!-- end_p_relation -->
</table>
</p>
<!-- end_relation -->
<p>
<label class="bold" for="keyword">{l_search_keyword}</label>
<input style="width:128px;" type="text" class="no_abk" name="keyword" maxlength="200" id="other">
</p>
<!-- begin_search_field_user_status_enabled -->
<p>
<label class="bold" for="member-status">{l_search_mem_status}</label>
<select style="width:139px;" class="no_abk" name="status" id="member-status">
{status_options}
</select>
</p>
<!-- end_search_field_user_status_enabled -->
<!-- begin_with_photo -->
<p>
<input type="checkbox" id="with-photo" name="photo" {checks_photo} value="1"> <label for="with-photo" class="dash">{l_search_photo_req}</label></br>
</p>
<!-- end_with_photo -->
<!-- begin_search_saved -->
<p>
<input type="checkbox" value="1" name="save_search" id="save_search"> <label for="save_search" class="dash">{l_search_save_as}</label>
<input style="width:128px;" type="text" class="no_abk placeholder" id="search_name" name="search_name" placeholder="{l_my_search}" size="12">
</p>
<p>
<a href="{url_main}search_save.php">{l_search_manage_saved}</a><br/>
</p>
<!-- end_search_saved -->
<p>
<!-- <input type="image" alt="{l_find_now}" src="{url_main}tmpl_img_loader.php?tmpl={tmpl_loaded}&dirs=img&file=button-find.gif&lang={lang_loaded}" style="border:0px; float:right;" /> -->
<input type="submit" alt="{l_find_now}" title="{l_find_now}" onclick="submitbasicsearch(); return false;" class="btn lower_header_color fl_right" value="{l_find_now}">
</p>
</form>
</div>
<!-- </div>
</div>
</div>
</div>
</div>
</div>
</div>
</div> -->
<!-- begin_banner_right_column -->
<div class="banner_right_column_search">
{banner_right_column}
</div>
<!-- end_banner_right_column -->
</div><!-- searchn end -->