Winamp & Shoutcast Forums

Winamp & Shoutcast Forums (http://forums.winamp.com/index.php)
-   Shoutcast Discussions (http://forums.winamp.com/forumdisplay.php?f=9)
-   -   Sig that show my Radio status, how to? (http://forums.winamp.com/showthread.php?t=196048)

Sphix 9th October 2004 01:02

Sig that show my Radio status, how to?
 
Can someone give me tips/tutorials?

:winamp:

DJCassio 9th October 2004 01:22

Depends on which sig code you are using. Here is protegecris's site for ruffdawgs script: http://freepgs.com/protegechris/foru...wforum.php?f=2

Sphix 9th October 2004 02:57

I dont wanna "Now Playing" but the Radio (SHOUTcast, mine station) status (online/offline)

DJCassio 9th October 2004 04:39

lol, whatever.

Check out the results from a SHOUTcast forum search on 'status script'.


Note: Other search criteria may yield more results.

*************

Here's some code that checks for the existence of a DNAS:
PHP Code:

<?

$check1 
fsockopen("IP""portBase");

if (
$check1) {
  echo (
"<image border='0' src='images/thumbsup.gif' title='Stream is up!'>");
  
$close fclose($check1);
}
else
  echo (
"<image border='0' src='images/thumbsdown.gif' title='Stream is down!'>");

?>

To check for a sourced DNAS, use 7.html

Sphix 10th October 2004 21:13

Hmm Ill try but Im a noob at PHP and scripts

EDITED: How to to make my radio avaible for Windows Media Players listeners?


All times are GMT. The time now is 06:37.

Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.