Jump to content
MakeWebGames

rednspirited

Members
  • Posts

    110
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by rednspirited

  1. it was at 1 and i got that error after reading here i changed it 0.
  2. well i will try here and see what happens got the mod did the installs but i get this when i log in i have added a house to the property db with an id of 0 i have also changed the house db house to id of 0. not sure what to do next is there anyone able to help? btw im running mccodes v2
  3. thanks 🙂
  4. is there a program that allows you to virtually run a website so you can test modifications before actually changing files on your website? Hope this is the right place to ask
  5. not sure if this is the right spot or not so i am sorry in advance if its not. but is there a mod for or a way to completely ban an ip address?
  6. sorry
  7. ok i have tried to run my crons via and outside cronjob and they still dont seem to work. the outside source says no errors but nothing changes. i will also add that my time and the game time is different is there a way to set the game in my timezone?
  8. my crons dont work think its due to the server not wanting to be loaded down by all the minute changes. i use mccodes2 is there a program out there that can be added that does the same thing as cronjobs with out using the cronjobs?
  9. ok i cant figure what im doing wrong i have all the fields filled but i still get an error saying that they are not filled
  10. understand that :) but i can work in my own thanks think a percent gain every 5 mins would work :)
  11. that works but how do you gain back power? i cant find that any where, should i add in to a crons files?
  12. ok here is what i get global $db, $ir, $c, $userid, $h; $chance = rand(1,130); require('mine_globals.php'); $query=$db->query("SELECT `inv_itemid` FROM `inventory` where `inv_itemid` = 60 && `inv_userid` = $userid"); //Replace 60 with your Basic Mining Pickaxe item ID. $i=mysqli_fetch_array($query); if ($place != 27) { echo"You are not in Southford!"; exit; } this is the code area I did notice that I didnt change the 60 went through and did that but still get the same message Went and checked the inventory SQL and all is good there
  13. Yes I did that too got past that point. now in the first city when i click on southford i get when i click on any other city im not in i get the message and yes i have a pick axe
  14. that isnt true i have the sql
  15. im having the same issue when i try running the mine A critical error has occurred, and this page cannot be displayed. Please try again later. the code all checks good when i check not sure what ive done wrong.
  16. ok i up graded to v2 did shades mod but this is what i get.
  17. so it has to be a mod then got it thanks :)
  18. Is there a way to boost will power to 500% for power training? I have tried using the add item but it still only does 100%
  19. No ohhh well nm then ?
  20. ok ill retry :) this time it worked dont know what my silly self did wrong first time :)
  21. ok thanks i like the idea of them being able to see what you meant buy the house name :)
  22. is this still an available mod i like the idea :)
  23. I did but it was still doing it ?
×
×
  • Create New...