User Account System - Saves Password as 0 - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: User Account System - Saves Password as 0 (
/showthread.php?tid=84398)
User Account System - Saves Password as 0 -
BigJayMalcolm - 30.06.2009
http://pastebin.com/m325627aa
There is the Link.
I would appreciate the help as i have recently made two gamemodes and would like my Account System FilterScript to work.
Thank you in advance.
Re: User Account System - Saves Password as 0 -
Ignas1337 - 30.06.2009
the shit you messed up is that you save your password as an integer. instead of dini_SetInt(...) do dini_Set where your pasword saves. it must fix this
Re: User Account System - Saves Password as 0 -
Vince - 30.06.2009
You save the passwords unencrypted?
Use Whirlpool or udb_hash or something to encrypt passwords, since they are private.
Re: User Account System - Saves Password as 0 -
Ignas1337 - 30.06.2009
it's his choice anyway. although I myself use WP_Hash ;]