User Tag List

Results 1 to 6 of 6

Thread: MooClick PHP Servers?

  1. #1
    No Products Registered

    Join Date
    Apr 2011
    Posts
    31
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    MooClick PHP Servers?


    I know enough about MooClick to make a bit of a game, and register accounts, and whatnot.
    However the only way I know how to do it is via a server app also made in MMF2. This is unideal because:
    A) Storing user data as INI feels unsafe and unideal
    B) I can't leave my PV on 24/7
    C) I use my internet connection for other stuff and don't want to lag all my players

    So are there any tutorials about that can show me how to host games via php/MySQL or something? I am new to both PHP and mySQL but am willing to learn.
    The Tutorials page has a registration via php tutorial but that does not cover the conveying of actual game data for a multilayer game.

    So, yeah, tutorial links would be fantastic.
    Thanks in advance!

  2. #2
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: MooClick PHP Servers?

    I don't think you can host anything via PHP, and even so it would be a completely wrong application for PHP.

    I'd recommend checking out Lacewing. Build 19 just came out and fixes some problems from 18. I think you'll find Lacewing much easier to deal with. Also, the server extension doesn't *have* to be slower than a compiled C++ one would be. And yes, you can write the server in C++ or in Python with pyLacewing by Mathias.

    If you can't get what you want with the Lacewing Server Object, the C++ Lacewing Library, or pyLacewing, then I've probably misunderstood what you are trying to do.
    Working as fast as I can on Fusion 3

  3. #3
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Jun 2006
    Posts
    6,773
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: MooClick PHP Servers?

    A webserver with PHP/MySQL isn't going to relay real-time game messages. You need a specialised game server, whether you're using Moo, Lacewing or anything else. That's why web hosting is so cheap - it only hosts web pages.

    Something virtual like AWS or Rackspace might work, but I've never tried.

  4. #4
    Clicker

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleSWF Export Module
    Konidias's Avatar
    Join Date
    Aug 2009
    Posts
    1,546
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)

    Re: MooClick PHP Servers?

    A) You have to store user data somewhere... What is safer than directly on the server? You can also encrypt it. If people are hacking into your server, you have bigger issues than whether or not an ini file feels unsafe.

    B) Shouldn't be hosting a game from your computer unless it is just a game for a few friends to play.

    C) See answer for B.

  5. #5
    No Products Registered

    Join Date
    Apr 2011
    Posts
    31
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MooClick PHP Servers?

    Quote Originally Posted by Konidias
    B) Shouldn't be hosting a game from your computer unless it is just a game for a few friends to play.

    C) See answer for B.
    I know that's why I was asking about a PHP/mySQL server.
    I want to know some way to host remotely.

    What exactly does Lacewing do differently? I haven't even heard of it before.

  6. #6
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Jun 2006
    Posts
    6,773
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: MooClick PHP Servers?

    Quote Originally Posted by Catastrophic
    Quote Originally Posted by Konidias
    B) Shouldn't be hosting a game from your computer unless it is just a game for a few friends to play.

    C) See answer for B.
    I know that's why I was asking about a PHP/mySQL server.
    I want to know some way to host remotely.
    As I said previously, there isn't a way to host a game server with a PHP/MySQL web hosting service. You can either rent some kind of VPS/dedicated server, or find a way to use the public Lacewing servers.

    Quote Originally Posted by Catastrophic
    What exactly does Lacewing do differently? I haven't even heard of it before.
    Lacewing is the modern replacement for Moo (forum here).

Similar Threads

  1. Servers?
    By ZayLong in forum Lacewing
    Replies: 1
    Last Post: 28th June 2013, 06:15 AM
  2. MOO servers are being bad!!!!
    By robi in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 29th June 2008, 01:32 AM
  3. Moo Servers
    By maestro1 in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 2nd April 2008, 08:25 AM
  4. Servers in MooClick (Question, not Request)
    By BrandonC in forum Multimedia Fusion 2 - Technical Support
    Replies: 11
    Last Post: 22nd January 2008, 11:31 PM

Posting Permissions

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