Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: Okay so I need some help

  1. #1
    "Island Vampire" KB3LAZ's Avatar
    Join Date
    Mar 2008
    Location
    San Vicente, Alicante, Spain
    Posts
    11,536

    Okay so I need some help

    I have a dedicated server that I bought to setup as a game server. I have the databases installed and working just fine and people can connect however I have to make their accounts manually. To get around this I need to make apache webserver 2 and PHP 5 run properly side by side on windows server 2003 and I cant get this to work correctly. From my understanding doing so will make it so that when they sign up on my forums a script will communicate with my game databases and register their account.

    So basically what I need to know how to do is to get Apache2 and PHP5 to run side by side..can anyone help me with this?

    "A night sky full of cries. Hearts filled with lies. The contract: is it worth the price?"

  2. #2
    Orca Whisperer
    Join Date
    Oct 2009
    Location
    Buffalo, NY
    Posts
    22,593
    http://httpd.apache.org/docs/1.3/windows.html

    http://php.net/manual/en/install.windows.php

    It should be pretty straight forward, since both have windows installers now.

    You can also do this (Not recommended really): http://www.wampserver.com/en/

    What forum are you using, and how are they connecting now? (ie through a game client)
    Last edited by KC2UGV; 06-02-2010 at 11:51 AM.
    Big Giant Meteor 2020 - We need to make Earth Great Again

    http://www.coreyreichle.com

  3. #3
    "Island Vampire" KB3LAZ's Avatar
    Join Date
    Mar 2008
    Location
    San Vicente, Alicante, Spain
    Posts
    11,536
    Quote Originally Posted by KC2UGV View Post
    http://httpd.apache.org/docs/1.3/windows.html

    http://php.net/manual/en/install.windows.php

    It should be pretty straight forward, since both have windows installers now.

    You can also do this (Not recommended really): http://www.wampserver.com/en/

    What forum are you using, and how are they connecting now? (ie through a game client)
    They are communicating with me trough a freewebs account lol.

    Yes they are connecting through a game server which brings me to another issue. I cant get a downloader to work because my files wont compress because of their size. So what I have them doing is running of a client from another version of the game, downloading my exe and data files. They then have to patch the IP with a hex editor. The problem with that is that some people want to play but cant figure out how to do what I am asking of them to connect.

    Im in over my head here but IDC I wont give up.

    "A night sky full of cries. Hearts filled with lies. The contract: is it worth the price?"

  4. #4
    "Island Vampire" KB3LAZ's Avatar
    Join Date
    Mar 2008
    Location
    San Vicente, Alicante, Spain
    Posts
    11,536
    Quote Originally Posted by KC2UGV View Post
    http://httpd.apache.org/docs/1.3/windows.html

    http://php.net/manual/en/install.windows.php

    It should be pretty straight forward, since both have windows installers now.

    You can also do this (Not recommended really): http://www.wampserver.com/en/

    What forum are you using, and how are they connecting now? (ie through a game client)
    Oh and I tried using guides to install correctly but I am running into issues with the programs working correctly.

    "A night sky full of cries. Hearts filled with lies. The contract: is it worth the price?"

  5. #5
    "Island Vampire" KB3LAZ's Avatar
    Join Date
    Mar 2008
    Location
    San Vicente, Alicante, Spain
    Posts
    11,536
    However I will also have RCL look at this when he gets here and maybe he can use the links and get this going. If not I will have to wait but I have someone to talk to in person this weekend. :) What irritates me is that I cant figure it out myself...lol. It makes me feel incompetent.

    "A night sky full of cries. Hearts filled with lies. The contract: is it worth the price?"

  6. #6
    Orca Whisperer
    Join Date
    Oct 2009
    Location
    Buffalo, NY
    Posts
    22,593
    Quote Originally Posted by KB3LAZ View Post
    Oh and I tried using guides to install correctly but I am running into issues with the programs working correctly.
    Can Apache serve up pages?

    If so, can you create the phpinfo file, and retrieve that page?

    If no, you might have to tell Apache to use the PHP module still.
    Big Giant Meteor 2020 - We need to make Earth Great Again

    http://www.coreyreichle.com

  7. #7
    "Island Vampire" KB3LAZ's Avatar
    Join Date
    Mar 2008
    Location
    San Vicente, Alicante, Spain
    Posts
    11,536
    Is there a package like wamp that will work with MSSQL rather than MySQL?

    "A night sky full of cries. Hearts filled with lies. The contract: is it worth the price?"

  8. #8
    Orca Whisperer
    Join Date
    Oct 2009
    Location
    Buffalo, NY
    Posts
    22,593
    Quote Originally Posted by KB3LAZ View Post
    Is there a package like wamp that will work with MSSQL rather than MySQL?
    Not that I know of. Why not use MySQL? Does the game server require MSSQL?
    Big Giant Meteor 2020 - We need to make Earth Great Again

    http://www.coreyreichle.com

  9. #9
    "Island Vampire" KB3LAZ's Avatar
    Join Date
    Mar 2008
    Location
    San Vicente, Alicante, Spain
    Posts
    11,536
    Quote Originally Posted by KC2UGV View Post
    Not that I know of. Why not use MySQL? Does the game server require MSSQL?
    Yes

    "A night sky full of cries. Hearts filled with lies. The contract: is it worth the price?"

  10. #10
    Orca Whisperer
    Join Date
    Oct 2009
    Location
    Buffalo, NY
    Posts
    22,593
    Well, I guess it's back to figuring out where in the setup Apache + PHP broke.
    Big Giant Meteor 2020 - We need to make Earth Great Again

    http://www.coreyreichle.com

Posting Permissions

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