How do I Make a Login System With a dataBase

0 favourites
  • 5 posts
From the Asset Store
Basic Plugins for Firebase Authentication, Realtime-Database, Firestore, Cloud Storage
  • How do i make a login system were u can login to get items or coins

  • We need more information to answer properly.

    Is this for a single player game? Multiplayer?

    Are you wanting a payment gateway? Or just a database for retrieving items?

    If you want your players to be able to make IAP for a single player game, the easiest way (not available on all platforms) is the clay.io plugin.

    If the game is for multiplayer, then you're looking at a whole different kettle of fish.

  • i want to be able to manage a multiplayer game i want to give sectain members of the game items and some not or a holiday give everyone 6 free items i want it easy i have free edition thow

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • here is my solution, it might be totally wrong though:

    i use mysql as database, it stores everthing i want, like player name. nick name,birthday, or something else.here is a pic of one of the database table, sorry i need hide something

    [attachment=1:1mwwaqo9][/attachment:1mwwaqo9]

    i use php to write my login and verification, if user login, use session to keep the login status.

    set login redirect to your game url, so it acts like after login you can play.

    now after loading the game, use ajax to read another php page, that page check the session, if user logged in already, it grab some information and echo as text message. if not logged in, user browser function to redirect to login page

    some gloable variable to save those messages in your game

    [attachment=0:1mwwaqo9][/attachment:1mwwaqo9]

    tell me if you get better idea

  • can u help me with this?

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)