One Hat Cyber Team
Your IP :
216.73.216.240
Server IP :
162.240.106.28
Server :
Linux server.ganesand.com 3.10.0-1160.80.1.el7.x86_64 #1 SMP Tue Nov 8 15:48:59 UTC 2022 x86_64
Server Software :
Apache
PHP Version :
7.1.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
thoa
/
www
/
View File Name :
form.php
<?php include('hijri.php'); include('config.php'); $me = $_GET['me']; ?> <!doctype html> <html class="no-js" lang="zxx"> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title>Memebership List</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Favicons --> <link rel="shortcut icon" href="images/logo/thoa.png"> <link rel="apple-touch-icon" href="images/logo/thoa.png"> <!-- Google font (font-family: 'Hind', sans-serif;) --> <link href="https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700" rel="stylesheet"> <!-- Stylesheets --> <link rel="stylesheet" href="css/bootstrap.min.css"> <link rel="stylesheet" href="css/plugins.css"> <link rel="stylesheet" href="style.css"> <!-- Cusom css --> <link rel="stylesheet" href="css/custom.css"> <!-- Modernizer js --> <script src="js/vendor/modernizr-3.5.0.min.js"></script> </head> <style> .alla,.glow:hover { font-size: 80px; color: #fff; text-align: center; -webkit-animation: glow 1s ease-in-out infinite alternate; -moz-animation: glow 1s ease-in-out infinite alternate; animation: glow 1s ease-in-out infinite alternate; } .glow1 { -webkit-animation: glow 1s ease-in-out infinite alternate; -moz-animation: glow 1s ease-in-out infinite alternate; animation: glow 1s ease-in-out infinite alternate; } @-webkit-keyframes glow { from { text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073; } to { text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6; } } #divBottomRight img { width: 40px; } #divBottomRight { position:absolute; z-index:10000; <!-- min-width: 142px; --> text-align: right!important; } #divBottomRight img, #acurax_si_simple img, #short_code_si_icon img { margin-left:1px; } #divBottomRight img:hover, #acurax_si_simple img:hover, #short_code_si_icon img:hover { opacity:0.8; } .center { text-align:center; } .hide{ list-style-type: none; } @media (max-width: 2100px) and (min-width: 781px) { .mform { width:100%!important; color:#000!important; border:1px solid #aaaaaa; padding:10px; font-weight: 600; } .accountbox-close-button { margin-top:50px; margin-right:50px; } .formtop { background: #e3e3e3; position: absolute; z-index: 23; padding:100px; width:100%; height:auto; } .meimg { width:150px;height:180px;border-radius: 8px;border: 1px solid #009047;margin-right:20px; } } @media (max-width: 780px) { .mform { width:100%!important; color:#000!important; font-weight: 600; } .formtop { background: #e3e3e3; position: absolute; z-index: 23; width:100%; height:auto; } .meimg { width:150px;height:180px;border-radius: 8px;border: 1px solid #009047; margin-right:50px; } } .single-input input { height: 40px; line-height: 42px; border: 1px solid #aaaaaa; background: transparent; font-size: 16px; font-weight: 600; color: #000; margin-top: -5px; } label { margin-bottom: 10px; margin-top:10px; } </style> <body> <!--[if lte IE 9]> <p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p> <![endif]--> <!-- Main wrapper --> <!-- Login Form --> <div class="formtop"> <div class="accountbox__register tab-pane fade show active" id="profile" role="tabpanel" aria-labelledby="profile-tab" > <form action="#"> <?php $table1 = mysqli_query($con,"select * from list where ME_NUM = '".$me."'"); if($row1=mysqli_fetch_array($table1)) { ?> <div class="col-lg-12"> <aside class="pg-donation__personalinfo"> <h3 style="text-align:center;"><b>TAMILNADU HAJ ORGANISERS ASSOCIATION</b></h3> <?php $myr = $_GET['myr']; if($myr=="2019") { ?> <h4 class="pg-dontation__title">Membership Profile Update Form 1-4-2019 to 31-03-2020</h4> <?php } elseif($myr=="2020") { ?> <h4 class="pg-dontation__title">Membership Profile Update Form 1-4-2020 to 31-03-2021</h4> <?php } elseif($myr=="2021") { ?> <h4 class="pg-dontation__title">Membership Profile Update Form 1-4-2021 to 31-03-2022</h4> <?php } elseif($myr=="2022") { ?> <h4 class="pg-dontation__title">Membership Profile Update Form 1-4-2022 to 31-03-2024</h4> <?php } else { ?> <h4 class="pg-dontation__title">Membership Profile Update Form 1-4-2022 to 31-03-2024</h4> <?php } ?> <div class="row"> <div class="col-lg-9"> <div class="single-input"> <label for="pg-donation-name">Membership Name</label> <input type="text" id="pg-donation-name" value="<?php echo $row1['ME_NAME'];?>"> </div> <div class="container"> <div class="row"> <div class="col-sm"> <div class="single-input"> <label for="pg-donation-email">Date of incorporation</label> <input type="text" id="pg-donation-email" value="<?php echo $row1['ME_DIN'];?>"> </div> </div> <div class="col-sm"> <div class="single-input"> <label for="pg-donation-email">Member Since</label> <input type="text" id="pg-donation-email" value="<?php echo $row1['ME_SIN'];?>"> </div> </div> <div class="col-sm"> <div class="single-input" > <label for="pg-donation-email" >Membership Number</label> <input type="text" id="pg-donation-email" value="<?php echo $row1['ME_NUM'];?>" > </div> </div> <div class="col-sm"> <div class="single-input"> <label for="pg-donation-email">Approved No. of License</label> <input type="text" id="pg-donation-email" value="<?php echo $row1['ME_LIC'];?>"> </div> </div> </div> </div> <div class="single-input"> <label for="pg-donation-address">Address</label> <textarea name="content" rows="1" class="mform" ><?php echo $row1['ME_ADD'];?></textarea> </div> </div> <div class="col-lg-3" style="float:right;text-align:right;"> <br><br> <?php if($row1['ME_IMG']!="") {?> <img src="admin/images/<?php echo $row1['ME_IMG'];?>" class="meimg"> <?php } else {?> <img src="../images/team/5.jpg" class="meimg" > <?php } ?> </div> </div> <div class="row"> <div class="col-lg-6"> <div class="single-input"> <label for="pg-donation-country">City</label> <input type="text" id="pg-donation-email" value="<?php echo $row1['ME_CITY'];?>"> </div> </div> <div class="col-lg-6"> <div class="single-input"> <label for="pg-donation-profession">Pincode</label> <input type="text" id="pg-donation-email" value="<?php echo $row1['ME_PIN'];?>"> </div> </div> </div> <div class="row"> <div class="col-lg-6"> <div class="single-input"> <label for="pg-donation-country">Phone</label> <input type="text" id="pg-donation-email" value="<?php echo $row1['ME_PHO'];?>"> </div> </div> <div class="col-lg-6"> <div class="single-input"> <label for="pg-donation-profession">Mobile</label> <input type="text" id="pg-donation-email" value="<?php echo $row1['ME_MOB'];?>"> </div> </div> </div> <div class="row"> <div class="col-lg-6"> <div class="single-input"> <label for="pg-donation-country">Email</label> <input type="text" id="pg-donation-email" value="<?php echo $row1['ME_MAIL'];?>"> </div> </div> <div class="col-lg-6"> <div class="single-input"> <label for="pg-donation-profession">Website</label> <input type="text" id="pg-donation-email" value="<?php echo $row1['ME_WEB'];?>"> </div> </div> </div> <br> <h4 class="pg-dontation__title">Details of Proprietor / Partner / Director</h4> <div class="single-input"> <label for="pg-donation-name">The Applicant Company is :(please tick in appropriate square)</label> </div> <div class="single-input payment-cards"> <input type="radio" name="pg-donation-paycard" id="pg-donation-card-mastercard" <?php if($row1['ME_APP']=="Proprietary concern") {echo "Checked";} ?>> <label for="pg-donation-card-mastercard"><input type="text" id="pg-donation-email" value="Proprietary concern" style="padding: 0 10px!important;"></label> <input type="radio" name="pg-donation-paycard" id="pg-donation-card-visa" <?php if($row1['ME_APP']=="Partnership concern") {echo "Checked";} ?>> <label for="pg-donation-card-visa"><input type="text" id="pg-donation-email" value="Partnership concern" style="padding: 0 10px!important;"></label> <input type="radio" name="pg-donation-paycard" id="pg-donation-card-decover" <?php if($row1['ME_APP']=="Private Limited Company") {echo "Checked";} ?>> <label for="pg-donation-card-decover"><input type="text" id="pg-donation-email" value="Private Limited Company" style="padding: 0 10px!important;"></label> </div> <div class="table-responsive mb--30"> <table class="table cart-table text-center"> <!-- Table Head --> <thead> <tr> <th class="number">S.NO</th> <th class="name">Name</th> <th class="qty">Designation</th> <th class="mob">Mobile</th> </tr> </thead> <!-- Table Body --> <tbody style="font-weight: 600!important;color:#000;"> <tr> <td><span class="cart-number">1</span></td> <td><a href="#" class="cart-pro-title"><?php echo $row1['ME_PNAME1'];?></a></td> <td><p class="cart-pro-price"><?php echo $row1['ME_PDES1'];?></p></td> <td><p class="cart-pro-mob"><?php echo $row1['ME_MOB1'];?></p></td> </tr> <?php if($row1['ME_PNAME2']!="") {?> <tr> <td><span class="cart-number">2</span></td> <td><a href="#" class="cart-pro-title"><?php echo $row1['ME_PNAME2'];?></a></td> <td><p class="cart-pro-price"><?php echo $row1['ME_PDES2'];?></p></td> <td><p class="cart-pro-mob"><?php echo $row1['ME_MOB2'];?></p></td> </tr> <?php } ?> <?php if($row1['ME_PNAME3']!="") {?> <tr> <td><span class="cart-number">3</span></td> <td><a href="#" class="cart-pro-title"><?php echo $row1['ME_PNAME3'];?></a></td> <td><p class="cart-pro-price"><?php echo $row1['ME_PDES3'];?></p></td> <td><p class="cart-pro-mob"><?php echo $row1['ME_MOB3'];?></p></td> </tr> <?php } ?> <?php if($row1['ME_PNAME4']!="") {?> <tr> <td><span class="cart-number">4</span></td> <td><a href="#" class="cart-pro-title"><?php echo $row1['ME_PNAME4'];?></a></td> <td><p class="cart-pro-price"><?php echo $row1['ME_PDES4'];?></p></td> <td><p class="cart-pro-mob"><?php echo $row1['ME_MOB4'];?></p></td> </tr> <?php } ?> </tbody> </table> </div> <br> <h4 class="pg-dontation__title">Details of Munazzam Card Holder</h4> <div class="row"> <div class="col-lg-6"> <div class="single-input"> <label for="pg-donation-name">Name</label> <input type="text" id="pg-donation-name" value="<?php echo $row1['ME_MNAME']; ?>"> </div> <div class="single-input"> <label for="pg-donation-email">Firm Name</label> <input type="text" id="pg-donation-email" value="<?php echo $row1['ME_MFNAME']; ?>"> </div> </div> <div class="col-lg-6"> <div class="single-input"> <label for="pg-donation-name">Munazzam Number</label> <input type="text" id="pg-donation-name" value="<?php echo $row1['ME_MNUM']; ?>"> </div> <div class="single-input"> <label for="pg-donation-email">Passport Number</label> <input type="text" id="pg-donation-email" value="<?php echo $row1['ME_MPAS']; ?>"> </div> </div> <div class="col-lg-6"> <div class="single-input"> <label for="pg-donation-email">Saudi Mobile Number</label> <input type="text" id="pg-donation-email" value="<?php echo $row1['ME_MSAU']; ?>"> </div> </div> </div> </aside> </div> <?php } ?> </form> </div> <a href="list.php" ><span class="accountbox-close-button" ><i class="icofont icofont-close"></i></span></a> </div> <!-- JS Files --> <script src="js/vendor/jquery-3.2.1.min.js"></script> <script src="js/angular.min.js"></script> <script src="js/popper.min.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/plugins.js"></script> <script src="js/salat-times.js"></script> <script src="js/active.js"></script> <script src="js/scripts.js"></script> </body> </html>