osCmax v2.5 User Manual
Results 1 to 4 of 4

help with turning regestered globals off with aabox

This is a discussion on help with turning regestered globals off with aabox within the General Topics & Chit Chat forums, part of the Community category; Is there a way for us to turn off registered global's from a shared hosting account on AABOX? Thanks...

      
  1. #1
    Senior Member blackhawk's Avatar
    Join Date
    Aug 2009
    Location
    indiana
    Posts
    640
    Blog Entries
    1
    Rep Power
    27


    Default help with turning regestered globals off with aabox

    Is there a way for us to turn off registered global's from a shared hosting account on AABOX?

    Thanks

  2. #2
    osCMax Development Team
    pgmarshall's Avatar
    Join Date
    Feb 2009
    Location
    London
    Posts
    2,659
    Rep Power
    49


    Default Re: help with turning regestered globals off with aabox

    Yes - I asked this the other day! I also asked them to add it to their knowledge base. Here is the extract.

    We have to keep globals on for the huge amount of customers per server that run outdated software. It is easy to turn off via your own custom php.ini file.

    First, add this to .htaccess in your public_html directory:

    # Custom php.ini settings
    suPHP_ConfigPath /path/to/custom/php.ini/
    <Files php.ini>
    order allow,deny
    deny from all
    </Files>

    Then at the above suPHP_ConfigPath, create a php.ini file, changing those that you require, like register_globals=off
    Regards,
    Last edited by pgmarshall; 06-22-2011 at 10:06 AM.
    pgmarshall
    _______________________________

  3. #3
    Senior Member blackhawk's Avatar
    Join Date
    Aug 2009
    Location
    indiana
    Posts
    640
    Blog Entries
    1
    Rep Power
    27


    Default Re: help with turning regestered globals off with aabox

    Thank you so much PG,
    but i think I'm missing something...I create the php.ini file in my public_html directory with globals off, but that had no effect. What else am I missing? I also tried turning globals off in the .htaccess file, but i got a 500 site error.

    bh

  4. #4
    Senior Member blackhawk's Avatar
    Join Date
    Aug 2009
    Location
    indiana
    Posts
    640
    Blog Entries
    1
    Rep Power
    27


    Default Re: help with turning regestered globals off with aabox

    Got it! Your instructions posted worked perfectly!!! Had to take a second look

Similar Threads

  1. turning off other images for this product
    By lgreitzer in forum osCmax v2 Customization/Mods
    Replies: 8
    Last Post: 10-09-2006, 06:29 PM
  2. Turning off infoboxes
    By mcdanie1 in forum osCommerce 2.2 Modification Help
    Replies: 9
    Last Post: 03-03-2004, 02:33 PM
  3. Turning notification off?
    By mshaffer in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 02-16-2004, 01:49 PM
  4. turning register_globals OFF
    By ippo in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 01-14-2003, 11:34 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •