
Read Me File- User Login and membership system   version 1.04-
------------------------------------------------
http://Designbliss.com.au/asp
Info@designbliss.com.au

This is version 1.04- thankyou to the few people how spoted out a few errors to me
Updates include
-bug fixes with admin area cookies, and joining with the same username and password
-Now you have a new members.asp page which is easyer to have stuff on. 
-Fixed up a lot of login stuff.


in version 2 will have
- next version will have
 ' - email forgoten passwords out
 '- sub -admin pass and extra user functions
 '- Better View page in admin (bloody slow at the moment if you have more then fourty members!) 
 '- Greater user interface.
 '- more fields in the database for address, phonenumber etc....

in the up coming Pro Version 
- Maybe SQL server for the Backend
- User search engine
- Better View and admin page control.
-Email of members .
+plus the extra stuff of version 2.

- 
 ' - if you can think of anything you would like included just email me at
 ' - info@designbliss.com.au  



What is it
---------------------------------
A complete login system for websites using ASP. 

What can I do with it
-------------------------------
You can - change it
	  play with it
	  use it 
  	  give it away

You cant - Sell it 
  	   Charge for using it.
      

Installing Information -
----------------------------------

Step One, - Unzip the the file
Step Two, - Upload to a directory of your choice. I recomend something like members etc.
Step Three - Go to the file CONFIG-START.ASP , open with a text editor(note pad) or interdev, dreamweaver
 		 and change the site details to same as yours . 
Step Four - Go to the admin folder in your broswer ie. http://yoursite.com/members/admin/, it should ask you to make 
up a new admin username and password. 
	
Thats it...

NOW - if you have ASP pages on your website that you dont want non members viewing, just put this include statment in the files you dont want non members to see    <!---#include file="pathtomembers/include-login.asp"---> , put it right at the top of the page 
, I mean even before any HTML. This file checks for a cookie that is writen when the visitor registers, if its not there is 
will redirect the user to the register page and if the visitor has registered but is not logged in it will redirect them to the login file.. I have included a file called TESTING.ASP to show you how its done.

PS- I have used cookies and some Flash work (to make it easy) in this login , so delete and change the flash if you want to.





 
Have Fun and 


Adam Ware

http://Designbliss.com.au/asp
Info@designbliss.com.au