PNG IHDR x sBIT|d pHYs + tEXtSoftware www.inkscape.org< ,tEXtComment
<?php
include('connect.php');
include('member_functions.php');
if(isset($_GET['t_num'])){
//...............................
$tmain = tarck_main($_GET['t_num']);
$tDetails = tarck_details($_GET['t_num']);
$info = explode('/',$tmain["s"]);
$info2 = explode('/',$tmain["sh"]);
$info3 = explode('/',$tmain["r"]);
}
?>
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from tixia.dexignzone.com/xhtml/index.html by HTTrack Website Copier/3.x [XR&CO'2014], Tue, 27 Oct 2020 17:17:07 GMT -->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title> </title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<!-- Popper JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<style>
/* Firefox old*/
@-moz-keyframes blink {
0% {
opacity:1;
}
50% {
opacity:0;
}
100% {
opacity:1;
}
}
@-webkit-keyframes blink {
0% {
opacity:1;
}
50% {
opacity:0;
}
100% {
opacity:1;
}
}
/* IE */
@-ms-keyframes blink {
0% {
opacity:1;
}
50% {
opacity:0;
}
100% {
opacity:1;
}
}
/* Opera and prob css3 final iteration */
@keyframes blink {
0% {
opacity:1;
}
50% {
opacity:0;
}
100% {
opacity:1;
}
}
.blink-image {
-moz-animation: blink normal 2s infinite ease-in-out; /* Firefox */
-webkit-animation: blink normal 2s infinite ease-in-out; /* Webkit */
-ms-animation: blink normal 2s infinite ease-in-out; /* IE */
animation: blink normal 2s infinite ease-in-out; /* Opera and prob css3 final iteration */
}
</style>
</head>
<?php if($tmain["img"] == ""){?>
<body style="background-image:url('https://www.bgexportservices.com/images/vegetables-export-services-bgexportservices.com.jpg'); background-position: center; background-repeat: no-repeat; background-size: cover;">
<div class="alert alert-danger alert-dismissible" align="center">
<button type="button" class="close" data-dismiss="alert">×</button>
<strong>Error!</strong> No tracking information found.
</div>
<?php }else{ ?>
<body style="background-color:#EFEFEF">
<br><br>
<div class="container" style="background-color:white">
<br><br>
<p align="center" style="color:red">
<img src="http://Tatlogistics.org/secureservercdn.net/72.167.241.46/z7h.60f.myftpupload.com/wp-content/uploads/2021/08/sonas-1ed80.png?time=1659875506"><br>
Your parcel is safe.</p>
<h3 align="center"><strong>TRACKING DETAILS</strong></h3><hr><br>
<div class="row">
<div class="col-lg-4" align="center">
<img src="../../admin/img/<?php echo $tmain["img"];?>" class="img-responsive" style="border-radius:5px" width="200px" height="200px">
</div>
<div class="col-lg-4">
<div style="background-color:#0099FF; padding-top:5px; padding-bottom:2px; padding-left:2px; color:white">
<h4 class="text-uppercase">Sender's Details</h4>
</div>
<table class="table table-sm">
<thead>
<tr>
<th>Name:</th>
<td><?php echo $info["0"]; ?></td>
</tr>
</thead>
<tbody>
<tr>
<th>Email:</th>
<td><?php echo $info["1"]; ?></td>
</tr>
<tr>
<th>Phone:</th>
<td><?php echo $info["2"]; ?></td>
</tr>
<tr>
<th>Sender ID:</th>
<td><?php echo "DVFG456".$tmain["ID"]."890"; ?></td>
</tr>
</tbody>
</table>
</div>
<div class="col-lg-4">
<div style="background-color:#0099FF; padding-top:5px; padding-bottom:2px; padding-left:2px; color:white">
<h4 class="text-uppercase">receivers detail's</h4>
</div>
<table class="table table-sm">
<thead>
<tr>
<th>Name:</th>
<td><?php echo $info3["0"]; ?></td>
</tr>
</thead>
<tbody>
<tr>
<th>Email:</th>
<td><?php echo $info3["1"]; ?></td>
</tr>
<tr>
<th>Address:</th>
<td><?php echo $info3["2"]; ?></td>
</tr>
<tr>
<th>Phone:</th>
<td><?php echo $info3["3"]; ?></td>
</tr>
</tbody>
</table>
</div>
</div>
<br>
<p style="background-color:#323680; color:#FFF;">
<marquee scrollamount="3" onMouseOver="stop">Reference code number 65432, Serial Number 907685432, Deposit Number AJGTKD.</marquee>
</p>
<br>
<div class="card">
<div class="card-header"><h4>Package Infomation.</h4></div>
<div class="card-body">
<table class="table table-bordered table-sm" style="background-color:#333333; color:white">
<thead>
<tr>
<td>Serial Number:</td>
<td><?php echo $info2["1"]."WTED7h";?></td>
</tr>
<tr>
<td>Item Name:</td>
<td><?php echo $info2["0"];?></td>
</tr>
<tr>
<td>Weight:</td>
<td><?php echo $info2["2"];?></td>
</tr>
<tr>
<td>Order type:</td>
<td><h5> <span class="badge badge-warning">Paid</span></h5></td>
</tr>
<tr>
<td>Shipping From:</td>
<td><?php echo $info["3"];?></td>
</tr>
<tr>
<td>To:</td>
<td><?php echo $info["4"];?></td>
</tr>
</thead>
</table>
</div>
</div>
<div class="row">
<div class="col-lg-4">
</div>
<div class="col-lg-4" align="center">
<h4 class="text-uppercase">Tracking information:</h4>
<div class="progress">
<div class="progress-bar progress-bar-striped bg-success progress-bar-animated" style="width:<?php echo $tmain["ts"] ?>%"></div>
</div>
<span><i>Delivery pecentage <?php echo $tmain["ts"] ?>%</i></span>
<hr>
<img width="200px" src="https://www.exhibitexpertsaz.com/wp-content/uploads/2019/05/Trade-Show-Booth-Location.png">
<p><strong>Tracking Number</strong><br>
<span style="color:blue">
<?php if(isset($_GET["t_num"])){
echo $_GET["t_num"];
}?>
</span>
</p>
<p>
<?php while($row = mysqli_fetch_assoc($tDetails)){
$show = $row['Info'];
?>
<img src="dash2.png" width="5px"><br>
<img src="dot.png" class="blink-image" width="10px"> <?php echo $row['Info']."<br><strong>".$row['Location']."</strong><br>".$row['Date']; ?>
<br>
<?php } ?>
<img src="https://img2.pngio.com/parcel-png-1-png-image-parcel-png-360_321.png" width="80px"><br>
<?php if($show == ""){ ?>
<strong style="color:green;"><i>Waiting for package update...</i></strong>
<?php }else{ ?>
<strong style="color:red;">Your package location </strong>
<?php } ?>
</p>
</div>
<div class="col-lg-4">
</div>
</div>
<br><br><br><br><br>
<?php } ?>
</body>
b IDATxytVսϓ22 A@IR:hCiZ[v*E:WũZA ^dQeQ @ !jZ'>gsV仿$|?g)&x-E