06.06.2016, 16:23
The size of the query is 100 an and the output Whirlpool itself is 128 characters.
When a player registers, you need to use INSERT INTO as UPDATE is used for existed rows.
You better use threaded queries (even for INSERT/UPDATE/DELETE) and escape strings in the future.
Here's an example of register/login: https://raw.githubusercontent.com/pB...stem-cache.pwn
It also uses race condition check which not many of the tutorials/released gamemodes have.
When a player registers, you need to use INSERT INTO as UPDATE is used for existed rows.
You better use threaded queries (even for INSERT/UPDATE/DELETE) and escape strings in the future.
Here's an example of register/login: https://raw.githubusercontent.com/pB...stem-cache.pwn
It also uses race condition check which not many of the tutorials/released gamemodes have.