Axel Posted April 27, 2012 Posted April 27, 2012 Is it possible to make a account like a database? For exemple addAccount("paynsprays","youwillneverknowit") and use it onResourceStart and modify the data in it? Like a account that none uses, and is used for storing data?
-ffs-Sniper Posted April 27, 2012 Posted April 27, 2012 AddAccount needs a valid account element in order to function correctly. It is possible to create an account and to use getAccount to get the account element. Honestly, xml or SQLite would be more efficient in this case.
Axel Posted April 27, 2012 Author Posted April 27, 2012 Well this was a strange question though, but what i mean is: Create a account with a huge password, use getAccountData and setAccountData to get data from it. I think it will work, i just needed some advice. (Note: I'm doing this just for curiosity)
-ffs-Sniper Posted April 27, 2012 Posted April 27, 2012 It will work, yes. Although I highly recommend you to use XML or SQLite.
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