GENERAL HELP:

- just upload the files into your site.
- Change the connection string to database in "db.asp" if needed.
- there are 2 "db.asp" files: one in main folder, and one in the admin folder


>>>>>>  VERY IMPORTANT  <<<<<<
------------------------------
in admin pages, change the session login name for more security
the session login name is comming at top of each page in admin folder
------------------------------



SQL 2000 Help

beside to above...

- if you want to use SQL, you need to excute the code
in "v2.0 SQL2000_Code.text" in SQL Query Analyzer.
This is going to generat an empty SQL database.
 
- We make somehow unique names for tables so it won't rewrite existing ones;
however, be sure that they are not existed (especially for admin table) 

- You MIGHT need to change the word "True" into "1"
in some files with some SQL Servers.
We put some advices regarding this when possible into codes


good luck