User Tag List

Results 1 to 7 of 7

Thread: How do i put Username And p-word?

  1. #1
    No Products Registered

    Join Date
    Feb 2007
    Location
    Sydney, Australia
    Posts
    1,654
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    How do i put Username And p-word?

    I wanna make an online game but how do i put a username and password so the user can login into there account.

    do i use an INI file object? [obj_INI]
    or mooclick/moogames.

  2. #2
    Forum Moderator Fusion 2.5 DeveloperHTML5 Export ModuleiOS Export ModuleSWF Export Module
    DavidN's Avatar
    Join Date
    Jun 2006
    Location
    Boston, MA, USA
    Posts
    4,044
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How do i put Username And p-word?

    For an online game, you would need a central store of usernames and their passwords. I'd use the MooClick object to communicate with a PHP page that compares the results against a MySQL database (keeping the passwords stored as MD5 hashes if you want to be secure about it).

    I'm going to be submitting a tutorial related to this in the next fortnight or so.

  3. #3
    No Products Registered

    Join Date
    Feb 2007
    Location
    Sydney, Australia
    Posts
    1,654
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How do i put Username And p-word?

    lol i will be the first to watch it!

  4. #4
    No Products Registered

    Join Date
    Aug 2006
    Location
    Westcountry, UK
    Posts
    862
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How do i put Username And p-word?

    Does anyone know any PHP... that actually works?!?

    I've tried countless tutorials, uploaded them to PHP-allowing hosts but none of them every seem to work

  5. #5
    Forum Moderator Fusion 2.5 DeveloperHTML5 Export ModuleiOS Export ModuleSWF Export Module
    DavidN's Avatar
    Join Date
    Jun 2006
    Location
    Boston, MA, USA
    Posts
    4,044
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How do i put Username And p-word?

    Well, hopefully I'll be able to change that.

    (As for PHP that actually works, just about my entire site is built on it, so... yes.)

  6. #6
    No Products Registered

    Join Date
    Oct 2006
    Posts
    139
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How do i put Username And p-word?

    I'll also be very interested in this. This is exactly what i have been looking for!

  7. #7
    Forum Moderator Fusion 2.5 DeveloperHTML5 Export ModuleiOS Export ModuleSWF Export Module
    DavidN's Avatar
    Join Date
    Jun 2006
    Location
    Boston, MA, USA
    Posts
    4,044
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How do i put Username And p-word?

    The tutorial was uploaded a while ago - it's under "Online scores" at http://www.clickteam.com/eng/learning_resources.php

    Unfortunately it's already joined the ranks of "PHP that doesn't work" because Byethost introduced some mad redirection/forced adverts on their free servers a couple of weeks after I uploaded the example file. The tutorial will still work (though not on Byethost) but the example files won't.

    Jam has recently released an extension called "Live Receiver" that makes communication with PHP files significantly easier. I'd recommend using that along with the PHP side of my own tutorial, on whatever free server you can find.

    Things like this are always difficult because of the huge variation in servers, how they expect to receive data and how they give it back. What works fine on my St Andrews account often breaks entirely when ported over elsewhere.

Similar Threads

  1. Individual word by word string comparison?
    By ratty in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 5th May 2013, 05:52 PM
  2. Highlight text word by word - grammar exercises
    By Boba Fonts in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 5th September 2011, 05:36 PM
  3. username and password
    By Conman in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 29th May 2009, 10:37 PM
  4. ?Set up a word dictionary instead of a word censor
    By Neonotso in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 27th January 2007, 03:37 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
  •