Search found 2554 matches

by Jay
Wed Sep 04, 2002 4:13 am
Forum: Radio Toolbox
Topic: Red X?
Replies: 29
Views: 50753

just put a blank file called includes.php in it's place

cather.php will know how to handle that.
by Jay
Wed Sep 04, 2002 3:19 am
Forum: Radio Toolbox
Topic: Red X?
Replies: 29
Views: 50753

yea catcher is going to expect some vars in the includes.php, so if you modify that file it could cause problems in the catcher script.
by Jay
Wed Sep 04, 2002 2:24 am
Forum: Radio Toolbox
Topic: Red X?
Replies: 29
Views: 50753

well something strange is happening with catcher.php

now no matter what I put for username and password it does not return BADPASSWORD

are you modifying that script in any way?


Another thing is that I noticed you are using Apache 2. I have not messed much with Apache 2 so that might be ...
by Jay
Wed Sep 04, 2002 2:03 am
Forum: Radio Toolbox
Topic: Red X?
Replies: 29
Views: 50753

yea just remove the second ImageString function in whatimplayin.php, the one that DOES NOT say Playing:
by Jay
Wed Sep 04, 2002 1:50 am
Forum: Radio Toolbox
Topic: Red X?
Replies: 29
Views: 50753

http://www.radiotoolbox.com/radiotoolbo ... er_php.zip redownload

extract just catcher.php and place it in your RTB directory. I just realized that you probably have Register_Globals off in PHP.
by Jay
Wed Sep 04, 2002 1:28 am
Forum: Radio Toolbox
Topic: Red X?
Replies: 29
Views: 50753

hmm something weird is going on, I noticed a couple of things

when I went to your catcher.php file it just throws out the header but not BADPASSWORD, which it should because I am not sending it a username or password

try re-extracting the scripts and the config file and re-configuring it.

Another ...
by Jay
Wed Sep 04, 2002 1:22 am
Forum: Radio Toolbox
Topic: Red X?
Replies: 29
Views: 50753

is RTB saying anything in the Current Stats screen about the Script service?
by Jay
Wed Sep 04, 2002 12:54 am
Forum: Radio Toolbox
Topic: Red X?
Replies: 29
Views: 50753

yes but if you view the source of the page you will clearly see that our HTML comment is still there. Go ahead and delete the includes.php file

make sure that RTB is running and updating your script
by Jay
Wed Sep 04, 2002 12:37 am
Forum: Radio Toolbox
Topic: Red X?
Replies: 29
Views: 50753

change the line that reads
header("Content-Type....

to

// header("Content-Type...

this way we can see what PHP is returning as an error
by Jay
Wed Sep 04, 2002 12:14 am
Forum: Radio Toolbox
Topic: Red X?
Replies: 29
Views: 50753

yea I was afraid of this, some distribution of catcher is generating an HTML comment.

I can't find it in my dist but anyhow download www.radiotoolbox.com/radiotoolbox/rtb_catcher_php.zip this and reconfigure it.

Sorry about that.
by Jay
Tue Sep 03, 2002 11:15 pm
Forum: Radio Toolbox
Topic: Red X?
Replies: 29
Views: 50753

could you copy the contents of your includes.php file into a post here so I can examine it?

Thanks,
by Jay
Tue Sep 03, 2002 3:39 pm
Forum: Radio Toolbox
Topic: whatimplayin.php errors
Replies: 2
Views: 4835

you appearently don't have the module for Image creation installed in your PHP installation.
by Jay
Sun Sep 01, 2002 6:13 am
Forum: Radio Toolbox
Topic: Password problems
Replies: 6
Views: 9129

yea that's where it goes.
by Jay
Sun Sep 01, 2002 5:44 am
Forum: Radio Toolbox
Topic: Password problems
Replies: 6
Views: 9129

well this version of catcher was rewritten by Tom, I think that he removed the Register Globals override stuff I put in the last version.

Try putting this bit of code on line 4:

if (isset($_REQUEST)) {
while(list($varname, $varvalue) = each($_REQUEST)) { $$varname = $varvalue; }
}
if (isset ...
by Jay
Sun Sep 01, 2002 5:36 am
Forum: Radio Toolbox
Topic: Password problems
Replies: 6
Views: 9129

what happens if you go to the url of the script in your browser? any PHP errors?