Jump to content
MakeWebGames

Uridium

Members
  • Posts

    2,701
  • Joined

  • Last visited

  • Days Won

    88

Everything posted by Uridium

  1. Andy i think your missing the point of your own thread. Your failing badly trying to capture anyones votes with rushed work...
  2. Andy he means imagine a scene from a game any game any put in your own words something that would want a user to play that game and why...
  3. Andy none of us are saying do it for free... We are commenting on your use of words, whilst youve written your one chance to sell yourself to a customer First impressions matter REMEMBER your post has an EDIT button so feel free to Re-write your selling point :)
  4. Are never good words to add in a sentence when your trying to sell yourself for business.. All im reading from that is "Why you should choose me"<<< Big Headed "You can trust me" << Alarm bells start ringing "It's cheap" << your not gauranteeing me you will do a decent job All that info from just one line will kill your business
  5. Thread closed before it gets out of hand sorry guys..
  6. I'll have a quick look at my copy and make a fix...
  7. please stick to your original thead LearningCoder http://makewebgames.io/showthread.php/41224-Need-help-with-the-pages-on-my-game
  8. post your code people cant help you if they have to guess what your seeing.
  9. That would only happen if the URL has target="_blank" look for such urls and just remove the said piece :)
  10. 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.
  11. at this price do we get the Iphone aswell :)
  12. 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...
  13. found this but i still think it uses a table http://www.sqlteam.com/article/datediff-function-demystified
  14. Cant help you any further Sim ive never used datediff before :(
  15. http://www.w3schools.com/sql/func_datediff.asp http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html#function_datediff
  16. Octarine some times you sound like a robot lol try using plain english ;) Some members and cant relate to what your telling them :)
  17. 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/
  18. 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
  19. 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..
  20. 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.
  21. lol yep caught me out too was about to delete post lol
  22. Uridium

    xammp

    sim are you using windows 7 ?
  23. $m=$db->query SELECT * FROM users WHERE userid=$userid; You shouldnt need the married as your the user wanting info about yourself
  24. Make sure the config file is in the safe/ folder
  25. who is your host ??
×
×
  • Create New...