MAB Posted February 9, 2016 Share Posted February 9, 2016 Hi, I am working on a login panel and my question is How to save the username and the password and automaticlly set them in the edit boxes? Link to comment
Tomas Posted February 10, 2016 Share Posted February 10, 2016 Hi,I am working on a login panel and my question is How to save the username and the password and automaticlly set them in the edit boxes? You want to keep this data or it's like an autologin? Link to comment
tosfera Posted February 10, 2016 Share Posted February 10, 2016 Hi,I am working on a login panel and my question is How to save the username and the password and automaticlly set them in the edit boxes? You want to keep this data or it's like an autologin? That's seriously the most rhetorical question I've seen in days.. have a cookie. @OP; if you want to have a little more control over the accounts and backups and so forth, you could use a MySQL approach. If you want to keep it inside of MTA, you can always use setAccountData, getAccountData and the default login/register functions from MTA. Link to comment
MAB Posted February 10, 2016 Author Share Posted February 10, 2016 Answered by default.. Link to comment
Mr.Solo Posted February 10, 2016 Share Posted February 10, 2016 he means save as xml in Private folder.. well good luck anyways idk how lol.. but i would love to know Link to comment
Moderators IIYAMA Posted February 10, 2016 Moderators Share Posted February 10, 2016 https://wiki.multitheftauto.com/wiki/Xml Save: https://wiki.multitheftauto.com/wiki/XmlCreateFile https://wiki.multitheftauto.com/wiki/XmlCreateChild https://wiki.multitheftauto.com/wiki/XmlNodeSetValue https://wiki.multitheftauto.com/wiki/XmlSaveFile https://wiki.multitheftauto.com/wiki/XmlUnloadFile Load: https://wiki.multitheftauto.com/wiki/FileExists https://wiki.multitheftauto.com/wiki/XmlLoadFile https://wiki.multitheftauto.com/wiki/XmlFindChild https://wiki.multitheftauto.com/wiki/XmlNodeGetValue https://wiki.multitheftauto.com/wiki/XmlUnloadFile keep it safe, some people use the same passwords > https://wiki.multitheftauto.com/wiki/Sha256 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now