# name of station
$streamname = "Stacion Fiesta Stereo"; #Put your stream name here
# number of songs to show.
$songhistorylimit = 5;
# Top n Countries
$countrylimit = 10;
# path of GeoIP.dat
$geoip_path = "/home/user/dat/GeoIP.dat";
# 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
$serv["name"][] = "Stacion Fiesta Stereo"; # short nickname of server.
$serv["host"][] = "stacionfiestastereo.com"; # host address # port IP address
$serv["port"][] = "9327"; # port number
$serv["passwd"][] = "Fiesta"; # admin password
?>