Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: Drahgoone on May 26, 2018, 04:23:56 PM

Title: Login system using MySQL
Post by: Drahgoone on May 26, 2018, 04:23:56 PM
Hello,

Recently I wasted $10 on an asset called inLogin, which was supposed to allow me to have a login system with mysql that worked with playmaker, however it is old and no longer works, there is no support for it either. So now I am looking for other options, I have easy save2, but I doubt I could accomplish this with that.

Does anyone have any ideas of how to create a login system and store data for users? inLogin would have been perfect, but it just does not work. Would like to stay away from using facebook sdk aswell. So not sure what the best rout would be.
Title: Re: Login system using MySQL
Post by: Ateam on May 26, 2018, 11:27:33 PM
You can  do that with easy save, with the upload and download actions, you need upload your php script from the easy save folder to your server and them use the upload and download actions with your ip server.
Title: Re: Login system using MySQL
Post by: Drahgoone on May 27, 2018, 12:58:54 AM
You can  do that with easy save, with the upload and download actions, you need upload your php script from the easy save folder to your server and them use the upload and download actions with your ip server.

I was able to save generic things such as numbers, just not sure how this is done for individual users. For example, I can make it save a single balance of $100, but I can not specify who the balance belongs to.
Title: Re: Login system using MySQL
Post by: Ateam on May 27, 2018, 01:30:12 AM
if you are trying to make a login system with playmaker and easy save just make a string with the build string action, username and passworld with a * or , to divide, them just upload that to the users file in your server.
Title: Re: Login system using MySQL
Post by: Drahgoone on May 27, 2018, 03:01:50 AM
if you are trying to make a login system with playmaker and easy save just make a string with the build string action, username and passworld with a * or , to divide, them just upload that to the users file in your server.

Thanks for the info! sorry, I am rather new to both easy save and playmaker. If I have a build string of a password and username like you say, and then store that in a variable called user, would that not just be overridden every time someone creates an account?
Title: Re: Login system using MySQL
Post by: Ateam on May 27, 2018, 12:14:05 PM
I'm making a video tutorial.
Title: Re: Login system using MySQL
Post by: Ateam on May 27, 2018, 12:46:27 PM
Title: Re: Login system using MySQL
Post by: Drahgoone on May 27, 2018, 01:23:57 PM

Oh wow! Thank you so much!  ;D