DA Membership Control Version 1.5
==========================================================
Coded by Naing Win (www.digitalarakan.net)
==========================================================

Thank you for downloading DA Membership Control V1.5. Please read the following text carefully as it will 
guide you setting up this program peroperly on your website.

Description
===========================================================
    * This program is written in ASP/VB Script and must be run on the ASP anabled Windows Server. 
    * It is already tested with PWS, IIS4 and IIS5 under Windows 98SE, Win2000 and WinXP.
    * This code uses an Access database and DSN less connection. 
    * Works on any standard ASP enabled Windows Server, IIS 5 or higher version.
    * Folder access (Read/Write) permission is required.
    
Installation Guide
===========================================================
    *  Create a directory named "members" and upload/copy all the files and folders to that directory. Do not change this folder name.
    *  The database is in db folder. You can change this folder name for your own security. 
    *  If you change the database folder name, then you must change the path in connection string at 
        line No. 14 of "common.asp" files located in inc folder. (members/inc/common.asp).
    *  In both common.asp files located in main folder and admin folder, do the following changes:
        - Line No. 27 --> Replace "Your Site Name" with your own website name.
        - Line No. 28 --> Replace "http//www.yoursite.com" with your website URL.
        - Line No. 30 --> Replace "youremail@domain.com" with your own email id. 
        - Line No. 31 --> Default Mail Object is set to "CDONTS". But, You can also used "CDOYS" Mail Object. 
        - Line No. 32 --> SMTP Server Address: Leave it as it is if you don't use CDOYS Mail Object. Otherwise, specify your SMTP Server Address.
        - Line No. 33 --> Change the value of records you want to display in a page.
    *  To protect a page from unregistered users, paste this line:
        - <!--#include file="inc/requestcookies.asp"--> at the top of the page that has (.asp) extension. (see example in "member_only1.asp")
    *  To use Administrator Control Panel, go to http://www.yoursite.com/members/admin/default.asp.
        - Admin Username - admin
        - Password - pass

Terms of use
============================================================
This application was distributed freely in order to meet the demand of those who are looking for this kind 
of web application and I hope that it will be helpful. Even though it is very improbably, I took no warranty 
for any loss or damage that may be occurred while using this application. 

Please read the License Agreement before using this program. You can also read most recent version of 
Tearms and Condition and License Agreement at: http://www.digitalarakan.net.

For feedback, bug or questions, please go to http://www.digitalarakan.net/contact.asp

Naing Win
http://www.digitalarakan.net
