Any C# programmer?
#7

You will need something like an api on your website, because you cant just hardcode your db login info into your app. Hackers could reverse engineer it to get your db login and do shit.

For example, create a php script check.php, that will accept 2 post params - login and hash. When player enters his login, hash the password with the same hash as you use in pawn, and send a post request to your website/check.php

This script can reply with an error message like wrong password, or send all account details that you need if it was right, etc. Just parse the data and display them in your launcher.

This is the proper and secure way to do it
Reply


Messages In This Thread
Any C# programmer? - by AndreiWow - 05.04.2017, 20:55
Re: Any C# programmer? - by Isolated - 05.04.2017, 21:21
Re: Any C# programmer? - by nicolaskettler - 05.04.2017, 22:28
Re: Any C# programmer? - by ]Kurence[ - 05.04.2017, 23:45
Re: Any C# programmer? - by AndreiWow - 06.04.2017, 05:32
Re: Any C# programmer? - by iKarim - 06.04.2017, 05:55
Re: Any C# programmer? - by ]Kurence[ - 06.04.2017, 06:18
Re: Any C# programmer? - by BroZeus - 06.04.2017, 06:33
Re: Any C# programmer? - by AndreiWow - 06.04.2017, 13:18
Re: Any C# programmer? - by jlalt - 06.04.2017, 13:39

Forum Jump:


Users browsing this thread: 1 Guest(s)