This script requires PHP running on your server.
Instructions
- Install Magpie RSS Interpreter on your server. (You just need to put the magpie directory somewhere on your server.)
- Download the script.
- Set the location of the magpie directory and the feed to be parsed in the Settings section. Should only require a little bit of editing.
- Upload the modified file to your server with the extension '.php'. Make sure that the directory you use is writable by the serve. (Or specify a writable directory for the cache in the Settings section.)
- Add the line
<?php include 'http://www.example.com/audio.php'; ?>where the text between the single quotes is the URL of your file, to any PHP page.
For styling purposes, the script outputs a <ul> with the class of 'recenttracks'.
More info... (External link)