PHP Question

Status
Not open for further replies.

jsobeck

New Member
Messages
479
Reaction score
0
Points
0
I was trying to install a PHP script and got an error, it says that the Function register_globals is off. Is there any way it can be set to on? (I realize this is probably a specific question for Corey.)
 

lambada

New Member
Messages
2,444
Reaction score
0
Points
0
register_globals is set to off by default as it's a security risk, i'd be surprised if there was any free host that had it set to on.
A script that needs register_globals turned on is a very insecure script. Which script was it? There may be a work-around.
 

jsobeck

New Member
Messages
479
Reaction score
0
Points
0
It's a PHP program called Quasars Storage. And it's no big deal if register_globals can't be turned on, I can always use something else, this one just was the best so far that I found.
 

Micro

Retired staff <i> (11-12-2008)</I>
Messages
1,301
Reaction score
0
Points
36
Remember, you cannot allow your users to upload files. Just download ;-)

There are plenty of other download managers in PHP.
 

jsobeck

New Member
Messages
479
Reaction score
0
Points
0
Thanks, I'll keep that in mind and just use something different.
 
Status
Not open for further replies.
Top