View previous topic :: View next topic |
Author |
Message |
Dyno69 -
Joined: 24 Sep 2006 Posts: 31
|
Posted: Tue Oct 17, 2006 9:55 pm Post subject: Register Globals? |
|
|
i used a tutorial to install php on my server but in the tutorial it asked me to turn Register Globals off. this script i have needs it to be on. will anything happen if i turn it on instead of the reccomended off.
thanks |
|
Back to top |
|
 |
AbyssUnderground -
Joined: 31 Dec 2004 Posts: 3855
|
Posted: Tue Oct 17, 2006 10:41 pm Post subject: |
|
|
It can be a security risk if the script is not written properly. If its a reputable script it should be ok. Try the script without first though, it might still work. _________________ Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk |
|
Back to top |
|
 |
Dyno69 -
Joined: 24 Sep 2006 Posts: 31
|
Posted: Tue Oct 17, 2006 11:08 pm Post subject: |
|
|
ok thanks, i'm trying out phpnuke it wants it changed. |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Wed Oct 18, 2006 11:33 am Post subject: |
|
|
Dyno69 wrote: | ok thanks, i'm trying out phpnuke it wants it changed. |
Open the php.ini file with Windows Notepad or any text editor, locate the line which begins with register_globals, and change its value to off. Save the file. Restart the server to ensure that all your PHP processes will be unloaded and will use the new php.ini settings. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
hc2995 -
Joined: 07 Aug 2006 Posts: 644 Location: Maryland, USA
|
Posted: Wed Oct 18, 2006 12:42 pm Post subject: |
|
|
yea most good php files will work with register_globals off (most even want it if like phpnuke and phpBB) _________________ Where have i been? School got heck-tick, had to move half way around the state, then back... and then i had to change jobs, so iv been away for a while :P |
|
Back to top |
|
 |
|