Installation:

- Unpack the archive
  -> Use Winzip or similar
  -> tar xzf archivename.tar.gz
- Upload files
- Some servers have problems creating configuration files. 
Use a chmod 777 (full access rights including write access for all) 
for the complete phPay directory, during initial installation (data bank parameters). 
Basically, it will be sufficient if only the files config_db.inc.php 
(in the directory phpayv2 and in phpayv2/admin) and config.inc.php have these rights. 
Concerning the translation tool, the same applies to the directory lang/ 

- Use the browser for navigating to http://your-domain.com/phpayv2/admin/
- Invoke the menu entry 'Data base parameter': Insert user name etc. for the data base there 
(this creates the files config_db.inc.php)
You can create the data base and the table in this place, too. 

- Next invoke 'Configuration' and input the remaining options; this will 
create the config.inc.php for the Shop.
(The archive *.orig includes versions of admin/config_db.inc.php as well as 
config.inc.php which are complete and are derived from the test environment. 
You will only have to insert the data base user and pass wort uising a text 
editor in case the Admin tools will not work.)
- Insert article etc.

There are help texts available for the individual intems in the administation.
The directory admin should be protected against unauthorized accesses using 
soemthing link .htaccess.

----------------

Known bugs:
- PHP4.02B does not know something as is_uploaded(). This produces an error during picture upload, of course. 

File import from version 1.05 is still missing. 

----------------

Test and development environment:
- PHP 4.04pl1 and 4.06
- mySQL 3.23.39
- Redhat Kernel 2.4
- Apache 1.3.19

