==================================================
                       A+ Download  - October 30, 2009
              ==================================================


   The cgi scripts of the virtual host run under the userid of the web server.
   To allow the script to write to files or for for the script to execute one
   must set the write and excecute permissons for user, group and other.

   All files can be set to read only as user: r__r__r__ (chmod 444 )
   except for the ones listed below:

   There are 3 folders that contain file permissions that require their file permissions 
   to be set.  They are:
   
   /cgi-bin/aplusdownload/install  - Installation Files
   /cgi-bin/aplusdownload/scripts  - Scripts
   /cgi-bin/aplusdownload/data     - Data Files
   
   The permissions are shown below:   

   Name                              Function
   --------------------------------------------------------------------------
   /cgi-bin/aplusdownload/install    REMOVE FROM SERVER THIS FOLDER WHEN DONE 
   
   install.cgi                       rwxr_xr_x   REMOVE FROM SERVER WHEN DONE.    

   Name                              Function
   --------------------------------------------------------------------------
   /cgi-bin/aplusdownload/scripts

   aplusdownload.cgi                 rwxr_xr_x
   aplusdownload2.cgi                rwxr_xr_x
   admin_command.cgi                 rwxr_xr_x
   admin_report.cgi                  rwxr_xr_x
   cartm_command.cgi                 rwxr_xr_x   
   testmods.cgi                      rwxr_xr_x   REMOVE FROM SERVER WHEN DONE.
   test.cgi                          rwxr_xr_x   REMOVE FROM SERVER WHEN DONE.

   adlib.pl                          rw_r__r__
   genlib.pl                         rw_r__r__
   browserdetect.pl                  rw_r__r__
   secureForm.pm                     rw_r__r__
   startup_download.pl               rw_r__r__
   configuration.pl                  rw_r__r__

   
   Name                              Function
   --------------------------------------------------------------------------
   /cgi-bin/aplusdownload/data

   paypal.txt                        rw_r__r__
   messages.txt                      rw_r__r__
   filetypes.txt                     rw_r__r__
   secure_form_variables.txt         rw_r__r__
   secure_form_messages.txt          rw_r__r__