Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: Login system no access solution help

  1. #1
    Junior Member
    Join Date
    May 2013
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation Login system no access solution help

    Ok i am making 2d java game and i am writing a login system with accounts for it

    The problem is because the game will need to be bought before played... what if the user cant connect to the internet

    I need a completely secure way of saving on the firs login if the user is valid or not etc but not to be able a user to redistribute the file and then anyone can start the game.


  2. #2
    Member coderxx0's Avatar
    Join Date
    Feb 2013
    Location
    England, UK
    Posts
    61
    My Mood
    Cool
    Thanks
    1
    Thanked 2 Times in 2 Posts

    Default Re: Login system no access solution help

    .. the only way then can access with not internet is have the source files and run the game off there pc/laptop

  3. #3
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: Login system no access solution help

    If the software can run fine without internet/network, place a license file somewhere on the local machine when the software is activated. Check said license file on start up for the appropriate credentials.

Similar Threads

  1. Replies: 3
    Last Post: August 30th, 2012, 02:38 PM
  2. Replies: 1
    Last Post: August 29th, 2012, 09:35 AM
  3. How do I implement a login system in java using arrays
    By Leprechaun_hunter in forum What's Wrong With My Code?
    Replies: 4
    Last Post: September 21st, 2011, 08:03 AM
  4. Problem with directly and indirectly access system command
    By silentbang in forum Java Theory & Questions
    Replies: 0
    Last Post: January 29th, 2011, 11:34 AM
  5. Using JAVA to access System Resources
    By aussiemcgr in forum Java Theory & Questions
    Replies: 9
    Last Post: December 4th, 2010, 02:15 AM

Tags for this Thread