Linux server64.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
LiteSpeed
: 198.54.115.120 | : 216.73.216.20
Cant Read [ /etc/named.conf ]
5.6.40
midwsfoc
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 /
midwsfoc /
swift-xpc.com /
admin /
functions /
[ HOME SHELL ]
Name
Size
Permission
Action
mail
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
check_username.php
1017
B
-rw-r--r--
delete_chat.php
411
B
-rw-r--r--
delete_user.php
604
B
-rw-r--r--
friendly_time.php
1
KB
-rw-r--r--
hastag.php
2.62
KB
-rw-r--r--
last_login.php
1006
B
-rw-r--r--
list_location.php
11.27
KB
-rw-r--r--
list_shipment.php
368
B
-rw-r--r--
mailer.php
57.67
KB
-rw-r--r--
mobile_detect.php
591
B
-rw-r--r--
post_details.php
2.8
KB
-rw-r--r--
site_pages.php
365
B
-rw-r--r--
smiley.php
834
B
-rw-r--r--
transactions.php
7.05
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : post_details.php
<div style="background: #fbfbfb; padding: 5px;"> <table class="table table-bordered"> <br/><tr><span id="partmain">SHIPMENT ID</span> <td>Tracking ID: <b> <?php echo $tracking_id?></b></td> </tr> </table> <table class="table table-bordered tex-green"> <br/><tr><span id="part">PAYMENT</span> <td>Status: <b><?php echo $payment?></b></td> </tr> </table> <?php if($current_location!=""){?> <table class="table table-bordered"> <tr><span id="part">Current Location</span><!-- <td>current_location: <b> <?php echo $current_location?></b></td> --> </tr> <div class="gmap_canvas"><iframe width="500" height="300" id="gmap_canvas" src="https://maps.google.com/maps?q=<?php echo $current_location?>&t=&z=13&ie=UTF8&iwloc=&output=embed" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"></iframe><a href="https://www.embedgooglemap.net"></a></div> <style>.mapouter{position:relative;text-align:right;height:auto;width:auto;}.gmap_canvas {overflow:hidden;background:none!important;height: auto;width:auto;}</style><br/> </table> <?php }?> <table class="table table-bordered"> <tr><span id="part">SENDER DETAILS</span> <td>Sender fullname: <b> <?php echo $s_fullname?></b></td> <td>Sender phone: <b> <?php echo $s_phone?></b></td> </tr> <tr/> <td>Sender email: <b> <?php echo $s_email?></b></td> <td>Sender address: <b> <?php echo $s_address?></td> </tr> </table> <table class="table table-bordered"> <tr><span id="part">RECIEVER DETAILS</span> <td>Reciever fullname: <b> <?php echo $fullname?></b></td> <td>Reciever phone: <b> <?php echo $phone?></b></td> </tr> <tr/> <td>Reciever email: <b> <?php echo $email?></b></td> <td>Reciever address: <b> <?php echo $address?></td> </tr> </table> <table class="table table-bordered"> <tr><span id="part">SHIPMENT DETAILS</span> <td>Mode: <b> <?php echo $mode?></b></td> <td>Time: <b> <?php echo $time?></b></td> </tr> <tr/> <td>Origin: <b> <?php echo $origin?></b></td> <td>Packages: <b> <?php echo $packages?></b></td> </tr> <tr/> <td>Type: <b> <?php echo $type?></b></td> <td>Weight: <b> <?php echo $weight?></b></td> </tr> </table> <table class="table table-bordered"> <tr><span id="part">SHIPMENT STATUS</span> <td>Status: <b> <?php echo $status?></b></td> <td>Comments: <b> <?php echo $comments?></td> </tr> </table> <?php if($_GET['print']==""){?> <table class="table table-bordered"> <tr><span id="part">OPTIONS</span> <td><a href="edit_post.php?id=<?php echo $id?>">Edit</a></td> <td><a href="print_shipment.php?id=<?php echo $id?>&print=yes">Print</a></td> <td><a href="delete.php?id=<?php echo $id?>" onclick="return confirm('proceed with delete?')">Delete</a></td> </tr> </table> <?php }?> </div> <br/><br/>
Close