Search found 2554 matches

by Jay
Fri Sep 19, 2003 1:30 am
Forum: Radio Toolbox
Topic: 2 Questions about History Graph
Replies: 4
Views: 5301

well it is based on how many users on on the service, if someone abandons an account then you the system allows other users in.

Right now we can only handle 40 users, it may be changed soon as i have completed migration of other webservices off this server.
by Jay
Thu Sep 18, 2003 12:40 pm
Forum: Radio Toolbox
Topic: 2 Questions about History Graph
Replies: 4
Views: 5301

hmm there are no gray vertical lines only teal vertical lines, they signify top of the hour.

Each color in the graph represents a song.
by Jay
Thu Sep 11, 2003 10:43 pm
Forum: Audio Streaming
Topic: IPport problems
Replies: 1
Views: 4504

you are probably behind a proxy:

To find your IP address simply go to Radio Toolbox - Where You are .

Your IP address will be the large red dotted numbers.

If this still doesn't work then you are most likely behind a proxy in which case it may help to use your system to find your IP.

In Windows ...
by Jay
Mon Sep 08, 2003 8:45 pm
Forum: Radio Toolbox
Topic: Netscape Navigator & RadioToolbox website
Replies: 2
Views: 4541

does it show spacing wrong?

That's the only problem I have seen in mozilla based browsers.

I figure as long as the text displays and the page loads I am not going to worry about it, have quite a bit on my plate right now and redesign will just have to take a back seat for now.
by Jay
Wed Sep 03, 2003 4:10 pm
Forum: Radio Toolbox
Topic: calling PNG in html
Replies: 1
Views: 3467

you will have to change the path in the include() function to point to the includes.php

For instance, if your script is in the parent directory of the catcher.php directory, then you would modify the include function to

include("./catcher_dir/includes.php");

of course replace catcher_dir with the ...
by Jay
Thu Aug 28, 2003 5:21 pm
Forum: Radio Toolbox
Topic: php commands?
Replies: 16
Views: 23201

the list is in the includes.php file, just use the variable names you see there.
by Jay
Thu Aug 28, 2003 5:20 pm
Forum: Radio Toolbox
Topic: FTP - file sent - no data
Replies: 4
Views: 6453

that's odd, the only thing I could think of is that it can't read from the file properly, i'll take a look at my code and see if I can add some extra notifications that might help out in this type of situation.
by Jay
Wed Aug 27, 2003 7:33 pm
Forum: Radio Toolbox
Topic: FTP - file sent - no data
Replies: 4
Views: 6453

could you provide a link to the file it uplaoded?
by Jay
Mon Aug 25, 2003 7:10 pm
Forum: Radio Toolbox
Topic: Password problem
Replies: 3
Views: 9841

well something is causing the code to lose it's new line characters

the code should look like

<?PHP
include(....

not

<?PHP include(....

which would be why you see that error.

change the document's extention to .txt

and then look at it in your browser to see what I mean
by Jay
Mon Aug 25, 2003 3:23 am
Forum: Radio Toolbox
Topic: Password problem
Replies: 3
Views: 9841

make sure that the script wasn't scrambled during the transfer to your site, when you uploaded it to your server did you upload it using ASCII mode?
by Jay
Fri Aug 22, 2003 7:15 pm
Forum: Radio Toolbox
Topic: Script for show the most likely songs?
Replies: 1
Views: 3660

you mean most often heard?

yea you could easily write something to do that with Radio Toolbox in PHP. Just have to modify the catcher.php script to store values in a database then use the results of the database.
by Jay
Fri Aug 15, 2003 7:34 pm
Forum: Audio Streaming
Topic: RadioToolbox - WMP9 Not Supported.
Replies: 1
Views: 4629

Radio toolbox does not support Windows Media servers at this time.
by Jay
Sun Aug 03, 2003 12:04 am
Forum: Radio Toolbox
Topic: Help Needed Using FTP Service
Replies: 9
Views: 13686

touch interval is how often it touches your audio server's, the program is written in such a way that it only FTP's something when there is a change in overall stats, other wise you will note that in the Current Stats screen FTP service will say Standing by... This is to keep it from hammering your ...
by Jay
Sat Aug 02, 2003 4:35 pm
Forum: Radio Toolbox
Topic: Help Needed Using FTP Service
Replies: 9
Views: 13686

went to your site, and you have output up there. Did you figure it out?