keez123 Posted August 10, 2012 Posted August 10, 2012 does anyone have or know where i could get a home mod or something, i dont have one :S Quote
newttster Posted August 10, 2012 Posted August 10, 2012 What do you mean ... a home mod? What is it that you want this mod to do? Quote
keez123 Posted August 10, 2012 Author Posted August 10, 2012 well not a mod but the home menu, i dont have one, the home option is on the side menu but you cant click on it :S Quote
newttster Posted August 10, 2012 Posted August 10, 2012 The home link is your index.php file. Look in your mainmenu.php file to make sure that the < a href tag is set properly. Quote
skooda Posted August 10, 2012 Posted August 10, 2012 Do you mean the mod that let a user go in side his/her house? Quote
keez123 Posted August 10, 2012 Author Posted August 10, 2012 i mean the home button on the side menu where the explore button is Quote
skooda Posted August 10, 2012 Posted August 10, 2012 i mean the home button on the side menu where the explore button is It should be name index.php Quote
keez123 Posted August 10, 2012 Author Posted August 10, 2012 iv got it but now it just comes up with a grey screen? Quote
skooda Posted August 10, 2012 Posted August 10, 2012 PM your url I will see if you installed iit right. Quote
keez123 Posted August 10, 2012 Author Posted August 10, 2012 You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Quote
skooda Posted August 10, 2012 Posted August 10, 2012 You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. I found your problem nothing is closing the file here try this. You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Quote
keez123 Posted August 10, 2012 Author Posted August 10, 2012 QUERY ERROR: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'r+IQ > 500 AND us.userid != 1 AND u.user_level != 0' at line 1 Query was SELECT count(*) FROM userstats us LEFT JOIN users u ON us.userid=u.userid WHERE us.strength+agility+guard+labou r+IQ > 500 AND us.userid != 1 AND u.user_level != 0 do you know what my problem is? Quote
skooda Posted August 10, 2012 Posted August 10, 2012 QUERY ERROR: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'r+IQ > 500 AND us.userid != 1 AND u.user_level != 0' at line 1 Query was SELECT count(*) FROM userstats us LEFT JOIN users u ON us.userid=u.userid WHERE us.strength+agility+guard+labou r+IQ > 500 AND us.userid != 1 AND u.user_level != 0 do you know what my problem is? This should work You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Quote
skooda Posted August 10, 2012 Posted August 10, 2012 where am i putting this? Replace your index file with that. Quote
newttster Posted August 10, 2012 Posted August 10, 2012 QUERY ERROR: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'r+IQ > 500 AND us.userid != 1 AND u.user_level != 0' at line 1 Query was SELECT count(*) FROM userstats us LEFT JOIN users u ON us.userid=u.userid WHERE us.strength+agility+guard+labou r+IQ > 500 AND us.userid != 1 AND u.user_level != 0 do you know what my problem is? Check your get_rank function under global_func.php. Remove the space from between the u and the r in labour ... as well as in line 19 in the code from post #11. 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.