mysql table...
#2

Код:
new query[72+MAX_PLAYER_NAME+32];


Код:
mysql_format(handle, query, sizeof(query), .... VALUES ('%s', MD5('%s'), 0, 0)", ... );
Why are you using MD5 without salting it? Let alone even using MD5 in the first place

Код:
mysql_query(handle, query);
mysql_query is deprecated. Please use the latest version of the MySQL plugin and the much safer natives that come with it.

I agree with ******, switch to a ready-made user management system that is more secure than this one. Or learn how to make a better one on your own with the latest functions.
Reply


Messages In This Thread
mysql table... - by itachi - 11.02.2019, 21:47
Re: mysql table... - by ComDuck - 12.02.2019, 14:29

Forum Jump:


Users browsing this thread: 1 Guest(s)