Matty Posted June 10, 2007 Posted June 10, 2007 Re: WTF If its the whole game it could be something to do with a database field, instead of adding all the information to the database you have or the user has inputted it will just stop and insert the defualts, which is why you have users with the defualt money, level etc but no user ID, try giving money to any of them which has the error, if you can and it shows in the userview then its not the database and it something to do with the view user. If it like you just said okay in the userlist then I would suspect that your query to select the user information could be interupted/ messed up, that should be the first query you run. Thats just a guess, I cant remember how mccode works query wise, and im a tad busy right now to find out. I will later if you dont sort it by then ;) Quote
KyleCrispy Posted June 10, 2007 Posted June 10, 2007 Re: WTF HaHaHaHaHa wanna know whats the problem? i had the same one way to fix the view user part is the userstats database is fucked or it is missing those users wich means ur register aint putting the user stats in post ur view user here ill fix it and ur header aswell as it has loads of errors :-) Quote
KyleCrispy Posted June 10, 2007 Posted June 10, 2007 Re: WTF another problem u using a v2 database with a v1 game Quote
hamster01 Posted June 10, 2007 Posted June 10, 2007 Re: WTF try COUNT example: $query = mysql_query("SELECT COUNT(field_name) FROM table_name WHERE condition=condition"); echo $query; Quote
KyleCrispy Posted June 11, 2007 Posted June 11, 2007 Re: WTF death star if u look at the errors u will find mail_read wich is for v2 but his game is v1 so if he used a v1 database it will all work fine Quote
CraigF Posted June 11, 2007 Author Posted June 11, 2007 Re: WTF its a v1 database! also, how do i fix it if its just userstats? i get the same error if someone registeres of if i make the accont with admin panel Quote
hamster01 Posted June 11, 2007 Posted June 11, 2007 Re: WTF If you also look at the query I kindly made for you, it is faster than the other. You count the specific row, in the table. Thus it is allot faster, and it would not supply an error if none is found. death star if u look at the errors u will find mail_read wich is for v2 but his game is v1 so if he used a v1 database it will all work fine Quote
CraigF Posted June 11, 2007 Author Posted June 11, 2007 Re: WTF If you also look at the query I kindly made for you, it is faster than the other. You count the specific row, in the table. Thus it is allot faster, and it would not supply an error if none is found. i will do this when i get home 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.