MySQL and hashed password problem
#2

Make this
pawn Код:
stock CaricaStats(playerid, password[])
and here
pawn Код:
format(query,sizeof(query),"SELECT * FROM `users` WHERE `Username` = '%s' AND `Password` = '%s'",nome, password);
And after put
pawn Код:
mysql_real_escape_string(password, password);
Reply


Messages In This Thread
MySQL and hashed password problem - by SteveH. - 02.09.2013, 10:57
Re: MySQL and hashed password problem - by WopsS - 02.09.2013, 12:05
Re: MySQL and hashed password problem - by SteveH. - 03.09.2013, 07:08

Forum Jump:


Users browsing this thread: 2 Guest(s)