1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

drupal6.1 is sick

Discussion in 'Content Management' started by 3dcgmodel, Apr 1, 2008.

  1. #1
    it enfore me use register_global = off. on my host there is some php script it must need register_global. how to do?
     
    3dcgmodel, Apr 1, 2008 IP
  2. mnymkr

    mnymkr Well-Known Member

    Messages:
    2,328
    Likes Received:
    32
    Best Answers:
    0
    Trophy Points:
    120
    #2
    you can turn register globals on and off with your .htacess

    which host
     
    mnymkr, Apr 1, 2008 IP
  3. 3dcgmodel

    3dcgmodel Banned

    Messages:
    655
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    can i use register globals on for a site and register globals off for another? both on a hosting.
     
    3dcgmodel, Apr 1, 2008 IP
  4. mnymkr

    mnymkr Well-Known Member

    Messages:
    2,328
    Likes Received:
    32
    Best Answers:
    0
    Trophy Points:
    120
    #4
    yes you can or should

    if you can't i would change hosts...hit me up if you have trouble
     
    mnymkr, Apr 1, 2008 IP
  5. fabriciogr

    fabriciogr Active Member

    Messages:
    958
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    73
    #5
    yup you should be able..

    as mentioned here via site .htaccess

    or you can also do it via php if your running a version <= 4.2.3.
     
    fabriciogr, Apr 2, 2008 IP
  6. Browning

    Browning Banned

    Messages:
    1,928
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    0
    #6
    make a php.ini file in the sites root folder

    Inside of the file have this:

    PHP]
    register_globals = Off
    memory_limit = 16M  ; Maximum amount of memory a script may consume (16MB)
    Code (markup):
     
    Browning, Apr 2, 2008 IP