Passwords
#2

Your registration system needs something similar to this.
pawn Код:
new hashPassword[129];
WP_Hash(hashPassword, 129, inputtext);
That will store the users password in a string called 'hashPassword'.

Then just use your saving system to store the players password in a file.

Using Y_INI's.
pawn Код:
INI_WriteString(File,"Password",hashPassword);
Is that what you wanted?
Reply


Messages In This Thread
Passwords - by mirou123 - 27.08.2013, 21:54
Re: Passwords - by EiresJason - 27.08.2013, 22:01
Re : Passwords - by mirou123 - 27.08.2013, 22:18
Re: Passwords - by Konstantinos - 27.08.2013, 22:27
Re : Passwords - by mirou123 - 27.08.2013, 22:48
Re : Passwords - by mirou123 - 29.08.2013, 15:19
Re: Passwords - by Konstantinos - 29.08.2013, 15:21
Re : Passwords - by mirou123 - 29.08.2013, 15:29
Re: Passwords - by Konstantinos - 29.08.2013, 15:38
Re : Passwords - by mirou123 - 29.08.2013, 15:46

Forum Jump:


Users browsing this thread: 1 Guest(s)