[2008] Login and Registration
Hey all,
I'm making a shoot em up game(2D) and i want a registration section and a login section.
SO...
The gamer who hasn't got an account registers on the game, then they have a login for the game. the user log in and then they can play the game. when they win or lose there high scores will be kept with the login of who ever got the score.
I'm thinking, how i would do the registration section and the login, would i have to use multiple arrays or are you able to use a MYSQL on a program? And what would the code be like to this?
I'm really stuck and don't know what to do.
Many Thanks Ben
Re: [2008] Login and Registration
Hi i've seen this many times, i think i might have a crack at making a program like this so you can add it to your game.
But to get you on the ball, you can create a form that the user has to make up a user name, password etc...
Then on the "Register" button it saves those details to a file then the next time the game loads it retreives those details from the file. But instead of registering again you have a seperate area where they log in.
Hope that puts you on track.
Re: [2008] Login and Registration
I've made a simple login program with the scripts. Just read the post...
http://www.vbforums.com/showthread.p...48#post3367648