Full service web hosting, great prices and support. Starts at $1.99/month!
Results 1 to 4 of 4

Thread: help with turning regestered globals off with aabox

  1. #1
    blackhawk
    Guest


    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

    help with turning regestered globals off with aabox

    pgmarshall's Avatar
    Join Date
    Feb 2009
    Location
    London
    Posts
    3,517
    Contribute If you enjoy reading the
    content here, click the below
    image to support our site.
    Click Here To Contribute To Our Site

    Total Contributions For

    pgmarshall     $ 35.00
    Rep Power
    81


    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
    blackhawk
    Guest


    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
    blackhawk
    Guest


    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, 03:33 PM
  3. Turning notification off?
    By mshaffer in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 02-16-2004, 02:49 PM
  4. turning register_globals OFF
    By ippo in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 01-14-2003, 12:34 PM

Bookmarks

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
  •