TomBullock Posted February 11, 2008 Share Posted February 11, 2008 Can anyone help me change this script from images to text? $server = "212.72.165.23"; // IP address to your shoutcast server. $port = "8681"; // port of your shoutcast server $online = "http://www.streamsolutions.co.uk/scripts/status_img/online.gif"; // Online Gif image $offline = "http://www.streamsolutions.co.uk//scripts/status_img/offline.gif"; // offline gif image Link to comment https://forums.phpfreaks.com/topic/90523-changing-php-script/ Share on other sites More sharing options...
revraz Posted February 11, 2008 Share Posted February 11, 2008 $online = "text"; $offline = "text2"; Link to comment https://forums.phpfreaks.com/topic/90523-changing-php-script/#findComment-464109 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.