turning globals on

Status
Not open for further replies.

mastespy

New Member
Messages
2
Reaction score
0
Points
0
hey guys 1st wana say awsum host now im new hea so bear with me plz ok all i want 2 know is how do 1 turn global registrations on what if tried is in the htaccess file in public_html folder to put in this php_flag register_globals on but i get then an internal server error so is there another way to turn it on plz my account name is msspy
Edit:
o ja i have a corprate hosing package with a add enhance plan i tink lol
 
Last edited:

Starshine

Legend Killer
Messages
14,423
Reaction score
0
Points
0
Corey said:
Register globals poses a huge security risk and won't even be an option in PHP6 as far as I know. Sorry but we can not enable it.

-Corey

This was posted in a previous thread from our Administrator.


 

mastespy

New Member
Messages
2
Reaction score
0
Points
0
ok shot tanx
Edit:
is there a way 2 bypass glabal reg my scripts dont wana register users if they not on so how can 1 bypass it
 
Last edited:

Slothie

New Member
Messages
1,429
Reaction score
0
Points
0
Require_once() this php file in all your scripts

PHP:
<?php
extract($_REQUEST);
?>

Its a sloppy but it works
 
Status
Not open for further replies.
Top