View Single Post
  #6 (permalink)  
Old 08-15-03, 02:51 AM
webscript webscript is offline
Webscript Lead Developer
 
Join Date: Jun 2003
Location: New Zealand
Posts: 45
Thanks: 0
Thanked 0 Times in 0 Posts
I use an ASP.NET login system.

I built it myself.

It has these features.

- User Levels (member, vip, admin)
- Database to store usernames and enrypted passwords
- Cookies to start 'session'
- Every page checks cookie for access

- Fully working admin
--- Delete Users
--- Edit Users
--- Only admin level members get access admin
--- Ability to deactivate users

- Internal Message Service (i am still finishing this)
__________________
Webscript
Low Cost High Quality Webdesign and Development.
Website: http://www.webscript.co.nz
Forum: http://www.webscript.co.nz/forum
Reply With Quote