The PHP Version of the WEBBY Web Radio Service. With this little Script you can serve your webby your own list of radio stations.
- Linux Server with Apache 2
- PHP 5.3 or higher
- A WEBBY Web Radio with a modified setup.db You can find a tutorial at the Mikrocontroller.net Wiki : http://www.mikrocontroller.net/articles/Webby#Umstellung_auf_alternativen_Server_via_SD-Karte
I did this with an Ubuntu/Debian Maschine, the steps could vary on other Linux Distros.
- copy the files to ""/var/www/webby_standalone"
- setup a VHOST for this folder (Look at the Ubuntu Wiki for any help)
- Add the following snippet to your VHOST Configuration File into the config:
<Directory /var/www/html>
Options +MultiViews
AddType application/x-httpd-php .php
</Directory>
- Add your radio Stations to the radio_list.csv
Now your Webby should be abble to get your own Radio File.
The Mikrocontroller Forum User T.E.N for decoding the request URLs and the initial work.