INSTALLATION

Database Setup
1. In order to import the large amount of data you now have, we have included our Quick Import tool. 
   The first thing you need to do is start uploading the UNCOMPRESSED csv files into the /import/data/ folder. 
   If you have access and experience you can upload the files as a .gz and use gzip to uncompress them once they are uploaded.
2. Create your database.
3. Run the included sql query (sql.txt) to set up your tables and fields

Setting Up The Scripts
1. Edit the /import/importus.php file: 
Line 6 edit DB_USER and DB_PASSWORD; 
Line 7 edit DB_NAME
2. Edit the /import/index.php file:
create your user name  $user = "";
create your password  $pass = "";
3. Edit the count.php file:
Line 14 edit     $DATABASE_USER   = '';
Line 15 edit     $DATABASE_PASSWORD = '';
Line 18 edit     db_name 
*****
Line 21 edit the price per record you plan to charge ($price = 0.016;)
Lines 106-111 edit this section to match whatever payment processor you are going to use.

4. Edit the dig.php file:
Line 14 edit     $DATABASE_USER   = '';
Line 15 edit     $DATABASE_PASSWORD = '';
Line 32 edit     db_name 
Line 71 edit absolute path to your temp folder
Line 97 edit absolute path to your temp folder

Create your banner. Name it 'logo.gif' and replace the current banner.

Upload the files
1. Upload maintaining the folder structure
2. CHMOD /temp to 666 rw-rw-rw-

Once your csv files are uploaded go to yourdomain.com/import/index.php

Enter your csv file name and the table you want it imported into.
Do this for all 51 files.



END