I'm the founder of www.NessRadio.com I spent hours developing the website of Ness Radio. I mainly focused on the player as it's an important element of any web radio. I use a script to sync the meta tags of any songs with last.fm database. So with just the "title" and "artist" infos of a track, this script will get the bio, link to buy, cover, lyrics, ...and more, directly from the database of Last.fm. The only thing you have to do is to creat a Last.fm API account and to edit config_now.php
[Update V2.0]
New: If last.fm can't find the album cover of the current song it will show a picture of the artist!
Fixed: Fixed many buggs and I simplified the script
Hello everyone. The script is working because it's the one I use for my site :) www.NessRadio.com If I look to your error log I can see that there is a problem with your config.php infos
But I'm sure you can find a solution... If the info added in config_now.php are good you should be able to find the solution. The function that get the Info of the Icecast stream is "getStreamInfo" line 41 in icecast.php file... by tweaking this function you should be able to make it work :)