1. Requirements |
Installation of MP3WebPlayer 1.5 requires the following: - A web server or web hosting account running on any major OS. - MySQL Database. - PHP 5.x. |
2. Contact |
Author: dotweb@users.sourceforge.net For more information please visit http://mp3webplayer.sourceforge.net |
3. Installation |
Step 1:
Unzip the package into a directory called player and copy / paste it into the directory of your web server.
Now go to this directory (player) and edit the config file (player/cfg.php), after creating a new database (for example: player). Further instructions are included. |
Step 2: Run install.php by clicking on the install button bellow. In this step, the MySQL tables will be created and it should return ALL DONE. If true, delete this file after installation. If you have troubles
running this script connect to your MySQL server and fill the database that you have created with the tables in install.sql file. |
Step 3: This step is optional (This file will prevent search engines from indexing your audio files). Edit the robots.txt file by replacing Disallow: /player/YOUR DIRECTORY NAME/ with the name of the directory where the audio files are stored. After this place this file in your root directory.NOTE: The name of the directory where the audio files are stored must be the same as the one in the cfg.php file from the step 1. If you already have a robots.txt file in your ROOT directory, open the file, edit these lines and copy / paste them at the end of your robots.txt. |
Step 4: Adding the link to the player. Replace the text path/to/player/frame.php, in the code below with the path to your frame.php file and than chose one of following two options. |
|
Step 5: Add your audio files and change the permissions for this directory to CHMOD 777. |