Code:
<html>
<head><title>Log in</title></head>
<body>
<form action="path/to/forums/member.php" method="post">
<FONT face="verdana,arial,helvetica" size="1">
Login with username and password:</FONT>
<INPUT TYPE="TEXT" NAME="username" SIZE=7>
<INPUT TYPE="PASSWORD" NAME="password" SIZE=7>
<input type="hidden" name="action" value="login">
<input type="submit" value="Login!">
</form>
</body>
</html>
Save this as something.htm, edit the
path/to/forums/ so that it points to the member.php in your forums directory, and upload