- Home /
Login Game System
How can I make a system that uses pass and username. And the username and password comes with the game CD, so when the person buys the game and opens up the Execution file and it will say this:
Username:
Password:___
And when he inputs the correct Username and pass, the player will have access to the game.
That's way to generic. What's bugging you here ? The visual, the password recognition, how to block the game until an event occur ?
Answer by Wolfie · Feb 06, 2012 at 12:42 AM
To do this you'd have to either have the user on an active internet connection which checks their inputs to a list of possible username and password combinations on a server, or which compares them to an in-built list. I'm afraid the ins and outs of this are too complicated to answer here in any reasonable timeframe, but I suggest you get reading up on MySQL and the PHP scripting language.
Still, I suspect your aim is to stop people from stealing your game, in which case I suggest you concentrate more on just making a great product, marketing it well, and ensuring that it's more convenient to just buy a copy than it is to pirate it.
$$anonymous$$y Dad is a DBA $$anonymous$$an a SQL, basicly they are almost the some so im VERY LUC$$anonymous$$Y
Your answer
Follow this Question
Related Questions
How do you make a password script in c#? 0 Answers
i found this login system how would i get it to work? 1 Answer
Unity login and password help 0 Answers
Accessing local system ( File Browser ) 2 Answers
[Meta] How can I change my username? 2 Answers