Installation instructions


1. Copy all the files to a directory from where Apache can read.
2. Run mysql -u <username> -p < cds_table
3. create two users for the database one with full rights (admin) and one with only select rights
4. Edit the config.php file to fill in the user data
5. Manually add one user to the users database with a rights string "rwu"
6. set PHP to use buffered output

To read the track listing from an audio CD directly, the webserver must be able to read the cd-rom drive on the server and the cd-discid programme
must be available on the system.

magic_quotes_gpc should be off. (in the .htaccess file, add a line php_flag magic_quotes_gpc off)
