Here you go:
<?
# name of station
$streamname = "1Mix Radio Trance"; #Put your stream name here
# number of songs to show.
$songhistorylimit = 20;
# Top n Countries
$countrylimit = 50;
# path of GeoIP.dat
$geoip_path = ".";
# sort floating nav menu
# 0 = OFF, 1 = sort by current listener and max slot
$sort_navmenu = 1;
# server config; you can add as many servers as you want in following format
# FR1 Hub
$serv["name"][] = "192kbps - Trance"; # short nickname of server.
$serv["host"][] = "xxxxxx"; # host address # port IP address
$serv["port"][] = "8030"; # port number
$serv["passwd"][] = "xxxxxx"; # admin password
?>
I've been using it for many years and I've forgotten where I found it now..
|