DA Mailinglist System Version 2
==========================================================
Coded by Naing Win (www.digitalarakan.net)
==========================================================

Thank you for downloading DA Mailinglist System Version 2. 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 "damailinglist" 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 and database name for security purpose. 
    
    *  If you change the database folder name and database name, then open "common.asp" file. It is located in inc folder. (damailinglist/inc/common.asp).
       At line No. 12, Replace the old value of strDB_Name with your new database folder and database name.
       strDB_Name = "db/email_addresses.mdb"
       
    
    *  Go to (http://www.yoursite.com/damailinglist/admin_cp.asp) and login to the admin area by using the following info
	- Admin User Name - admin
	- Password 	  - pass
	(You must change the password for your security. As an admin, you can also edit your account but do not change the admin user name)
    
    *  Go to "Settings" (http://www.yoursite.com/damailinglist/ApplicationSetting.asp) and do the following changes:
        - Site Name 	--> Replace "Digital Arakan" with your own website name.
        - Site URL 	--> Replace "http//www.digitalarakan.net" with your website URL.
	- Admin Email 	--> Replace "info@digitalarakan.net" with your own email id.
        - Mail Object 	--> Default Mail Object is set to "CDONTS". But, You can also used "CDOYS" and ASPEmail Object.
        - SMTP Server   --> SMTP Server Address: Leave it as it is if you don't use CDOYS and ASPEmail Object. Otherwise, specify your SMTP Server Address.
	
	And you also change 

	- Number of Records to display in a Page
	- Admin Notify Email Option
	- User Notify Email Option
	- Notify message text
	- Email Signature text
    

    *  To block the moderators from certain admin area, paste this line at the top of the admin page
        - <!--#include file="inc/ChkModr.asp"-->

    *  To place the Mailinglist subscription box at your home page, paste this line exactly where your want to display the subscription box.
        - <!--#include file="damailinglist/mailinglist.asp"-->


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
Or
write to info@digitalarakan.net

Naing Win
http://www.digitalarakan.net
