- Home /
Unity 3d How to make a register and login system
Hi guys, i need help, i have an FPS game, that i hope to sell soon, i would like to make a register system on a website, and then they log in on the client. Does anyone know of a good FREE website host, that supports PHP etc? I want it to be like Minecraft registration, where you sign up and pay £5, then you login on the game. If anyone here could help me with this i would be very appreciative and will go in the credits, thanks.
i got the register part but there is a bit of a problem what comes after it help please : http://answers.unity3d.com/questions/583268/how-to-get-the-player-name-level-and-money-out-of.html thanks
Answer by DaveA · Oct 11, 2012 at 01:20 AM
Everyone wants all the parts for free, and then make money on them.
I would really look into getting a package in the Asset Store. Anywhere from $5 to $25. Your first 1 to 5 players pays for it!
You can get great web hosting for about $10/month. Your first 2 new players pays for it!
If you don't think you'll get that many players, it might not be worth doing, not for that price anyway. But if you'll get lots more than that, it's worth it to save the time and trouble you'd have to put yourself through.
Answer by Erulabs · Oct 11, 2012 at 01:16 AM
http://www.1and1.com/ provides free hosting with php support, although...
You more than likely are jumping into a rather large world with a fairly ambitious goal. Start small, learn PHP in bits and pieces, and READ EVERYTHING you can.
Once you think you can write what you need, you'll need to read everything else you can about data sanitation, about database security, about PHP-input security. I recommend this book: http://books.google.ca/books?id=HuDy3EYTK1YC&dq=essential+php+security&printsec=frontcover&source=bn&hl=en&ei=gkYaTN4jxPqXB4v45csD&sa=X&oi=book_result&ct=result&resnum=4&ved=0CCUQ6AEwAw#v=onepage&q&f=false
Once you know who "Little Bobby Tables" is, and you can reasonably explain why your input scrubbing is the best input scrubbing, then go ahead and write your login system.
Then, once its done, buy a real webserver (I recommend Rackspace).
Your answer
Follow this Question
Related Questions
How To Make A Account System Online To Store PlayerPref, Unity 1 Answer
Login / Register Script? 1 Answer
How do I add login and register? 1 Answer
Login and flying script 1 Answer
How can i make some kinda Login System? 2 Answers