ok so i posted about my stats not working because of fsockopen and was told to contact my host and ask them to enable the responce i got was this...
When you install some PHP products such as osCommerce, you may be faced with a 'register_globals' error such as the following:
Server Requirement Error: register_globals is disabled in your PHP configuration. This can be enabled in your php.ini configuration file or in the .htaccess file in your catalog directory.
The documentation that accompanies your PHP product may suggest you request your web hosting provider to turn on 'register_globals' for the entire server. This is simply not safe for all users.
You can, however, enable it for your hosting account by doing the following:
- Download the file .htaccess from your public_html directory by FTP
- Edit the file in a text editor such as notepad and search for the following line:
php_value register_globals 1- Remove the # at the beginning of the line
- Save and upload the file back to the directory you originally found it
If the line # php_value register_globals 1 is not present, simply add the following code on a new line and upload the .htaccess file back to the server:
php_value register_globals 1
This should resolve the 'register_globals' problem
Only problem is my .htaccess file has nothing in ? lol





Reply With Quote







