Post
Topic
Board Project Development
Re: Bitcoin related Mafia Game
by
KriszDev
on 15/07/2014, 15:27:13 UTC
Can you change the type="text" to type="password" in the register form at the passwords? And please fix this error when i click to the validate link in the email:
Code:
QUERY ERROR: Duplicate entry '2147483647' for key 'PRIMARY'
Query was INSERT INTO users (username, login_name, userpass, level, money, crystals, donatordays, user_level, energy, maxenergy, will, maxwill, brave, maxbrave, hp, maxhp, location, gender, signedup, email, bankmoney, lastip, lastip_signup) VALUES( '***', '***', md5('***'), 1, 100, 0, 0, 1, 12, 12, 100, 100, 5, 5, 100, 100, 1, 'Male', unix_timestamp(), '***', -1, '***', '***')
I replaced my data with ***.