Search found 8 matches

by Fleet
Mon Jun 30, 2003 12:37 pm
Forum: Radio Toolbox
Topic: Bug in program?
Replies: 1
Views: 2909

Bug in program?

Im having an issue with the stats being updated. I have the radio toolbox monitoring serveral servers (around 10) and am using the script service to update stats on my site. For some reason....when I added all the new servers it will no longer update. The connection times out. If I remove all the ne...
by Fleet
Wed Jun 25, 2003 1:59 pm
Forum: General Discussion
Topic: New to this stuff, can anyone help?
Replies: 2
Views: 5873

Well....you can use something like the catcher.php file that comes with radio toolbox and add the variables to your site. Then all you do is use an autorefresh script such as <script language="javascript"> document.onload=window.setTimeout('window.location=window.location', 10000); </scrip...
by Fleet
Wed Jun 25, 2003 1:56 pm
Forum: General Discussion
Topic: I'm losing my hair here!
Replies: 3
Views: 8057

If your not sure how to find your external IP a good site is http://www.whatismyipaddress.com/

It will tell you what your IP is as soon as you go to it...
by Fleet
Wed Jun 25, 2003 1:48 pm
Forum: Radio Toolbox
Topic: Thanks Radio Toolbox...but script service question
Replies: 1
Views: 3042

Hmm....make sure you have it going to the correct script and also that your username and password is correct. Other than that I really dont know....you could try adjusting the time interval that it tries to contact it....

Hope this helps...
by Fleet
Wed Jun 25, 2003 1:45 pm
Forum: Radio Toolbox
Topic: quick question
Replies: 2
Views: 3217

You can also use this javascript code by placing it in the body tag...

<script language="javascript">
document.onload=window.setTimeout('window.location=window.location', 60000);
</script>

Not really much of a difference but it may be usefull to some people...
by Fleet
Wed Jun 25, 2003 1:41 pm
Forum: Radio Toolbox
Topic: shoutbox "nowplaying png" on a local host php / ap
Replies: 1
Views: 3356

What OS are you using? If you are using a unix based web server you will need to CHMOD the specified files. To do this I use a program called WS_FTP LE (free FTP prog) and then you simply right click on the file that is specified and click chmod. CHMOD 777 means to check the read, write, and execute...
by Fleet
Wed Jun 25, 2003 1:35 pm
Forum: Radio Toolbox
Topic: (Log Stored (Invalid Login!) Log Stored Waiting 3600 Seconds
Replies: 2
Views: 3673

Ya I get that same error message....not sure what it is....
by Fleet
Wed Jun 25, 2003 10:01 am
Forum: Radio Toolbox
Topic: Having current DJ posted on website ...
Replies: 7
Views: 6054

If I am understanding correctly what you are asking you can infact show the DJ by using the script feature with radio toolbox. Use the catcher.php file as the script and then simply put <?php echo $server[0]['desc']; ?> where you want it to show the DJ. Now all you do is go into winamp and on the DJ...