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">Your parcel is safe.</p>
<h3 align="center"><strong>TRACKING DETAILS</strong></h3><hr><br>
<p align="center" style="color:red;"><strong>Current Location: </strong></p>
<?php while($row = mysqli_fetch_assoc($tDetails)){ ?>
<p align="center">
<img src="dot.png" class="blink-image" width="10px"> <?php echo $row['Info']." ".$row['Location']." ".$row['Date']; ?>
<?php } ?>
</p>
<br>
<div class="progress">
<div class="progress-bar progress-bar-striped bg-success" style="width:40%"></div>
</div>
<br>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d12833260.980436504!2d-107.06907258115884!3d38.25351455599074!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x54eab584e432360b%3A0x1c3bb99243deb742!2sUnited%20States!5e0!3m2!1sen!2sng!4v1613337121426!5m2!1sen!2sng" width="100%" height="450" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>
<br><br><br>
<h4>Parcel Infomation.</h4>
<table class="table table-striped">
<thead>
<tr>
<th>Tracking number:</th>
<th><?php echo $info2["1"]."WTED7h";?></th>
</tr>
</thead>
<tbody>
<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>Shipping From:</td>
<td><?php echo $info["3"];?></td>
</tr>
<tr>
<td>To:</td>
<td><?php echo $info["4"];?></td>
</tr>
</tbody>
</table>
<br>
<div class="row">
<div class="col-lg-6">
<h4>Sender's. Info</h4>
<table class="table table-striped">
<thead>
<tr>
<th>Name:</th>
<th><?php echo $info["0"]; ?></th>
</tr>
</thead>
<tbody>
<tr>
<td>Email:</td>
<td><?php echo $info["1"]; ?></td>
</tr>
<tr>
<td>Address:</td>
<td><?php echo $info["2"]; ?></td>
</tr>
<tr>
<td>Sender ID:</td>
<td><?php echo "DVFG456".$tmain["ID"]."890"; ?></td>
</tr>
</tbody>
</table>
</div>
<div class="col-lg-6">
<h4>Delivery info</h4>
<table class="table table-striped">
<thead>
<tr>
<th>Name:</th>
<th><?php echo $info3["0"]; ?></th>
</tr>
</thead>
<tbody>
<tr>
<td>Email:</td>
<td><?php echo $info3["1"]; ?></td>
</tr>
<tr>
<td>Address:</td>
<td><?php echo $info3["2"]; ?></td>
</tr>
<tr>
<td>Phone:</td>
<td><?php echo $info3["3"]; ?></td>
</tr>
</tbody>
</table>
</div>
</div>
<img src="img/<?php echo $tmain["img"];?>" class="img-responsive" style="border-radius:5px">
<p style="background-color:#323680; color:#FFF;">
<marquee scrollamount="2" onMouseOver="stop">Reference code number 65432,Serial number 907685432,Deposit Number AJGTKD.</marquee>
</p>
</div>
<?php } ?>
</body>
b IDATxytVսϓ22 A@IR:hCiZ[v*E:WũZA ^dQeQ @ !jZ'>gsV仿$|?g)&x-E