Server IP : 50.63.8.133 / Your IP : 18.223.168.194 Web Server : Microsoft-IIS/10.0 System : Windows NT P3NWVPWEB032 6.2 build 9200 (Windows Server 2012 Standard Edition) i586 User : IWPD_10999(xformtec) ( 0) PHP Version : 5.4.45 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : G:/PleskVhosts/xform.in/madhurivivah.com/ |
Upload File : |
Current File : G:/PleskVhosts/xform.in/madhurivivah.com/profile-description.php |
<?php
include('include/config.php');
session_start();
if (strlen($_SESSION['email']) == 0) {
header('location:login-register.php');
} else {
if (isset($_SESSION['member_profile_id']) ) {
$member_profile_id = $_SESSION['member_profile_id'];
$sql = "SELECT * FROM member_profile WHERE member_profile_id='$member_profile_id'";
$res = mysqli_query($con, $sql);
$row12 = mysqli_fetch_array($res);
// If the user is registered for the first and not created member profile then this code will execute
if (!isset($row)) {
$member_profile_id = $_SESSION['member_profile_id'];
$sql1 = "SELECT * FROM member WHERE member_profile_id='$member_profile_id'";
$res1 = mysqli_query($con, $sql1);
$row1 = mysqli_fetch_array($res1);
}
}
?>
<!DOCTYPE html>
<html dir="ltr" lang="en">
<head>
<!-- Meta Tags -->
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="description" content="Madhori Vivah Shanstha" />
<meta name="keywords" content="Madhori Vivah Shanstha" />
<meta name="author" content="Madhori Vivah Shanstha" />
<!-- Page Title -->
<title>MADHURI VIVAH SANSTHA
| Profile
</title>
<!-- Favicon and Touch Icons -->
<link href="images/favicon.png" rel="shortcut icon" type="image/png">
<link href="images/apple-touch-icon.png" rel="apple-touch-icon">
<link href="images/apple-touch-icon-72x72.png" rel="apple-touch-icon" sizes="72x72">
<link href="images/apple-touch-icon-114x114.png" rel="apple-touch-icon" sizes="114x114">
<link href="images/apple-touch-icon-144x144.png" rel="apple-touch-icon" sizes="144x144">
<!-- Stylesheet -->
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="css/jquery-ui.min.css" rel="stylesheet" type="text/css">
<link href="css/animate.css" rel="stylesheet" type="text/css">
<link href="css/css-plugin-collections.css" rel="stylesheet" />
<!-- CSS | menuzord megamenu skins -->
<link id="menuzord-menu-skins" href="css/menuzord-skins/menuzord-boxed.css" rel="stylesheet" />
<!-- CSS | Main style file -->
<link href="css/style-main.css" rel="stylesheet" type="text/css">
<!-- CSS | Theme Color -->
<link href="css/colors/theme-skin-orange.css" rel="stylesheet" type="text/css">
<!-- CSS | Preloader Styles -->
<link href="css/preloader.css" rel="stylesheet" type="text/css">
<!-- CSS | Custom Margin Padding Collection -->
<link href="css/custom-bootstrap-margin-padding.css" rel="stylesheet" type="text/css">
<!-- CSS | Responsive media queries -->
<link href="css/responsive.css" rel="stylesheet" type="text/css">
<!-- CSS | Style css. This is the file where you can place your own custom css code. Just uncomment it and use it. -->
<!-- <link href="css/style.css" rel="stylesheet" type="text/css"> -->
<!-- external javascripts -->
<script src="js/jquery-2.2.4.min.js"></script>
<script src="js/jquery-ui.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<!-- JS | jquery plugin collection for this theme -->
<script src="js/jquery-plugin-collection.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body class="">
<div id="wrapper" class="clearfix">
<!-- preloader -->
<?php //include_once('preloader.php');
?>
<!-- Header -->
<?php include_once('include/header.php'); ?>
<!-- Start main-content -->
<div class="main-content">
<!-- Section: inner-header -->
<section class="inner-header divider parallax layer-overlay overlay-white-8" data-bg-img="images/bg/bg6.jpg">
<div class="container pt-60 pb-60">
<!-- Section Content -->
<div class="section-content">
<div class="row">
<div class="col-md-12 text-center">
<h3 class="font-28">Profile Description</h2>
</div>
</div>
</div>
</div>
</section>
<!-- Section: Blog -->
<section>
<div class="container mt-30 mb-30 pt-30 pb-30">
<div class="row">
<div class="col-md-3">
<div class="sidebar sidebar-left mt-sm-30">
<div class="widget">
<h5 class="widget-title line-bottom">Recent Profile</h5>
<div class="widget-image-carousel">
<?php
$query = mysqli_query($con, "SELECT * from member_profile ORDER BY id DESC LIMIT 0,4 ; ");
while ($row = mysqli_fetch_array($query)) {
?>
<div class="item">
<img style="height:280px;" alt="" src="admin/img/profile-photos/<?php echo htmlentities($row['profile_photo']); ?> ">
<h4 class="title"><span style="color:#E80F51 ;">Profile Id</span> - <?php echo htmlentities($row['member_profile_id']); ?> </h4>
<h4 class="title"><span style="color:#E80F51 ;">Groom/Bride name</span>- <?php echo htmlentities($row['first_name']); ?> <?php echo htmlentities($row['last_name']); ?> </h4>
<h4 class="title"> <span style="color:#E80F51 ;">Religion</span> - <?php echo htmlentities($row['religion']); ?> </h4>
<h4 class="title"> <span style="color:#E80F51 ;"> Cast</span> - <?php echo htmlentities($row['cast']); ?> </h4>
<h4 class="title"><span style="color:#E80F51 ;"> State </span> - <?php echo htmlentities($row['state']); ?> </h4>
<h4 class="title"> <span style="color:#E80F51 ;">District</span> - <?php echo htmlentities($row['district']); ?> </h4>
<p> <a class="btn btn-dark btn-theme-colored btn-sm text-uppercase mt-10" href="
<?php if (isset($_SESSION['email'])) { ?>
profile-description.php?id=<?php echo htmlentities($row['id']) ?><?php echo htmlentities($row['member_profile_id']) ?>
<?php } else { ?>
user-registration.php
<?php } ?>
">View Profile</a></p>
</div>
<?php } ?>
</div>
</div>
</div>
</div>
<?php
$id = intval($_GET['id']);
$query = mysqli_query($con, "select member_profile.profile_photo as profile_photo,
member_profile.member_profile_id as member_profile_id,
member_profile.id as id,
member_profile.first_name as first_name,
member_profile.last_name as last_name,
member_profile.cast as cast,
member_profile.religion as religion,
member_profile.married_status as married_status,
member_profile.date_of_birth as date_of_birth,
member_profile.age as age,
member_profile. hieght as hieght,
member_profile.blood_group as blood_group,
member_profile.skin_type as skin_type,
member_profile.weight as weight,
member_profile.body_look as body_look,
member_profile.lence as lence,
member_profile.gender as gender,
member_profile.education as education,
member_profile.hobbies as hobbies,
member_profile.income as income,
member_profile.job_work as job_work,
member_profile.family_work as family_work,
member_profile.diet as diet,
member_profile.all_brothers as all_brothers,
member_profile.all_sisters as all_sisters,
member_profile.gotra as gotra,
member_profile.devak as devak,
member_profile.gan as gan,
member_profile.naadi as naadi,
member_profile.nakashtra as nakashtra,
member_profile.charan as charan,
member_profile.raas as raas,
member_profile.birth_place as birth_place,
member_profile.birth_time as birth_time,
member_profile.expectation as expectation,
member_profile.state as state,
member_profile.district as district
from member_profile where member_profile.id='$id'");
while ($row = mysqli_fetch_array($query)) {
?>
<div class="col-md-6">
<div class="blog-posts single-post">
<article class="post clearfix mb-0">
<div class="entry-header">
<div class="post-thumb thumb"> <img src="admin/img/profile-photos/<?php echo htmlentities($row['profile_photo']); ?>" alt="" class="img-responsive img-fullwidth"> </div>
</div>
<div class="entry-content">
<div class="entry-meta media no-bg no-border mt-15 pb-20">
<div class="media-body pl-15">
<div class="event-content pull-left flip">
<h3 class="entry-title text-white text-uppercase pt-0 mt-0"><a href="blog-single-right-sidebar.html"><?php echo htmlentities($row['member_profile_id']); ?></a></h3>
<span class="mb-10 text-gray-darkgray mr-10 font-13"><i class="fa fa-heart-o mr-5 text-theme-colored"></i> 895
Likes</span>
</div>
</div>
</div>
<script>
function changeStyle() {
var element = document.getElementById("myDiv");
element.style.borderColor = "red";
}
</script>
<p class="mb-15" id="myDiv" style="border:2px solid green">
<h4><b>Personal Information</b></h4>
<span><b style="color:#E80F51 ;">First Name :- <b style="color:#620000 ;"><?php echo htmlentities($row['first_name']); ?></b></b> </span><br>
<span><b style="color:#E80F51 ;">Last Name :-<b style="color:#620000 ;"><?php echo htmlentities($row['last_name']); ?></b> </b> </span><br>
<span><b style="color:#E80F51 ;">Gender :-<b style="color:#620000 ;"><?php echo htmlentities($row['gender']); ?></b> </b> </span><br>
<span><b style="color:#E80F51 ;">Marrital Status :-<b style="color:#620000 ;"><?php echo htmlentities($row['married_status']); ?></b> </b> </span><br>
<span><b style="color:#E80F51 ;">Date Of Birth :-<b style="color:#620000 ;"><?php echo htmlentities($row['date_of_birth']); ?></b> </b> </span><br>
<span><b style="color:#E80F51 ;">Age :-<b style="color:#620000 ;"><?php echo htmlentities($row['age']); ?>Year</b> </b> </span><br>
<span><b style="color:#E80F51 ;"> Hight :-<b style="color:#620000 ;"><?php echo htmlentities($row['hieght']); ?>Ft/INCH</b> </b> </span><br>
<span><b style="color:#E80F51 ;">Blood Group :-<b style="color:#620000 ;"><?php echo htmlentities($row['blood_group']); ?></b> </b> </span><br>
<span><b style="color:#E80F51 ;">Complaxion :-<b style="color:#620000 ;"><?php echo htmlentities($row['skin_type']); ?></b> </b> </span><br>
<span><b style="color:#E80F51 ;">Weight :-<b style="color:#620000 ;"><?php echo htmlentities($row['weight']); ?>Kg</b> </b> </span><br>
<span><b style="color:#E80F51 ;">Built :-<b style="color:#620000 ;"><?php echo htmlentities($row['body_look']); ?></b> </b> </span><br>
<span><b style="color:#E80F51 ;">Lenses/ Spects :-<b style="color:#620000 ;"><?php echo htmlentities($row['lence']); ?></b> </b> </span><br>
<span><b style="color:#E80F51 ;">Religion :-<b style="color:#620000 ;"><?php echo htmlentities($row['religion']); ?></b> </b> </span><br>
<span><b style="color:#E80F51 ;">Cast :-<b style="color:#620000 ;"><?php echo htmlentities($row['cast']); ?></b> </b> </span><br>
<span><b style="color:#E80F51 ;">State :-<b style="color:#620000 ;"><?php echo htmlentities($row['state']); ?></b> </b> </span><br>
<span><b style="color:#E80F51 ;">District :-<b style="color:#620000 ;"><?php echo htmlentities($row['district']); ?></b> </b> </span><br>
</p>
<p class="mb-15" id="myDiv" style="border:2px solid green">
<h4><b>Education Information</b></h4>
<span><b style="color:#E80F51 ;">Education :- <b style="color:#620000 ;"><?php echo htmlentities($row['education']); ?></b></b> </span><br>
<span><b style="color:#E80F51 ;">Hobbies :-<b style="color:#620000 ;"><?php echo htmlentities($row['hobbies']); ?></b> </b> </span><br>
<span><b style="color:#E80F51 ;">Annual Income :-<b style="color:#620000 ;"><?php echo htmlentities($row['income']); ?></b> </b> </span><br>
<span><b style="color:#E80F51 ;">Job/Business :-<b style="color:#620000 ;"><?php echo htmlentities($row['job_work']); ?></b> </b> </span><br>
</p>
<p class="mb-15" id="myDiv" style="border:2px solid green">
<h4><b>Family Information</b></h4>
<span><b style="color:#E80F51 ;">Family Work :- <b style="color:#620000 ;"><?php echo htmlentities($row['family_work']); ?></b></b> </span><br>
<span><b style="color:#E80F51 ;">Family Diet :-<b style="color:#620000 ;"><?php echo htmlentities($row['diet']); ?></b> </b> </span><br>
<span><b style="color:#E80F51 ;">No.of Brothers :-<b style="color:#620000 ;"><?php echo htmlentities($row['all_brothers']); ?></b> </b> </span><br>
<span><b style="color:#E80F51 ;">No of Sisters :-<b style="color:#620000 ;"><?php echo htmlentities($row['all_sisters']); ?></b> </b> </span><br>
</p>
<p class="mb-15" id="myDiv" style="border:2px solid green">
<h4><b>Horoscope Information</b></h4>
<span><b style="color:#E80F51 ;">Gotra(गोत्र ) :- <b style="color:#620000 ;"><?php echo htmlentities($row['gotra']); ?></b></b> </span>
<span><b style="color:#E80F51 ;">Gan (गण) :-<b style="color:#620000 ;"><?php echo htmlentities($row['gan']); ?></b> </b> </span><br>
<span><b style="color:#E80F51 ;">Nakshatra(नक्षत्र ) :-<b style="color:#620000 ;"><?php echo htmlentities($row['nakashtra']); ?></b> </b> </span>
<span><b style="color:#E80F51 ;">Rashi(रास ) :-<b style="color:#620000 ;"><?php echo htmlentities($row['raas']); ?></b> </b> </span><br>
<span><b style="color:#E80F51 ;">Devak (देवक) :-<b style="color:#620000 ;"><?php echo htmlentities($row['devak']); ?></b> </b> </span>
<span><b style="color:#E80F51 ;">Naadi (नाडी) :-<b style="color:#620000 ;"><?php echo htmlentities($row['naadi']); ?></b> </b> </span><br>
<span><b style="color:#E80F51 ;"> Charan (चरण) :-<b style="color:#620000 ;"><?php echo htmlentities($row['charan']); ?></b> </b> </span>
<span><b style="color:#E80F51 ;">Birth Place :-<b style="color:#620000 ;"><?php echo htmlentities($row['birth_place']); ?></b> </b> </span><br>
<span><b style="color:#E80F51 ;">Birth Time :-<b style="color:#620000 ;"><?php echo htmlentities($row['birth_time']); ?></b> </b> </span>
</p>
<p class="mb-15" id="myDiv" style="border:2px solid green">
<h4><b>Partner Related Expectation</b></h4>
<span><b style="color:#E80F51 ;">Expectation:-<b style="color:#620000 ;"><?php echo htmlentities($row['expectation']); ?></b> </b> </span>
</p>
<p><b>Note:-</b>वर नमूद केलेली सर्व माहिती व्हेरिफाईड केलेली आहे... </p>
<?php
if ($row12['membership'] == '1') { ?>
<a href=" profile-full-details.php?id=<?php echo htmlentities($row['id']) ?>" class=" btn btn-dark btn-theme-colored btn-circled btn-lg">view Full Details </a>
<?php
} else { ?>
<a href="membership.php" class=" btn btn-dark btn-theme-colored btn-circled btn-lg">Please Buy Membership Plan </a>
<?php
}
?>
<h5 class=" btn btn-dark btn-theme-colored btn-circled btn-lg"><a href="tel:917447397797">Call Now</a></h5>
<h5 class=" btn btn-dark btn-theme-colored btn-circled btn-lg"><a href="tel:917447397797">Call Personal Service</a></h5>
<div class="mt-30 mb-0">
<h5 class="pull-left flip mt-10 mr-20 text-theme-colored">Share:</h5>
<ul class="styled-icons icon-circled m-0">
<li><a href="#" data-bg-color="#3A5795"><i class="fa fa-facebook text-white"></i></a></li>
<li><a href="#" data-bg-color="#55ACEE"><i class="fa fa-twitter text-white"></i></a></li>
<li><a href="#" data-bg-color="#A11312"><i class="fa fa-google-plus text-white"></i></a></li>
</ul>
</div>
</div>
</article>
</div>
</div>
<?php } ?>
<div class="col-md-3">
<div class="sidebar sidebar-right mt-sm-30">
<div class="widget">
<h5 class="widget-title line-bottom">Search box</h5>
<div class="search-form">
<form>
<div class="input-group">
<input type="text" placeholder="Click to Search" class="form-control search-input">
<span class="input-group-btn">
<button type="submit" class="btn search-button"><i class="fa fa-search"></i></button>
</span>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<!-- end main-content -->
<!-- Footer -->
<?php include_once('include/footer.php'); ?>
<a class="scrollToTop" href="#"><i class="fa fa-angle-up"></i></a>
</div>
<!-- end wrapper -->
<!-- Footer Scripts -->
<!-- JS | Custom script for all pages -->
<script src="js/custom.js"></script>
</body>
</html>
<?php } ?>