Can anyone help me with a login system please.
I want it so only some people are alloud to make accounts such as for VIP's
Thank you!

Can anyone help me with a login system please.
I want it so only some people are alloud to make accounts such as for VIP's
Thank you!
Ummmm... If you use a forum you could base around that "_"
It would have to be a PHP script using sessions and cookies etc with databases.
I cudn't edit but i made the form thing for logging in for visual as i was bored.
<form action="<?php echo $_SERVER['PHP_SELF']?>" method="post">
<table align="center" border="1" cellspacing="0" cellpadding="3">
<tr><td>Username:</td><td>
<input type="text" name="uname" maxlength="40">
</td></tr>
<tr><td>Password:</td><td>
<input type="password" name="passwd" maxlength="50">
</td></tr>
<tr><td colspan="2" align="right">
<input type="submit" name="submit" value="Login">
</td></tr>
</table>
</form>
<?php
}
?>
I wrote one http://www.habboxforum.com/showthread.php?t=76712 there![]()
Chilimagik.net // Reviews, Band Biographies, News, Pics + Loads More!!
[Thybag.co.uk - Vive la revolutione]
Members who have read this thread: 0Want to hide these adverts? Register an account for free!