Search found 2554 matches
- 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 ...
- Wed Aug 23, 2006 6:44 pm
- Forum: Radio Toolbox
- Topic: Oneline & Offline Images instead of "Words"
- Replies: 11
- Views: 16733
- Wed Aug 23, 2006 5:34 pm
- Forum: Radio Toolbox
- Topic: Oneline & Offline Images instead of "Words"
- Replies: 11
- Views: 16733
- Wed Aug 23, 2006 4:14 pm
- Forum: Radio Toolbox
- Topic: Oneline & Offline Images instead of "Words"
- Replies: 11
- Views: 16733
- Tue Aug 22, 2006 9:07 pm
- Forum: General Discussion
- Topic: Stream Hosts
- Replies: 5
- Views: 13939
- Tue Aug 22, 2006 1:41 pm
- Forum: Radio Toolbox
- Topic: Oneline & Offline Images instead of "Words"
- Replies: 11
- Views: 16733
- Mon Aug 21, 2006 2:25 pm
- Forum: Steamcast
- Topic: XML is truncated
- Replies: 1
- Views: 6941
- 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
Modify that as needed but it just needs a conditional to do an image.
Code: Select all
<?php
if ($status[0]['status'] == "Online")
{
echo '<img src=online.gif>';
}
else
{
echo '<img src=offline.gif>';
}
?>
- Mon Aug 21, 2006 2:19 pm
- Forum: Audio Streaming
- Topic: yellow pages
- Replies: 3
- Views: 8847
- Fri Aug 18, 2006 9:32 am
- Forum: Steamcast
- Topic: Problems With Steamcast
- Replies: 17
- Views: 38204
- Fri Aug 18, 2006 2:31 am
- Forum: Steamcast
- Topic: Problems With Steamcast
- Replies: 17
- Views: 38204
- 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.
- Thu Aug 17, 2006 2:16 pm
- Forum: Steamcast
- Topic: Problems With Steamcast
- Replies: 17
- Views: 38204
- 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 ...
- Wed Aug 16, 2006 10:42 pm
- Forum: Radio Toolbox
- Topic: Display Radio Is Offline instead of Current Song:?
- Replies: 4
- Views: 8267