Search found 2554 matches

by Jay
Mon Dec 30, 2002 1:45 am
Forum: Audio Streaming
Topic: Happy Holidays!!!!!
Replies: 2
Views: 5973

I'll third that ;) Happy new year.
by Jay
Tue Dec 17, 2002 4:12 am
Forum: Radio Toolbox
Topic: argghh, need some help over here!!
Replies: 3
Views: 5702

the status message is only concerning the online log service here at radio toolbox, if you do not have an account then you will naturally get that error, catcher is displaying as it should, as for why it's not writing anything to the file, did you go to the current stats (ALT+C) window and RTB and ...
by Jay
Mon Dec 16, 2002 11:17 pm
Forum: Radio Toolbox
Topic: argghh, need some help over here!!
Replies: 3
Views: 5702

your installation of php has it's screen error feature set to high. And is probably what is causing your trouble either go into the php configuration and set error_reporting:

E_ALL & ~E_NOTICE

or go into the catcher.php file and add

error_reporting (E_ALL ^ E_NOTICE);

just after <?PHP

you will ...
by Jay
Tue Dec 10, 2002 6:26 am
Forum: Radio Toolbox
Topic: L365 changes
Replies: 1
Views: 3806

At this point I don't know. As soon as there changes happen I will be able to fully evaluate the severity of this issue. Live365 may be loosing RTB support, however, because word is they want me to pay them so you can have the tool work there.
by Jay
Mon Dec 09, 2002 4:57 am
Forum: General Discussion
Topic: New to this stuff, can anyone help?
Replies: 2
Views: 7379

post a link to your server and I'll take a look.
by Jay
Wed Dec 04, 2002 1:05 am
Forum: Radio Toolbox
Topic: getting 'totals' stats page through php
Replies: 1
Views: 3398

those stats are generated at our server. So no there is currently no way to get them from our server to your website.
by Jay
Thu Nov 28, 2002 9:51 pm
Forum: General Discussion
Topic: Bits & bytes
Replies: 1
Views: 6803

In general the rule for data traffic is in bytes not bits. maybe I can make some sort of adjustment for this considering most ISP's use Bytes and that number would be more useful. For clarification generally we determine whether we are talking in Bytes or bits in the way the B is cased, like so:

GB ...
by Jay
Fri Nov 15, 2002 10:35 pm
Forum: Radio Toolbox
Topic: 600 sec intervale??
Replies: 8
Views: 11540

yea I noticed this before, what I am going to do on it is freeze the stats on the server when it goes offline, if it doesn't come back online within 30 secs the entries are erased. Not sure how that got missed but I am about to release a minor update because of FTP issues and I will add this little ...
by Jay
Fri Nov 15, 2002 6:41 pm
Forum: Radio Toolbox
Topic: Template file commands in php?
Replies: 1
Views: 3399

sure is, everything about RTB is in the includes.php
so look in that file for the name of the variable you want to work with.
by Jay
Fri Nov 15, 2002 4:39 pm
Forum: Radio Toolbox
Topic: Password error and PHP errors
Replies: 2
Views: 4192

looks to me that something has been messed up in config.php

re-upload a fresh copy of config.php and reconfigure it, make sure you are uploading in ASCII mode if using FTP. Also be sure that your username and/or password does not have a ' (single quote) in it. It's also worth mentioning that you do ...
by Jay
Thu Nov 14, 2002 7:54 pm
Forum: Radio Toolbox
Topic: Help Needed
Replies: 3
Views: 5401

just used the BBCode IMG tag surrouding the url to the script.

like

[IMG]http://someserver.com/whatimplayin.php[/IMG]
by Jay
Thu Nov 14, 2002 6:25 pm
Forum: Radio Toolbox
Topic: Help Needed
Replies: 3
Views: 5401

are you include function and $current_song variable next to each other. Premade scripts have a tenacy of bring things in and out of scope which could be causing a problem if your echo is inside of a class or function and your include directive is not, or vice versa.

If there is a header.php file or ...
by Jay
Thu Nov 14, 2002 1:51 am
Forum: Radio Toolbox
Topic: 600 sec intervale??
Replies: 8
Views: 11540

fixed redownload RTB beta 4
by Jay
Wed Nov 13, 2002 11:51 am
Forum: Radio Toolbox
Topic: 600 sec intervale??
Replies: 8
Views: 11540

well doh, don't I have egg on my face, looks as though I accidentally put the file log with the online log thread instead of your own, I'll get that fixed and re-release ASAP.
by Jay
Tue Nov 12, 2002 11:18 pm
Forum: Radio Toolbox
Topic: 600 sec intervale??
Replies: 8
Views: 11540

If you are still using beta 3 you should upgrade that will allow you to adjust the interval yourself, this is why the interval has changed. My Hosting company has claimed that there is so much load on RTB right now that there is nothing they can do at my current package, so I need to start backing ...