Jump to content
MakeWebGames

Uridium

Members
  • Posts

    2,701
  • Joined

  • Last visited

  • Days Won

    88

Everything posted by Uridium

  1. skizzy are you running xampp or wamp
  2. Zettieee not to sound harsh but until people have seen what you can achieve code wise you are probably going to get silly figures for your mod..
  3. the reason for this suggestion was if users couldnt see the house will would mean others who dont own that property have no idea what will an owner of that property has. thus people would save up more just too find out what it gives...
  4. CHAVE before you delete a row make sure that there are no other mentions in your script for the 15 Queries It may not have been in the Query you posted but there maybe 15 Queries elsewhere on the script so check all Row Names on the gang table and scan through your php file one by one to work out which one is missing... or just paste up your non working script and someone maybe able to assist more..
  5. CHAVDAVE please stick to one thread when asking for help on the same matter.. as it gets confusing for everyone..   according to this INSERT there are Query was INSERT INTO gangs VALUES('','gang ','Admin gang only','','',0,0,100,11,11,5,0,0,'') there are 14 inserts now goto your PHPMYADMIN select your game table then select gangs there should be 14 columns on there as well, if there are less then you either need to add a new row to the gangs OR remove a insert from the query on your PHP FILE. if your columns are above 14 then add the missing column to your Insert Query
  6. nah im just like everyone on here a free spirit so to speak :)
  7. aha got ya now sorry about that :)
  8. I read it but didnt understand your grammar ?
  9. me personally i like it :) however i wouldnt display the will a house has after say 100 id have them as will = ? so users who have those houses when viewed by another user doesnt know their house will....
  10. chavdave change $db->query("UPDATE `users` SET `restore`='0'"); to //$db->query("UPDATE `users` SET `restore`='0'");   make sure the // is at the beginning it just renderes that one line as inoperable so it wont run to make it run again just delete the //
  11. if your using godaddy you cant use the word localhost it needs to be defined to what godaddy named it.. IF your using godaddy that is...
  12. did you alter your css as i stated in the README file.... usually none displaying grids are caused by CSS
  13. Closed Requested
  14. Im in the dark ages and i have to admit i dont think ive used any of them lol
  15. 23 downloads and no one has posted does this mean it worked first time for everyone who installed it :)
  16. Ive never understood why mcc based games or other types of games based on MMORPG use Casinos what ever happened to good old player interaction :)
  17. Is this thread actually going anywhere? Im more concerned about the thread reaching a level that would become the same as the mentioned Blog. So why not post on there seems everyone else is :)
  18. Im more confused now than i was at the start of this thread :)
  19. I am getting old ;) lol
  20. ah just dawned on me i forgot a SQL alter table users add searches INT(4) NOT NULL default 25;
  21. ive created an upload version purely for views on useage
  22. fair point but to own a decent game they need to have thoughts about what they need to do and achieve from any outcomes... :)
  23. Everything in the areas can be setup to how you want them the rate of finding things can be done by altering the chance ive just done a really quick edit to get it up and running The rate of finding donator days now has been reduced so finding them will become harder
  24. INVALID ID was for the NPC the version of mccodes i put seems to have a lot of errors so im having to fix them as i go along sorry about that
  25. stay on page i'll get you out
×
×
  • Create New...