Search found 2554 matches

by Jay
Fri Jan 14, 2005 1:12 pm
Forum: General Discussion
Topic: Site updates, any problems?
Replies: 2
Views: 7519

Site updates, any problems?

I have just gone through and fixed some issues related to viewing the site in Firefox.

I have also gone ahead and updated the logo with a new font type, the old one looked dated and hard to read when shrunk. New buttons have been added to the promote page to reflect the updated font.

If you ...
by Jay
Fri Jan 14, 2005 12:52 pm
Forum: Radio Toolbox
Topic: Help Please :-(
Replies: 5
Views: 10061

well it actually just needs to be before any attempts to echo it's variables. At any rate glad you figured it out.
by Jay
Fri Jan 14, 2005 12:41 pm
Forum: Radio Toolbox
Topic: Help Please :-(
Replies: 5
Views: 10061

post your playing.php script and the includes.php script
by Jay
Fri Jan 14, 2005 6:59 am
Forum: Radio Toolbox
Topic: Help Please :-(
Replies: 5
Views: 10061

Do you have a default server selected in Radio Toolbox (this is what the check box is for to the left of each server)?
by Jay
Thu Jan 13, 2005 5:34 pm
Forum: Steamcast
Topic: Simple password option
Replies: 1
Views: 5966

it's kind of sort of built in, just no way to administrate it quite yet. This is why you see a User column.

Will be coming along soon enough. No, I have no timeframe, and no, do not consider this protection from streamripping.
by Jay
Tue Jan 11, 2005 11:47 pm
Forum: Audio Streaming
Topic: Jay
Replies: 1
Views: 5155

no
by Jay
Tue Jan 11, 2005 11:45 pm
Forum: Steamcast
Topic: Windows Media Player Embed
Replies: 2
Views: 7114

As far as I know Windows Media does not support Meta data in MP3 streams.
by Jay
Tue Jan 11, 2005 11:44 pm
Forum: Radio Toolbox
Topic: I Need Help Please!! I am getting a error!
Replies: 1
Views: 3857

is Radio Toolbox touching the catcher.php script successfully? Use Alt + C to check.
by Jay
Sun Jan 09, 2005 4:37 pm
Forum: Steamcast
Topic: steamcast added to project index.
Replies: 0
Views: 7642

steamcast added to project index.

I have finally updated the project index to include steamcast although it not available from the home page or the downloads are due to incompatibilities at this time. This was done primarily to start working on the documentationa and FAQ.

The documentation will not be worked on until I get closer ...
by Jay
Sat Jan 08, 2005 3:34 pm
Forum: Audio Streaming
Topic: What can be done to stop flooding
Replies: 8
Views: 12367

yes
by Jay
Sat Jan 08, 2005 1:28 pm
Forum: Audio Streaming
Topic: What can be done to stop flooding
Replies: 8
Views: 12367

you would just extract the files and configure steamcast using the included steamcast.conf file as a base. As far as whether one is better than the other, that is completely subjective. I wrote steamcast so naturally I am going to be biased.
by Jay
Sat Jan 08, 2005 1:21 pm
Forum: Audio Streaming
Topic: What can be done to stop flooding
Replies: 8
Views: 12367

you would replace the shoutcast server with steamcast. You can find steamcast at www.steamcast.com
by Jay
Sat Jan 08, 2005 1:03 pm
Forum: Audio Streaming
Topic: What can be done to stop flooding
Replies: 8
Views: 12367

if you use steamcast you can use the ip user limits to set limits on how many clients can connect from a certain ip.
by Jay
Sat Jan 08, 2005 2:08 am
Forum: Radio Toolbox
Topic: Example.php
Replies: 5
Views: 7805

in that case don't let the example.php distract from what is really going on. all it does is include the includes.php file by simply using the php function

include() which you will find at the top of the file.

then to get those variables to display on your page you can simply use echo $var; Which ...
by Jay
Sat Jan 08, 2005 12:50 am
Forum: Radio Toolbox
Topic: Example.php
Replies: 5
Views: 7805

just look for includes.php
and include it in any file you want that is parsed by php. Are you familiar at all with php?

You can also read the docs on Radio Toolbox's Scripting service and it will tell you in alot of detail how this works.