Reservation of user names
Status: Alpha
Brought to you by:
glutnix
Have a system where user names can be reserved. You
would need to have some way of the user entering their
password if they are that user however and it'd need to
be unobtrusive... maybe save their IP and don't re-ask
for password if they were around in the last 10
minutes? (the refreshing frame will keep them 'logged
in' as such)
You could use some Javascript for the password entry,
just use php to put the user names in the JS and if the
user name matches one of those, show the password box
(hidden by default of course).
Logged In: YES
user_id=1049905
username|password is about as far as I'm going with
authentication. It's only a shoutbox!