Sindbad~EG File Manager

Current Path : /usr/home/beeson/public_html/michaelbeeson/research/otter-lambda/
Upload File :
Current File : /usr/home/beeson/public_html/michaelbeeson/research/otter-lambda/otter_upload2.php

<!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');
echo "<body onmousemove=\"closesubnav(event);\">\n";
include ('include/body.php'); 
require_once ('include/functions.php'); 

echo "<div class=\"style1\" id=\"pageName\"> 
      <h2>The Output:<img alt=\"small logo\" src=\"logo.jpg\" height=\"59\" width=\"66\"/>  </h2>
      <p>";

$inputfile  = $InputDir."otter-".time().".in";
$outputfile = $OutputDir."otter-".time().".out";


if ( !move_uploaded_file($_FILES['filename']['tmp_name'], $inputfile)) {
	echo "ERROR: The file could not be uploaded.<BR>";
	include ('include/footer.php');
	echo "</body>\n</html>\n";
	exit();
}
$successful = RunOtterByFile($inputfile,$outputfile);
if ( $successful ) {
	print_last($inputfile,$outputfile);
}
echo "</p></div>";
include ('include/footer.php');
echo "</body>\n</html>\n";
?>

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