Jordan Palmer Posted June 1, 2009 Posted June 1, 2009 Hey all I have a huge problem, My game all of a sudden has started to miss ids, Like I have about 4players with no IDS however they do have a ID in the database can someone lend me a hand here I have checked all possible known bugs and now I'm out of ideas why Please get back to me asap Quote
Lithium Posted June 1, 2009 Posted June 1, 2009 Re: [MCODES V2] Userids Probs hmmm... they do have or they do not? :| Quote
Jordan Palmer Posted June 1, 2009 Author Posted June 1, 2009 Re: [MCODES V2] Userids Probs Some users have IDS and some end up with username[] However in the database they all have IDS :| Quote
Haunted Dawg Posted June 1, 2009 Posted June 1, 2009 Re: [MCODES V2] Userids Probs If the ID is in the users table, then your variable or query is wrong. Do these users have stats in the userstats table? if not, thats your problem. Quote
Jordan Palmer Posted June 1, 2009 Author Posted June 1, 2009 Re: [MCODES V2] Userids Probs AHH they dont have a ranking in stats, how do I fix this Quote
Haunted Dawg Posted June 1, 2009 Posted June 1, 2009 Re: [MCODES V2] Userids Probs INSERT INTO `userstats (`userid`,`strength`,`agility`,`guard`,`labour`,`IQ`) VALUES (IDHERE, 10,10,10,10,10); And you will add multiple of those per the person ur adding. Quote
Jordan Palmer Posted June 1, 2009 Author Posted June 1, 2009 Re: [MCODES V2] Userids Probs what can I do to stop this happening Quote
CrazyT Posted June 1, 2009 Posted June 1, 2009 Re: [MCODES V2] Userids Probs what can I do to stop this happening Delete the game? lol Quote
Haunted Dawg Posted June 1, 2009 Posted June 1, 2009 Re: [MCODES V2] Userids Probs Locate the problem (register.php, create new user) and sort it from there. Quote
Strats Posted June 1, 2009 Posted June 1, 2009 Re: [MCODES V2] Userids Probs what can I do to stop this happening Delete the game? lol :lol: Quote
Jordan Palmer Posted June 1, 2009 Author Posted June 1, 2009 Re: [MCODES V2] Userids Probs what can I do to stop this happening Delete the game? lol That might be your style but hell of a not mine ;) Locate the problem (register.php, create new user) and sort it from there. :lol: Thanks I'll take a look :) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.