Password problem

Ask questions, request features, or just complement us about our software and services.
Post Reply
GaryW
Posts: 2
Joined: Mon Aug 25, 2003 12:28 am

Password problem

Post by GaryW »

when i try and start a log for config.php it reads

"The script at http://www.noiseinfection.com/show/catcher.php has returned a password error!" when i know the passwords are correct.

also, when i go to http://www.noiseinfection.com/show/catcher.php i get the error "Parse error: parse error, unexpected T_VARIABLE in /usr/home/noise/public_html/show/config.php on line 1"
User avatar
Jay
Will work for food (Administrator)
Posts: 3028
Joined: Mon Jan 14, 2002 12:48 am
Location: Next Door
Contact:

Post by Jay »

make sure that the script wasn't scrambled during the transfer to your site, when you uploaded it to your server did you upload it using ASCII mode?
- Jay
GaryW
Posts: 2
Joined: Mon Aug 25, 2003 12:28 am

Post by GaryW »

I've uploaded it a couple times, and every time with ASCII
User avatar
Jay
Will work for food (Administrator)
Posts: 3028
Joined: Mon Jan 14, 2002 12:48 am
Location: Next Door
Contact:

Post by Jay »

well something is causing the code to lose it's new line characters

the code should look like

<?PHP
include(....

not

<?PHP include(....

which would be why you see that error.

change the document's extention to .txt

and then look at it in your browser to see what I mean
- Jay
Post Reply