UnknownSec Bypass
403
:
/
var
/
www
/
html
/
clientpnl
/ [
drwxr-xr-x
]
Menu
Upload
Mass depes
Mass delete
Terminal
Info server
About
name :
view_details.php
<?php include "top.php";?> <script type="text/javascript"> function myFunction(token) { let text = "Do you want delete token no"; if (confirm(text) == true) { $.ajax({ method: 'POST', url: 'delete_token.php', data: '&token=' + token, dataType:"JSON", success:function(data) { if(data==1) { window.location.href='view_token_list.php'; } else { alert("There is problem to delete token"); } } }); } else { text = "You canceled!"; } } </script> <!-- /contact-form --> <section class="w3l-contact-main"> <div class="contact-infhny py-5"> <div class="container py-lg-3"> <div class="row align-form-map"> <div class="col-lg-10 title-content text-left mb-lg-4 mb-4"> <h4 class="hny-title mb-3">Welcome, <span><?php echo $_SESSION['username']; ?> !</span> Your Profile Details</h4> </div> <div class="col-lg-12 form-inner-cont"> <br> <?php include "../config.php"; $sql="Select * from customerregistrationtb where regisid='".$_SESSION["regisid"]."' and isdeleted=0" ; $result=mysqli_query($conn,$sql) or die("Query Failed."); if(mysqli_num_rows($result)>0){ ?> <?php while ($row = mysqli_fetch_assoc($result)) { ?> <p style="color: #000000; font-weight: bold">Personal No.:</p> <input type="text" id="txtCompare" autocomplete="off" value="<?php echo $row['PersonalNo']; ?>" readonly/> <p style="color: #000000; font-weight: bold">Name:</p> <input type="text" id="txtCompare" autocomplete="off" value="<?php echo $row['Name']; ?>" readonly/> <p style="color: #000000; font-weight: bold">Rank:</p> <input type="text" id="txtCompare" autocomplete="off" value="<?php echo $row['CusRank']; ?>" readonly/> <p style="color: #000000; font-weight: bold">Mobile No.:</p> <input type="text" id="txtCompare" autocomplete="off" value="<?php echo $row['MobileNo']; ?>" readonly/> </br></br> <!-- <input type="text" id="txtresaon" autocomplete="off" placeholder="Please enter reason to delete your profile" required /> <br><br> <a class="btn btn-contact" href='delete_profile.php?id=<?php echo $_SESSION["regisid"]; ?>' onclick="return confirm('Are you sure you want to delete complete Profile?');"> Request to Delete Complete Profile</a> --> <?php } ?> <?php } ?> <form action="delete_profile_request.php" method="POST" enctype="multipart/form-data"> <div class="form-group"> <label for="exampleInputEmail1">Reason to Delete Profile </label> <input type="text" id="txtresaon" name="txtresaon" placeholder="Please enter reason to delete your profile" required /> </div> <button type="submit" class="btn btn-contact"" name="submit" onclick="return confirm('Are you sure you want to delete complete Profile?');"> Request to Delete Complete Profile </button> </form> </div> </div> </div> </section> <?php include "footer.php";?>
Copyright © 2025 - UnknownSec