Jump to content
MakeWebGames

Uridium

Members
  • Posts

    2,691
  • Joined

  • Last visited

  • Days Won

    85

Everything posted by Uridium

  1. please stick to your original thead LearningCoder http://makewebgames.io/showthread.php/41224-Need-help-with-the-pages-on-my-game
  2. post your code people cant help you if they have to guess what your seeing.
  3. That would only happen if the URL has target="_blank" look for such urls and just remove the said piece :)
  4. You have to remember this is an engine there building not a whole game so keep to the NEEDED basics things that can be added as ADDONS later are and should not be confused with the focus of an engine. They are primarily for Upgraded Additions.
  5. at this price do we get the Iphone aswell :)
  6. I recommend gettting a free game engine and browsing through a small script to see what makes what work and how then try adding to it or editing it to make it do something else. going to websites that help you are fine but you need some sort of understanding to begin with and the best approach i feel is hands on...
  7. found this but i still think it uses a table http://www.sqlteam.com/article/datediff-function-demystified
  8. Cant help you any further Sim ive never used datediff before :(
  9. http://www.w3schools.com/sql/func_datediff.asp http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html#function_datediff
  10. Octarine some times you sound like a robot lol try using plain english ;) Some members and cant relate to what your telling them :)
  11. also found these 2 pages http://www.akadia.com/services/ora_date_time.html and http://www.if-not-true-then-false.com/2010/php-calculate-real-differences-between-two-dates-or-timestamps/
  12. Sim i found this not sure if its what your after but it does calculate 2 date differences using php http://stackoverflow.com/questions/2040560/how-to-find-number-of-days-between-two-dates-using-php
  13. Uridium

    xammp

    few things i found when using windows 7 was http://localhost/phpmyadmin didnt always work so try using http://127.0.0.1/phpmyadmin/ this was also the case for calling created folder i had to use 127.0.0.1 hope that helps if not i'll endeavour to help out more..
  14. Raven we cant help you if your not prepared to show us the code for the line the error is reporting too also be aware unexpected T_STRING often refers to a missing " or ' and could even be something like ". $ir['userid'] ." If you fail to give us more info and this topic continues without your giving any helpful prompts then it will be locked for time wasting.
  15. lol yep caught me out too was about to delete post lol
  16. Uridium

    xammp

    sim are you using windows 7 ?
  17. $m=$db->query SELECT * FROM users WHERE userid=$userid; You shouldnt need the married as your the user wanting info about yourself
  18. Make sure the config file is in the safe/ folder
  19. who is your host ??
  20. still working out what BF means
  21. Good luck with the re-launch :)
  22. brave not refilling could be a cron problem to test if brave is running create a new cron file give it a new name and take out anything else other than the brave and run it manually if it shows errors then you know it has problems.. is the time for jail going into minus ? and also does this also occur for hospital ?
  23. Its not about what we think we wont be playing your game you should be asking your loyal players this question...
  24. damn thats some weird **** coding
×
×
  • Create New...