I'm making a user system that will hopefully be able to be integrated into any script very easily.
What features should it have?
Any other suggestions such as how I should protect the script, etc.
It currently has:
A view profile page would be very easy..
What features should it have?
Any other suggestions such as how I should protect the script, etc.
It currently has:
- Registration
- Option to make user agree to terms or not
- Option for email verification
- Logging in (and out)
- PM's
- It marks them read when you view them
- You can only view ones that are meant for you
- Sending to one user name (vB allows 5, separated by ;'s)
- Small templating system
- Easy way to make pages for logged in users only
- A couple other functions (like get_user_by('field', 'value') for various purposes)
A view profile page would be very easy..








