Jump to content
MakeWebGames

Danny696

Members
  • Posts

    2,632
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Danny696

  1. Huh, what happened to my post :/ ANyway, Yes, MTG learnt from MCC, Hes a good coder, but not the best, not the best on this fourm, not the best on his forum, not even the best person that uses MCC. I would say theres 1 person on this topic whos better than him. His game is Deadly Country. And I would say for people to only buy MCC if they know and are confident in coding PHP, and securing it, if they arnt, then learn from other enigines, theres three i would suggest, Zap, EzRPG, and FlameSpark. There all good, withe great and contactable coders.
  2. $db->query("UPDATE users SET username_color=$color WHERE userid=$userid"); Change to $db->query("UPDATE users SET username_color='$color' WHERE userid=$userid");
  3. Good point there. The way my hospital/jail count shows is different from anything else ive seen, So i can format my numbers.
  4. Make it look better. And i always format any number
  5. Change $color = green; to $color = 'green'; And for the others. <option value='lime'>None << bad XHTML ;) <option value='lime'>None</option> << Good XHTML :)
  6. Danny696

    PHP

    Ive seen and used it before, but i do tend to use the . over the ,
  7. $hc = mysql_query("SELECT * FROM users WHERE hospital > 0"); $hospitalcount = mysql_num_rows($hc); $jc = mysql_query("SELECT * FROM users WHERE jail > 0"); $jailcount = mysql_num_rows($jc); OR $hc = number_format(mysql_fetch_assoc(mysql_query("SELECT COUNT(`userid`) FROM `users` WHERE (`hospital` > 0);"))); $jc = number_format(mysql_fetch_assoc(mysql_query("SELECT COUNT(`userid`) FROM `users` WHERE (`jail` > 0);"))); Note not tested. Then theres noting needed to be changed!
  8. Danny696

    PHP

    Im 15, been coding for about 2 years, and i would say i can code everything i need to and im happy with it. But i think you needa learn HTML, XHTML at the least before you learn PHP.
  9. He scored :O When :/
  10. Crim, lampard played awfully. He cant take free kicks, only 1/3 got near the fucking goal!!
  11. Got this done now, for only $5 :D lock the topic please
  12. gang_rep -> gangRESPECT
  13. Ok, lets start, i have money and am willing to pay. So, heres the basis of what i need, but the main part will be told to you if i choose you. Js Function for ease of use Displays text (obvs via JS) In the function, a page is called. Images included with the JS (part of the message) CSS, JS, must be cross-brower etc....   Ok, With the money i have ATM, i should be able to cover all of this. PM/IM/Reply for more details. Thanks Undeadland.com || Danny696
  14. Cpp/C/C#/OC coders get quite alot of money, and are in shortage right now. That and Facebook coding will rake you in the most money
  15. Danny696

    ezRPG v1.0.1

    Looking good, great work there :)
  16. Ok, i took MccWiki over, and i've also got some other projects on the go, so im looking for someone just to give me a helping hand writing the articals and such. I have the hosting, domain, files etc, all you would need to do it write. This is the offical WIki for Mcc, and is supported by Mcc. Any questions....
  17. Two things, George can code, but not php (very well) he can code things like C++ (which you cannot xD) and C++ can be used for webdevelopment, so he could use that ;) the other, Mc are planning alot.
  18. Looks fine for mee tooooo
  19. header.php << everything is in there
  20. LOL, i bet you added a little peice of code to the header and expected it to work.
  21. Linkage?
  22. Just too let you know, i have now taken this project over, i will be putting it back up tommorow. Thanks Danny696
  23. Two things, this is crimgames template, i can tell because he uses the default.css, which infact didnt come with the template. And you used the source of crimgames template too :O
  24. Go for reCapatcha
×
×
  • Create New...