15.06.2012, 13:52
Quote:
|
There is any way to use MD5 on pawn i mean thats what i whant to do:
My name is joao_gl im registred in the samp server then i just need to go to the website and type the password and users from the game becouse they are using the same databse for login. But my passwords on SAMP are ecripted so the website cant read then there is any way to ecript the password to the website and samp can read them? |
Код:
format(Query, sizeof(Query), "SELECT * FROM users WHERE Username = '%s' AND Password = MD5('%s')", givenuser, givenpass);


