Sindbad~EG File Manager

Current Path : /usr/home/beeson/public_html/helpwithmath_old/
Upload File :
Current File : /usr/home/beeson/public_html/helpwithmath_old/download3.php

<?php 
/* You come to this page by choosing "I already have a serial number" */
$ProductType= $_GET['ProductType'];
if(is_null($ProductType) || $ProductType == "individual" || $ProductType == "lab")
   { header("Location: purchase.php?WhichDisk=$WhichDisk&ProductType=$ProductType");  // redirect to purchase;  
   }
if($ProductType=="trial")
   { header("Location: download2.php");  // to get a trial version;  this page is for users possessing a valid serial number.
   }
// session_start();   Not yet!  don't set session variables until after checking for a valid serial number 
//                    on the next page, CheckSN.php
// $_SESSION['OK'] = "ok";
// $_SESSION['ProductType'] = $ProductType;
?>   
<!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";
$License = $_GET['License'];
if(is_null($License))
  $License = "";
$Email = $_GET['Email'];
if(is_null($Email))
  $Email = "";
?>
	     <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 "$License"?> ></td>
     </tr>
   </table>   
	  <p></p>
		 <p>   
		<input type="submit" name="Submit64" value="Download Now For Windows">   
    <!-- <input type="submit" name="SubmitMac" value = "Download Now for Mac OS X">    -->
		</p>       
		</p>
   </form>
  </div>   

<table>
<tr><td width="40"></td> <td> Some browsers may not give any visible sign that the download is taking place (for example the Safari browser).</td> </tr>
<tr> <td width="40"></td><td> If it seems that nothing is happening after you click download, probably your file has downloaded or is downloading anyway. Check the folder where your browser puts its downloads. </td></tr>
   
<tr><td width="40"></td><td> MathXpert is 64-bit software.  If your computer is ten years old or more
that might be a problem; but most software in use today is 64-bit software,  so it's probably fine. </table>

<?php include ('include/footer.php'); ?>
</body>
</html>

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists