Sindbad~EG File Manager
<?php
$ProductType= $_GET['ProductType'];
if(is_null($ProductType) || $ProductType == "individual" || $ProductType == "lab")
{ header("Location: purchase.php?WhichDisk=$WhichDisk&ProductType=$ProductType"); // redirect to purchase; this page only deals with downloads
}
if($ProductType=="trial")
{ header("Location: download2.php"); // to get a trial version; this page is for users possessing a valid serial number.
}
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- DW6 -->
<?php include ('include/head.php'); ?>
<body onmousemove="closesubnav(event);">
<?php include ('include/body.php'); ?>
<?php
echo "<div class=\"style1\" id=\"pageName\">";
echo "<h2>Download MathXpert";
?>
<img alt="MathXpert logo" src="TransparentMathXpertLogo.gif" height="50" width="118"/>
</h2>
<p>
</p>
<form action="CheckSN.php" method="post" enctype="multipart/form-data" name="form1">
<table width="500" border="0">
<tr>
<td width="250"> Email address:</td>
<td width="250"> <input size="20" type="text" name="Email" value=<?php echo $Email ?>></td>
</tr>
<tr>
<td width="250"> Paste or type in your serial number:</td>
<td width="250"> <input size="20" type="text" name="SerialNumber" value=<?php echo $SerialNumber ?>></td>
</tr>
</table>
<p></p>
<input type="submit" name="Submit" value="Download Now">
</p>
</form>
</div>
<?php include ('include/footer.php'); ?>
</body>
</html>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists