User Tag List

Results 1 to 10 of 10

Thread: Login System?

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleMac Export ModuleSWF Export Module
    Game_Master's Avatar
    Join Date
    Jul 2007
    Location
    England
    Posts
    1,705
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Login System?

    How would I make a login system for my chat? It would need to be able to create accounts, save them somewhere and then require a username and password to login. Can anyone help?

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleMac Export ModuleSWF Export Module
    Game_Master's Avatar
    Join Date
    Jul 2007
    Location
    England
    Posts
    1,705
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Login System?

    I have translated one of the moo versions of a login system (made by cocodrilo) into OINC, but it doesn't seem to work?

    http://www.box.net/shared/9j10cpgi6n
    Please could you take a look and see if there is a way to fix it?

    Thanks

  3. #3
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleMac Export ModuleSWF Export Module
    Game_Master's Avatar
    Join Date
    Jul 2007
    Location
    England
    Posts
    1,705
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Login System?

    Can anyone fix this?
    Thanks

  4. #4
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module
    Jaffob's Avatar
    Join Date
    May 2008
    Location
    USA
    Posts
    1,833
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Login System?

    Learn PHP and SQL.

  5. #5
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleMac Export ModuleSWF Export Module
    Game_Master's Avatar
    Join Date
    Jul 2007
    Location
    England
    Posts
    1,705
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Login System?

    Quote Originally Posted by Jaffob
    Learn PHP and SQL.
    Not really helping...

  6. #6
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module
    Jaffob's Avatar
    Join Date
    May 2008
    Location
    USA
    Posts
    1,833
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Login System?

    If you have a website (which appears to be the case) you can manage a database of users using PHP and MySQL. Create a few PHP files for editing the database, then use Live Receiver in your application to communicate with them.

    http://www.w3schools.com/default.asp

    That website has great tutorials on PHP and SQL.

  7. #7
    Clicker Fusion 2.5 DeveloperHTML5 Export Module

    Join Date
    Jun 2006
    Posts
    1,469
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)

    Re: Login System?

    Game Master, what Jaffob is saying is true. I have discussed the need for Clickteam to create a better interface for web programming. I believe steps are being taken in that direction but given priorities it has not been fully developed. The best way currently is using PHP and MySql as Jaffob suggests.

  8. #8
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleMac Export ModuleSWF Export Module
    Game_Master's Avatar
    Join Date
    Jul 2007
    Location
    England
    Posts
    1,705
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Login System?

    Thanks, I understand what you are saying. But, is there any way to do it with OINC without MySQL or PHP? Like the on in the example?

  9. #9
    Forum Moderator Multimedia Fusion 2 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export ModuleXNA Export Module
    DizzyDoo's Avatar
    Join Date
    Oct 2006
    Location
    South England
    Posts
    718
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Login System?

    Learn PHP and MySQL? Not required.

    It's a solution, but Game_Master clearly does not want to have to learn the languages for this.

    The easiest way to do this would be to wait until the OINC extension has increased server-side capabilities and then write the server to manage login and registration requests, really straight forward, have the account details saved to a .ini file or perhaps if you're feeling adventurous; an SQLite database.

    But that's in the future, unless you want to learn PHP or MySQL, or learn Python with Poinc, you'll have to hang on for a month or two.
    Cranktrain - Currently finishing a new game called The Cat Machine!
    @MattLuard on Twitter.

  10. #10
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleMac Export ModuleSWF Export Module
    Game_Master's Avatar
    Join Date
    Jul 2007
    Location
    England
    Posts
    1,705
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Login System?

    Ok thanks Dizzy

Similar Threads

  1. lacewing server login system
    By dascribe in forum Lacewing
    Replies: 6
    Last Post: 2nd June 2010, 07:32 PM
  2. Login System Help
    By Oreo in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 21st August 2008, 07:29 PM
  3. login system
    By Dynamite in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 15th November 2007, 05:03 AM
  4. Login system example for game_master
    By Dynamite in forum File Archive
    Replies: 1
    Last Post: 30th September 2007, 04:44 PM
  5. MySQL & PHP Login/Register System
    By Haris in forum Multimedia Fusion 2 - Technical Support
    Replies: 25
    Last Post: 8th July 2006, 12:41 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
  •