Search found 2554 matches

by Jay
Sat Aug 26, 2006 2:14 am
Forum: General Discussion
Topic: Stream Host list is now open to additions
Replies: 7
Views: 15909

Stream Host list is now open to additions

The stream hosts list is now open to additions. I would like to remind everyone that they need to be utilizing their service email address in order to add a listing. I am working on another varification process similar to the one we had before but we require that you use an email from the service ...
by Jay
Wed Aug 23, 2006 6:44 pm
Forum: Radio Toolbox
Topic: Oneline & Offline Images instead of "Words"
Replies: 11
Views: 16733

Your code looks fine,

Check your includes.php file to make sure you are using the right variable.

Also something else you could try is changing your conditional to the following:

if (eregi("Online", $status[2]['status']))
{
echo "<img src=online.gif>";
....

That will ensure there isn't ...
by Jay
Wed Aug 23, 2006 5:34 pm
Forum: Radio Toolbox
Topic: Oneline & Offline Images instead of "Words"
Replies: 11
Views: 16733

Not seeing it where is the phps version of your script?
by Jay
Wed Aug 23, 2006 4:14 pm
Forum: Radio Toolbox
Topic: Oneline & Offline Images instead of "Words"
Replies: 11
Views: 16733

change the extension to phps and I will check out the code.

Jay
by Jay
Tue Aug 22, 2006 9:07 pm
Forum: General Discussion
Topic: Stream Hosts
Replies: 5
Views: 13939

Just as an fyi this weekend we will allow new services to be listed. The migration process is taking some time due to the amount of stream hosts listed. Once the migration is complete you will be able to add your service. I will make an announcement this weekend about it.
by Jay
Tue Aug 22, 2006 1:41 pm
Forum: Radio Toolbox
Topic: Oneline & Offline Images instead of "Words"
Replies: 11
Views: 16733

You put it in the playing page, as I said you will need to customize it to fit your needs so I do not know exactly where you would put it, but I would imagine it would be where you would want the image to show up.
by Jay
Mon Aug 21, 2006 2:25 pm
Forum: Steamcast
Topic: XML is truncated
Replies: 1
Views: 6941

will check it before the next release.
by Jay
Mon Aug 21, 2006 2:22 pm
Forum: Radio Toolbox
Topic: Oneline & Offline Images instead of "Words"
Replies: 11
Views: 16733

should be simple to do just do a conditional in php

Code: Select all

<?php
if ($status[0]['status'] == "Online")
{
     echo '<img src=online.gif>';
}
else
{
     echo '<img src=offline.gif>';
}
?>
Modify that as needed but it just needs a conditional to do an image.
by Jay
Mon Aug 21, 2006 2:19 pm
Forum: Audio Streaming
Topic: yellow pages
Replies: 3
Views: 8847

get a dynamic dns service like noip or dyndns.
by Jay
Fri Aug 18, 2006 9:32 am
Forum: Steamcast
Topic: Problems With Steamcast
Replies: 17
Views: 38204

Set the MetaInterval for the server at radio-lechtal.de:8002 to 8192 and all should be good.
by Jay
Fri Aug 18, 2006 2:31 am
Forum: Steamcast
Topic: Problems With Steamcast
Replies: 17
Views: 38204

set SourceAuth=No
by Jay
Fri Aug 18, 2006 2:30 am
Forum: Audio Streaming
Topic: I have NO idea where to start.
Replies: 8
Views: 15060

Check out the list at http://www.radiotoolbox.com/hosts/ Any of the reviewed hosts that have higher then 98% uptime are reliable.
by Jay
Thu Aug 17, 2006 2:16 pm
Forum: Steamcast
Topic: Problems With Steamcast
Replies: 17
Views: 38204

you have your stream set under authentication so there is no way for us to listen unless you leave a temp account so we can tune in.
by Jay
Thu Aug 17, 2006 2:12 pm
Forum: Audio Streaming
Topic: yellow pages
Replies: 3
Views: 8847

be aware that it is your upload you are concerned with when broadcasting and broadband provider only speak of download when they give you a plan. Your upload will generally be much lower, under 1 mbps. You can run a speed test at www.dslreports.com/stest/ to determine your upload. Use the Find IP ...
by Jay
Wed Aug 16, 2006 10:42 pm
Forum: Radio Toolbox
Topic: Display Radio Is Offline instead of Current Song:?
Replies: 4
Views: 8267

you update the now playing script itself to include the $server[1]['status'] variable.