saad Posted August 1, 2009 Posted August 1, 2009 I finally got the thing working and i cant add a item to the game. it says You missed one or more of the fields. Please go back and try again. I put everything in besides the item type because there's no option in the drop down box. Quote
Miniman Posted August 1, 2009 Posted August 1, 2009 Re: Adding an item to the game You need to create the item type yourself..... For example "Weapon" Quote
saad Posted August 1, 2009 Author Posted August 1, 2009 Re: Adding an item to the game thanks but i got another problem it wont let me delete a topic in the forums Quote
Miniman Posted August 1, 2009 Posted August 1, 2009 Re: Adding an item to the game Any error message? What happens.... Quote
saad Posted August 1, 2009 Author Posted August 1, 2009 Re: Adding an item to the game This   Fatal error: Call to a member function query() on a non-object in /www/****.com/*/*/*/**********/htdocs/forums.phpon line 703 oh i accidentally made my user level secretary can i go back to admin without going on installer.php Quote
Faz` Posted August 1, 2009 Posted August 1, 2009 Re: Adding an item to the game Yes, go into your DB and change it there. Quote
kevj2 Posted August 1, 2009 Posted August 1, 2009 Re: Adding an item to the game i had the same error but when i hit go back it took me to admin.php but i did not have amdin.php does that mean i have a file missing or is the code incorect?. i hope i dont have a file missing Quote
saad Posted August 1, 2009 Author Posted August 1, 2009 Re: Adding an item to the game i doubt the codes incorrect coz id dunt happen to me what do i do once im in my DB? Quote
Feky Posted August 1, 2009 Posted August 1, 2009 Re: Adding an item to the game Step 1:once you are in you database then go to table called users and click it Step 2: once you clicked it ,the users table will appear with all its fields Step 3: then go to the top of the page and you will find a link called Browse Step 4: once you found the browse link ,click it and you will get directed to all the user infomation Step 5: once you get directed to the users information then find you user name and next to it will be a little symbol that looks like a pen Step 6: once you find that pen sign click it and then you information will appear, scroll down until you find the field user_level Step 7: once you found that field change it to 2 and go right at the bottom and click go and you should be all sorted (Note: click the go that is right under the last field) Quote
saad Posted August 2, 2009 Author Posted August 2, 2009 Re: Adding an item to the game THANKS! But what about the forum? Quote
Miniman Posted August 2, 2009 Posted August 2, 2009 Re: Adding an item to the game In forums, find the delete function (near the bottom I guess) and find something that looks like... global $ir, $c, $userid, $h, $bbc; You need to add $db in there. global $ir, $c, $userid, $h, $bbc, $db; Quote
saad Posted August 2, 2009 Author Posted August 2, 2009 Re: Adding an item to the game Didnt work:( 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.