All you have to do is post this code anywhere you want them to be able to log in from:
HTML Code:
<form method="post" action="http://www.yourdomain.com/forum/login.php">
Username: <input class="post" type="text" name="username" size="10" /><br>
Password: <input class="post" type="password" name="password" size="10" maxlength="32" /><br>
Log me on automatically each visit <input class="text" type="checkbox" name="autologin" /><br>
<input type="submit" class="mainoption" name="login" value="Log in" />
</form>
Just change the URL to the login.php to match your configuration.
Bookmarks