Search found 2554 matches

by Jay
Wed Mar 26, 2003 3:16 pm
Forum: Audio Streaming
Topic: How do you set up a request line on a webpage?
Replies: 2
Views: 6250

Sam2 is the best option for this sort of thing, there is also Oddsock's Requester plugin at www.oddsock.org and WWWinamp at Nullsoft.com but it's not very configurable. Just lots of customation will be needed to get exactly what you want.
by Jay
Wed Mar 19, 2003 12:07 pm
Forum: Audio Streaming
Topic: Live365 Operator 8014 - Error
Replies: 2
Views: 5499

Live365 now requires you to login before listening to their stations.
by Jay
Sun Mar 16, 2003 7:52 pm
Forum: Radio Toolbox
Topic: whatimplayin.php
Replies: 5
Views: 7627

yea I have somewhat modified it from the original script and cannot release the updated script due to the fact that I now use True Type Fonts, and some installations of PHP will not support it. The TTF functions are what I used to determine how wide the image should be.

If you have the true type ...
by Jay
Thu Mar 13, 2003 8:40 pm
Forum: Radio Toolbox
Topic: Security Issue!
Replies: 2
Views: 4817

that is a shoutcast bug, if you see that then your shoutcast server is sending your password to all of your listeners. To avoid this do not listen to your own stream in the source winamp.
by Jay
Sun Mar 02, 2003 7:48 am
Forum: General Discussion
Topic: PNG now-playing
Replies: 2
Views: 8299

well all that you have to do is compile PHP with the GD Library.

I am not sure how to do this with windows as I only use *nix for my hosting needs.

There could be alternative ways to do it, though ASP maybe or using some other Image creation scheme in PHP, not sure.
by Jay
Mon Feb 24, 2003 10:59 am
Forum: Radio Toolbox
Topic: Status ....
Replies: 3
Views: 7028

soon, very soon
by Jay
Mon Feb 24, 2003 10:58 am
Forum: Radio Toolbox
Topic: PHP Error in config.php
Replies: 12
Views: 19471

What do you see if you go to the catcher.php url?
by Jay
Sun Feb 23, 2003 4:43 am
Forum: Radio Toolbox
Topic: PHP Error in config.php
Replies: 12
Views: 19471

is there anything inside this file?
by Jay
Sat Feb 22, 2003 7:49 pm
Forum: Radio Toolbox
Topic: PHP Error in config.php
Replies: 12
Views: 19471

where you placed the catcher.php script on your server, you should also see a file named includes.php
by Jay
Sat Feb 22, 2003 7:46 pm
Forum: Radio Toolbox
Topic: Status ....
Replies: 3
Views: 7028

beta 4 does not support server status in the script url, it's going to be in the final version.
by Jay
Sat Feb 22, 2003 10:25 am
Forum: Radio Toolbox
Topic: PHP Error in config.php
Replies: 12
Views: 19471

is there anything in your includes.php file in the same directory as the catcher.php script?
by Jay
Fri Feb 21, 2003 11:41 pm
Forum: Radio Toolbox
Topic: PHP Error in config.php
Replies: 12
Views: 19471

ignore the invalid login message unless you have an Online Log Account.

The status of your script can be seen in the Current Stats Window under Script Status.
by Jay
Fri Feb 21, 2003 8:01 pm
Forum: Radio Toolbox
Topic: PHP Error in config.php
Replies: 12
Views: 19471

make sure quotes are surrounding any string variables.

for instance
$rtb_user = mcjesus;

should be
$rtb_user = "mcjesus";
by Jay
Sun Feb 09, 2003 8:51 pm
Forum: General Discussion
Topic: Help with Shoutcast link sites
Replies: 11
Views: 24093

PAULisSOS wrote:Also is there any tutorial on how to use Radio Toolbox? I'm sorry for all the questions. Thanks for replying.
look to the left there is a link to documentation in the menu, choose Radio Toolbox from the documentation page.
by Jay
Sat Feb 08, 2003 10:16 pm
Forum: General Discussion
Topic: Help with Shoutcast link sites
Replies: 11
Views: 24093

information about php can be found at www.php.net

or you can use Radio Toolbox's FTP abilities to send an HTML page up to your site with the stats you want to display.