Not validating anymore

Discussion in 'Co-op Advertising Network' started by blueuniverse, Nov 26, 2004.

  1. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,334
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #21
    Okay, you are using a very old version of PHP (4.0.6). Look in your ad_network.php file, and replace all instances of _SERVER with HTTP_SERVER_VARS, clear your ad_network_ads.txt file, and try to validate.
     
    digitalpoint, Dec 1, 2004 IP
  2. werebear

    werebear Guest

    Messages:
    184
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #22
    Thanks that worked a treat.
     
    werebear, Dec 1, 2004 IP
  3. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,334
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #23
    BTW, I updated the default ad_network.php file so that if $_SERVER isn't set (because it's an old version of PHP), it sets it to $HTTP_SERVER_VARS. That way the users of old PHP systems don't need to worry about it on an update.
     
    digitalpoint, Dec 1, 2004 IP