How To...
...Install
(for versions up to 0.3)
Extract the archive (you'll need a program which supports zip files)
Edit scconfig.php
Upload
and open singleshoutcast.php
(for versions 0.4 and newer)
Extract the archive, and upload all files to your host
For linux/unix hosts chmod the folder to 777
Open install.php to your browser and add your details
If you run into errors, edit scconfig_tpl.php, save it, rename it to scconf.php and upload it.
Delete install.php
and open singleshoutcast.php
...Configure
Open scconfig.php with your favorite text editor (if you run into problems, download Notepad++), and edit the values.
...Including in HTML
Open an HTML file, and add an iframe
<iframe src="path/to/singleshoutcast.php" width="630" height="150" frameborder="0"></iframe>
or if you want to use the same background as the original page
<iframe src="path/to/singleshoutcast.php" width="630" height="150" frameborder="0" allowTransparency="true"></iframe>
You should experiment with 'width' and 'height' values.
and change path/to/singleshoutcast.php. If you need help, open a new issue
...More
If you want something else, open an Issue, and I will get back to you a.s.a.p.