Search found 2554 matches

by Jay
Mon Jun 23, 2003 12:28 pm
Forum: Radio Toolbox
Topic: Now Playing Feature
Replies: 18
Views: 21193

you have two options

FTP Service and PHP Service.

FTP Service is template driven while PHP is just variables that you can place on any script inside or outside your site.

http://www.radiotoolbox.com/docs/index. ... 1&doc_id=4
by Jay
Sat Jun 21, 2003 9:16 pm
Forum: Radio Toolbox
Topic: Enhancement request: set content expir on generated web page
Replies: 1
Views: 4008

ah yes this has already been fixed, the web CP for Radio Toolbox 1.0 RC1 which is not quite finished yet, has MAJOR fixes and changes to the Web CP, no more crashing through the CP or anything, expiration headers have also been added for more updated and accurate information.
by Jay
Thu Jun 12, 2003 6:46 pm
Forum: Radio Toolbox
Topic: Having current DJ posted on website ...
Replies: 7
Views: 8623

yea, as far as I know there are no tools out there for this as usually you have to make a solution it's not something supported by shoutcast or any other server as far as I know.

What is probably being done on sites you have seen is the owners writing in backends that follow a schedule (if their ...
by Jay
Thu Jun 12, 2003 6:14 pm
Forum: Radio Toolbox
Topic: PHP style help
Replies: 2
Views: 4363

problem with Directory was fixed, try resubmitting.
by Jay
Thu Jun 12, 2003 5:38 pm
Forum: Radio Toolbox
Topic: Having current DJ posted on website ...
Replies: 7
Views: 8623

well one thing you could do is just edit an html page each time the dj changes?

Not sure if you already have something in place that tracks the current dj or if you want them to logon or what?
by Jay
Thu Jun 12, 2003 4:09 pm
Forum: Radio Toolbox
Topic: Having current DJ posted on website ...
Replies: 7
Views: 8623

well you could write a web script to do this. Like in PHP, that's how I would do it.
by Jay
Sat Jun 07, 2003 9:01 pm
Forum: Audio Streaming
Topic: Support
Replies: 5
Views: 8924

yes you could use another sourcing program like sc_trans at shoutcast.com

that's what I use and it seems to work quite well. If, however, you want the shoutcast server to do this by itself that would be impossible, it needs some type of source from somewhere else. But it can be on the same system ...
by Jay
Mon Jun 02, 2003 11:45 am
Forum: Radio Toolbox
Topic: PHP style help
Replies: 2
Views: 4363

you need to make sure that you don't mess up the php code around HTML

what I would do is if you are new to php in general check out www.php.net

it will help you greatly in customizing your pages and understanding what example2.php does and how it works.

The basic template is


<?php include ...
by Jay
Mon Jun 02, 2003 8:57 am
Forum: Radio Toolbox
Topic: Help with the Catcher please...
Replies: 7
Views: 9495

try this

Code: Select all

ImageString($im,  2,  300,  10,  "::Status: ".$server[0]['status']." ::",  50);
by Jay
Sun Jun 01, 2003 9:21 pm
Forum: Radio Toolbox
Topic: Help with the Catcher please...
Replies: 7
Views: 9495

you should put

$server[0]['status']

not just $server as that is an array and you need to be more specific as to what data you want to get when working with arrays.
by Jay
Sun Jun 01, 2003 3:22 pm
Forum: Radio Toolbox
Topic: Help with the Catcher please...
Replies: 7
Views: 9495

that should work the only thing wrong is that you are placing the image right on top of another imagestring, the imagestring function works just like any other image editor's txt tool so you may want to place it somewhere else on the image. Check out http://us4.php.net/manual/en/function.imagestring ...
by Jay
Thu May 29, 2003 1:52 pm
Forum: Radio Toolbox
Topic: FTP upload file help
Replies: 8
Views: 10630

you could use java script once again to adjust the capitalization, the status is pulled right out of the window itself.

As for a Hotkey their is not one to have it update to your liking as that could possibly cause problems flooding your FTP server. Just change the update interval if neccessary.
by Jay
Thu May 29, 2003 1:49 pm
Forum: General Discussion
Topic: help with submitting to the directory
Replies: 3
Views: 39654

well that is a little silly. The system is setup this way so that the true owner of the broadcast will be served, and judging by this situation I would think that the broadcaster is nbox because their url is the one seen through the server. If I allowed you to adjust this then people would be able ...
by Jay
Thu May 29, 2003 5:11 am
Forum: Audio Streaming
Topic: Free Broadcast Server
Replies: 6
Views: 16064

not for most unicast broadcasting systems, especially if they are popular systems.
by Jay
Wed May 28, 2003 8:37 pm
Forum: Radio Toolbox
Topic: FTP upload file help
Replies: 8
Views: 10630

well what you need to do here is use the tags in the java code inside the template for example

var = <!--RTB MAX LISTENERS--> - <!--RTB LISTENERS-->

would be converted by radio toolbox to

var = 40 - 22