Предлагаю не телепатить.
Пароли сохраняет.
Редирект производит.
Авторизация на настоящем форуме отсутствует.
Код авторизации html
PHP код:
<form action="http://127.0.0.1/forum/test.php" method="post" name="LOGIN" onsubmit="return ValidateForm()">
<div class="borderwrap">
<div class="maintitle"><img src='style_images/1/nav_m.gif' border='0' alt='>' width='8' height='8' /> Log In</div>
<div class='row2'>
<div class="formsubtitle">Please enter your details below to log in</div>
<div class="errorwrap" style='margin-bottom:0px;padding-bottom:0px'>
<h4>Attention!</h4>
<p>You must already have registered for an account before you can log in.<br />If you do not have an account, you may register by clicking the 'register' link near the top of the screen</p>
<p><b>I've forgotten my password! <a href="http://127.0.0.1/forum/index.php?act=Reg&CODE=10">Click here!</a></b></p>
</div>
</div>
<table class='ipbtable' cellspacing="0">
<tr>
<td width="60%" valign="top" class='row2'>
<fieldset>
<legend><b>Log In</b></legend>
<table class='ipbtable' cellspacing="1">
<tr>
<td width="50%"><b>Enter your user name</b></td>
<td width="50%"><input type="text" size="25" maxlength="64" name="UserName" /></td>
<tr>
<td width="10%"><input class='checkbox' type="checkbox" name="Privacy" value="1" /></td>
<td width="90%"><b>Log in as invisible</b><br /><span class="desc">Don't add me to the active users list</span></td>
</tr>