Mysql DB not registering player accounts
#1

Query[100],
EscPass[30],
EscName[MAX_PLAYER_NAME];

mysql_real_escape_string(pName(playerid), EscName);
mysql_real_escape_string(inputtext, EscPass);

format(Query, sizeof(Query), "INSERT INTO `users` (`User`, `Password`) VALUES ('%s', md5('%s'))", EscName, EscPass);
mysql_query(Query);


Won't register accounts into the database, even though in game it says I am registered?

Any solutions? thanks
Reply


Messages In This Thread
Mysql DB not registering player accounts - by FreedomtoLive - 14.12.2011, 17:26
Re: Mysql DB not registering player accounts - by -Prodigy- - 14.12.2011, 17:28
Re: Mysql DB not registering player accounts - by FreedomtoLive - 14.12.2011, 17:30
Re: Mysql DB not registering player accounts - by Vince - 14.12.2011, 17:38
Re: Mysql DB not registering player accounts - by FreedomtoLive - 14.12.2011, 18:07
Re: Mysql DB not registering player accounts - by Mean - 14.12.2011, 18:47
Re: Mysql DB not registering player accounts - by Andrɘ - 14.12.2011, 22:31

Forum Jump:


Users browsing this thread: 1 Guest(s)