Copyright header missing from script

Ask questions, request features, or just complement us about our software and services.
Post Reply
djchuck
Posts: 3
Joined: Tue May 27, 2003 12:17 am

Copyright header missing from script

Post by djchuck »

For the life of me I can't get this php stuff to work. RTB keeps giving me:

"Copyright header missing from script! Check to make sure that your Script URL is correct."

There is only one copyright line that I can find and it's in the catcher.php file. I checked the script URL several times and it's OK. When I load the catcher.php URL I get:

"Copyright RadioToolBox.com another great application from Jay Krivanek

Notice: Undefined variable: server in "local path"\rtb\catcher.php on line 20

Notice: Undefined variable: pass in "local path"\rtb\catcher.php on line 54
BADPASSWORD"

Checked login and password and they match the config.php file. I re-copied the php files from the .zip file several times just to make sure but I come up with the same error.

I'm running IIS on Win2k server with PHP windows installed(CGI version) The permissions on all the php files are "Everyone | Full Control". I'm using RTB 1.0 beta 4.

I REALLY like the potential of this tool. Just can't get it to work for me. Please Help
User avatar
Jay
Will work for food (Administrator)
Posts: 3020
Joined: Mon Jan 14, 2002 12:48 am
Location: Next Door
Contact:

Post by Jay »

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 probably have to do that to each of your example files as well.
- Jay
djchuck
Posts: 3
Joined: Tue May 27, 2003 12:17 am

Post by djchuck »

I entered the code as instructed in the catcher and example files. RTB still gives me the copyright error then it quits. Took a look at catcher.php in the browser and now I only get this message.

Copyright RadioToolBox.com another great application from Jay Krivanek
BADPASSWORD

I checked the password in RTB,config.php and the RTB.ini file and they all match.

Is there any thing else I can do?
User avatar
Jay
Will work for food (Administrator)
Posts: 3020
Joined: Mon Jan 14, 2002 12:48 am
Location: Next Door
Contact:

Post by Jay »

what is the exact url you are putting into Radio toolbox?
- Jay
djchuck
Posts: 3
Joined: Tue May 27, 2003 12:17 am

Post by djchuck »

This is it here.
Post Reply