Jump to content
MakeWebGames

Dominion

Members
  • Posts

    2,447
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by Dominion

  1. That is the logic my calc followed never said i agree with it. I do however think this is not just linked to mine since others got 1 also. but btw that is how i would do it, 9 is just wrong T.T
  2. As you said you do the () 1st that means this... (mainly for the people thinking "how is anyone getting 1") 6 / 2 ( 1 + 2 ) 6/2(3) <-- () is still the 1st thing you should be doing. 6/(6) 1 An extra example is - 1+7(1*8) = 57 same logic - 1*8 = 8 7(8) = 56 56+1 = 57 Try a calculator, and NOT an online one!! (unless it's all you have...) addition and subtraction are equal multiplication is above both
  3. Thanks.
  4. I may actually try it I do have a scientific calculater around here somewhere
  5. I will stay with the "use a calculator" answer. I am 99% sure it would say 1... If i am wrong feel free to tell me :p
  6. The best language is the one that suits your current project, and you are most comfortable with. They are all good for what they do.
  7. I don’t understand... you get a html form asking you to fill out your details why would you have done something wrong? Here watch this -
  8. "root" is always there. no password, + you have the database name since you just made it.
  9. so run installer.php...
  10. Try a calculator. You’re all right () comes 1st, however you seem to be doing it wrong. I will explain if people really want me to, however lets wait a little longer.
  11. http://php.net/mysql_connect Have a look here. I did mean phpmyadmin... " localhost/phpmyadmin " into your browser to get it up (xampp should have it)
  12. In phpmyadmin?
  13. Did you run installer.php?
  14. Here is the file. I am aware it says “Thanks for purchasing” in the readme.txt, however this is the original download here. The rest were paid so I assume it’s some standard text files. Just to clear any of that up. Tic-Tac-Toe.zip
  15. Well use this - http://makewebgames.io/showthread.php/37662-PrisonLords-Layout-Layered-PSD-!FREE!-DESIGN-TUTORIAL! Examples get you more work. ;)
  16. Then would he not promote it by telling everyone the original price, and how much you're saving? :p Ben - Show examples of your work...
  17. That, and you're not being constant. Here you posted £50 well on another site it's posted at £60?
  18. Way to much money in my opinion... You can get something designed, and coded for around that mark. How are people going to pm you when you don't have them turned on? (it's in user account settings).
  19. Sometimes the scenic route is better then the direct one, and sometimes direct is needed... It depends on the person. How you do it is down to you, the point is the staff panel does not force you to take one way as you suggested. Anyways you get the point.
  20. Well that's fine if you find it simple, but that's not you being “forced” then is it? People do things differently.
  21. I don't see how this is like NEAB? Also wtf are there so many useless files for... “ security-check.php “ <?php ## Here is the script that checks if the current action ## is safe to be executed. For example this script could: ## 1) Block malicious URL's from being processed ## 2) Stop unauthorized requests ## 3) Check for valid session/ip numbers ## 4) Stop invalid parameters from being processed return true; ?> Thanks that helps...
  22. You do know there are 100's of other things you could use to connect to an irc server right? Wsirc is free so how is this better? If by “Ajax chat” you mean something on your server for your game that's not even what wsirc is for -.- also firefox said... I don't go on sites that firefox does not like any more. It always goes wrong lol Btw - what dayo said is correct: you're bumping way to often.
  23. edit the staff file so you can add pictures through it? No need to go to the database every time...
  24. Look at the system requirements for the game?
  25. What version are you using? If v2 use the item_add() function. If not recreate it. Basic idea is to check if the item exists, if so simply add to the amount currently there, otherwise add the new item normally (so with an insert).
×
×
  • Create New...