Jump to content
MakeWebGames

Memnoch

Members
  • Posts

    6
  • Joined

  • Last visited

    Never

Memnoch's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Re: Crons Thanks all for the ideas. I found out what it was though. The webhost who I am using doesn't automatically support 'curl' so I had to make them turn it on so to speak. John B.
  2. I am setting up a new game site for some friends of mine. I am using MCCodes V2 and have followed their instructions down to the T, but for some reason the crons are not working properly. I have checked the syntax to make sure everything is in place but couldn't find anything. Any thoughts what it could be? John B.
  3. Re: HTTP_X_FORWARDED_FOR' Thanks Hamster01. Had to tinker with it a bit but I got it working now.
  4. I am a relatively new programmer to PHP and am designing a game based on MCCodes V2. The following script is causing my game to shoot up an error on any page that I display when trying to view my game for testing. Is there a reason why or something I can do to stop it? Notice: Undefined index: HTTP_X_FORWARDED_FOR in D:\domains\blackheartworks.com\wwwroot\anarchystreet\login.php on line 210 Notice: Undefined index: HTTP_X_FORWARDED_FOR in D:\domains\blackheartworks.com\wwwroot\anarchystreet\header.php on line 110   $IP = ($_SERVER['HTTP_X_FORWARDED_FOR']) ? $_SERVER['HTTP_X_FORWARDED_FOR'] : $_SERVER['REMOTE_ADDR']; Please remember that I am relatively new at PHP.:S
×
×
  • Create New...