User Tag List

Results 1 to 7 of 7

Thread: lacewing server login system

  1. #1
    Clicker Fusion 2.5 DeveloperSWF Export Module

    Join Date
    Sep 2006
    Posts
    511
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    lacewing server login system

    Ok,

    So I made a rough login system that works, but it got me to thinking…

    The highscore extension does not have to create a separate file from the application to store the information.
    It would be really cool to have something like that for lacewing as part of a simple login system.

    Basically just make an extension like the highscore, that can hold 1 slot (or more).
    That way the server could quickly verify a user login without having to go to a database or a text list.
    The biggest advantages would include portability of the server and not having to worry about login security as much.
    It could be it’s own extension, just like the highscore.
    It would simply save the combination of the name, the delimiter, and the password was one string.

    If you had 2 fields, one could include just the username to ensure no one is logged in 2 times.

    Any thoughts?

  2. #2
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module
    RickyRombo's Avatar
    Join Date
    Mar 2008
    Location
    Somewhere between here and there
    Posts
    3,167
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: lacewing server login system

    What?

    I don't think I understand, but do you mean the Lacewing server verifies the user?

  3. #3
    Clicker Fusion 2.5 DeveloperSWF Export Module

    Join Date
    Sep 2006
    Posts
    511
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: lacewing server login system

    A log in system
    Where when you go to log on the server verifies that you are the right person.

  4. #4
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module
    RickyRombo's Avatar
    Join Date
    Mar 2008
    Location
    Somewhere between here and there
    Posts
    3,167
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: lacewing server login system

    Why can't you just use a mySQL database? :confused:

    What's wrong with the one you made at first, besides a file to store the information (which shouldn't ever happen anyway if you did it right -- read my tutorial)?

  5. #5
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleSWF Export ModuleXNA Export Module
    Fusion 2.5 (Steam)
    Mathias's Avatar
    Join Date
    Jun 2006
    Location
    Copenhagen, Denmark
    Posts
    1,083
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)

    Re: lacewing server login system

    With a chat we've been working on at AquadaSoft, we've written a pylacewing server where the client sets it's name to "name|passhash", and the accept name handler is delayed. Then, when the user has been looked up, a response is sent (NameAccepted or NameDenied), and the real name of the user is then set by the server. This works really well, and an example is even included with pylacewing (examples\mmf\account_server) that you can have a look at

  6. #6
    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: lacewing server login system

    Quote Originally Posted by dascribe
    The highscore extension does not have to create a separate file from the application to store the information.
    Actually, it does. It saves the file in your Application Data folder for your user profile. It's just an INI file.
    Working as fast as I can on Fusion 3

  7. #7
    Clicker Fusion 2.5 DeveloperSWF Export Module

    Join Date
    Sep 2006
    Posts
    511
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: lacewing server login system

    Twas just a thought

    I never noticed the ini
    I hadn't checked out the mysql thing recently. The last time I tried messing with it, I ended up yelling at the kids. :S

    The whole idea though was to just have a quick reference sheet to log people in. I figured downloading the other data a player may have is less time sensitive.

    The system I've set up does work, though it is not as flawless as I hope to make it.

    I just dread the thought of trying to confirm the e-mail of a new registered user.

    It may be my host that I use, but whenever I setup a forum, that thing drags like crazy and it uses the mysql.

Similar Threads

  1. Help With Lacewing Login?
    By MrXkill in forum Lacewing
    Replies: 6
    Last Post: 20th May 2011, 09:41 PM
  2. Login System?
    By Game_Master in forum Multimedia Fusion 2 - Technical Support
    Replies: 9
    Last Post: 3rd May 2009, 03:20 PM
  3. Login System Help
    By Oreo in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 21st August 2008, 07:29 PM
  4. login system
    By Dynamite in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 15th November 2007, 05:03 AM
  5. Login system example for game_master
    By Dynamite in forum File Archive
    Replies: 1
    Last Post: 30th September 2007, 04:44 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
  •