PDA

View Full Version : Login System



Ladders
03-09-2005, 11:07 PM
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!

Luckyrare
04-09-2005, 12:53 AM
Ummmm... If you use a forum you could base around that "_"

Dan Williamson
04-09-2005, 02:52 AM
It would have to be a PHP script using sessions and cookies etc with databases.

Dan Williamson
04-09-2005, 03:12 AM
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
}
?>

splintercell!
04-09-2005, 12:25 PM
I wrote one http://www.habboxforum.com/showthread.php?t=76712 there ;)

Want to hide these adverts? Register an account for free!