ok.. it looks good, but having a problem here:
I configured 'shoutcast.php' with my own server details and uploaded this and other images in to the appropriate folders. I went in to my Vbulletin template and den in ForumHome template:
I added:
<if condition="$scfp">
<if condition="$streamstatus=1">
pasted code for Shoutcast (online one)
<else />
Pasted code for Shoutcast (offline one)
</if>
</if>
It doesn't seem to recognise the DJ gone offline. I tried changing <if condition="$streamstatus=1"> to <if condition="$streamstatus['1']">, still doesn't work. Am I doing something stupid?
I am not a programmer, so was playing arnd with just vb knowledge. Any expert advice here on how to make it show offline condition in an event of dj goes off? or no spinning happening at that time?
|