Register System
#2

Why would you save player password on every disconnect.
Remove:
pawn Код:
INI_WriteInt(File, "Password", ...);
Actually passwords are always strings. Why have you got it as an integer :v
Use
pawn Код:
INI_WriteString(...)
in dialog response.

Suggest: stop using udb_hash, its outdated and insecure. Try whirlpool.
Reply


Messages In This Thread
Register System - by MrCallum - 08.03.2015, 12:53
Re: Register System - by Gammix - 08.03.2015, 13:02
Re: Register System - by MrCallum - 08.03.2015, 13:04

Forum Jump:


Users browsing this thread: 1 Guest(s)