Results 1 to 3 of 3

Thread: [2008] Login and Registration

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jul 2008
    Posts
    28

    [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
    New To VB.Net
    Learning PHP and MYSQL aswell
    Currently In Development:
    Www.irn3rd.co.uk - Mysite
    Another Wesbite - In Planning
    WWW.jumpandslide.co.uk - Being redeveloped,

  2. #2
    Member
    Join Date
    Oct 2008
    Posts
    40

    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.

  3. #3
    Member
    Join Date
    Oct 2008
    Posts
    40

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width