i found a shoutcast module some 1 from dj24
now i see just 1 station. Do some 1 know how to add more stations on 1 page?
config.php :
////////////////////////
// Configuration file //
////////////////////////
// Shoutcast server ip, port number and password
$servertitle = "
Basic Beats";
$host = "http://il1.1st.basicbeats.net";
$publichost = "http://il1.1st.basicbeats.net";
$port = "8000";
$password = "YOUR PASSWORT FROM SERVER";
// End shoutcast server config
// Default configuration if server is down
$title = "BasicBeats.dj Radio - 24/7 Non-Stop LIVE Music - Your Station, Your Groove -1st Channel-"; // Title of radio station, tcast dsp plug-in
$cstmsg = "Our server is temporarily down, please come back soon!!"; // Custom message you want to tell your listeners if server is offline
// End
// Config for look and feel
$bgrnd = "000000"; // Color of page background
$text = "ffffff"; // Text Color
$link = "E3690F"; // Link color
$vlink = "FF0000"; // Visited link color
$alink = "800080"; // Active link color
$tblhdr = "D3D3D3"; // Table header color
$fontcolor = "white"; // title font color
$cell = "D3D3D3"; // Table cell color for body
$hdrtext = "3"; // Size of text in header
$bdytext = "2"; // Size of text in the rest of the page
// End
// Misc Config
$reset = "2"; // How often in days are stats (SERVER) reset, default is 3
$detailed = "0"; // Detailed stats on or off (1=on) (0=off)
$djname = "DJ name Here"; // Your dj name dhu!!
$refresh = "30"; // How often in seconds should the pages refresh themselves
?>
i modified this one.....
But now i want more stations .........
I that possible?