READ THIS
<--- setup.ini --->
<?
#This is the name of the script.
#If it is "gridstream" then the script will run in AO by typing "/gridstream" (REMEMBER NO SPACES).
$file="gridstream";
#You must specify the time between automatic updates. I recommende a default of 60 secs.
#WARNING: if you set this parameter too low then it will take too much CPU power!
#This will only happen is you set it to less than 15 sek.
$sek="60";
#set it to "yes" if you want the script to make a last 5 list.
#if it is yes will the script make 2 files, the name of the last 5 songs script will
#be "(the name you have given the normal script)5", if you use the standart will it be "/gridstream5"
$last5="yes";
?>