|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/abtechsci/mmc15/ |
Upload File : |
<?php
error_reporting(7);
session_start();
if (!$_SESSION["logged_1"] )
header("Location: Abstract_ok.html");
?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<script language='JavaScript' type='text/javascript' src='../mac/HDWRegistrationAndLogin/validatescripts.js.php'></script>
</head>
<body>
<table width="500" border="0" cellspacing="0" cellpadding="2">
<tr>
<td><form action="/HDWRegistrationAndLogin/RegistrationAndLogin.php" method="post" enctype="multipart/form-data" onsubmit="return HDW_validate_registration(this)">
<input type="hidden" name="ac" value="upload" />
<table align="center" border="0" cellspacing="0" cellpadding="1" width="92%">
<tr>
<td><table border="0" cellspacing="0" cellpadding="3" width="462">
<tr>
<td width="456"><table border="0" cellspacing="0" cellpadding="3" width="100%">
<tr>
<td width="37%" align="right"><font size="-1" face="Arial, Helvetica, sans-serif"> Login again: </font></td>
<td width="17%"><font size="-1" face="Arial, Helvetica, sans-serif">
<input type="text" name="login" size="10" />
</font></td>
<td width="46%"> </td>
</tr>
<tr>
<td align="right"><font size="-1" face="Arial, Helvetica, sans-serif"> Password again: </font></td>
<td colspan="2"><font size="-1" face="Arial, Helvetica, sans-serif">
<input type="password" name="pass" size="10" />
</font></td>
</tr>
<tr>
<td align="right"><font size="-1" face="Arial, Helvetica, sans-serif"> Upload file from local PC:</font></td>
<td colspan="2"><font size="-1" face="Arial, Helvetica, sans-serif">
<input type="file" name="file" size="30" maxlength="80" />
<br />
<input name="submit" type="submit" value="Upload" />
<br />
(25 Kb Max) <br />
<br />
</font></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
<input type="hidden" name="hdwtablename" id="hdwtablename" value="1" />
<input type="hidden" name="hdwusername" id="hdwusername" value="login" />
<input type="hidden" name="hdwpassword" id="hdwpassword" value="pass" />
<input type="hidden" name="hdwconfirm" id="hdwconfirm" value="pass" />
<input type="hidden" name="hdwok" id="hdwok" value="abstract_ok.html" />
<input type="hidden" name="hdwemail" id="hdwemail" value="" />
<input type="hidden" name="hdwnook" id="hdwnook" value="abstract_failed.html" />
<input type="hidden" name="hdwactivation_email" id="hdwactivation_email" value="file" />
</form></td>
</tr>
</table>
</body>
</html>