Jump to content
MakeWebGames

gamble

Members
  • Posts

    348
  • Joined

  • Last visited

  • Days Won

    12

Everything posted by gamble

  1. They need to shut up? Haha. Any mother****er such as yourself who tells someone to kill themselves deserves total ban! Maybe you dont understand what it is like to lose someone to suicide but some of us do. Get over yourself, i have yet to see 1 piece of quality work from you. For god sakes look at you signature "User Comments - 5% completed. SCRAPED." 5% and scrapped, why? Too lazy? Too hard? Probably both. Get some respect and i'll attempt to take you seriously. You've got more issues than MCCODES, just get the **** out.
  2. Hey bud stick with one post per topic...you literally just created a post about this exact thing pretty much
  3. gamble

    Mccodes

    Indeed! But iHinman i would recommend using something else. Mccodes is not a good start if you are planning to learn to code from it.
  4. Ghandi, is th...that you?
  5. To be fair i think all of mccodes is useless haha.
  6. No they are not useless from the get-go...there are these things called jobs which use them.
  7. gamble

    "Cronless crons"

    I would love to see the tests as well just to see how it actually improves it if in fact it does!
  8. Its cute how you arent involved yet you insist on being. I gave him the game for his birthday. No money was transferred. The license was and is mine, when i gave it to him and i didnt not have the info for the mccodes account. I recently found it and figured he didnt need it due to using GRPG. There is no fake license...the ****ing license has been there since 2011 according to the account...tell me how you have anything against me?
  9. It was never sold...I merely gave him the game...im doing him a favor by not letting him use mccodes...
  10. Yes but it no longer uses mccodes and i am the license hold therefore i have the right to sell it
  11. Thanks Dave!
  12. <progress value="22" max="100"></progress> ^^That is also an easy option. Easy to edit and all.
  13. Looks great! I may try this out in a moment...will update with results
  14. I recommend not creating 2 posts for essentially the same topic of "New MMORPG games" Second off...why not change something from the Raven script? That is just a stock script.
  15. Ill think of something...seeing how you guys love z's in names i will make it generalz haha just playin'
  16. Generals and War Generals
  17. gamble

    PDO Login Error

    Instead of the $stmt->fetchColumn() try just $stmt->fetch()
  18. Did you think to ask the man who made the one you referenced?
  19. gamble

    PDO Problem

    The, in my opinion, best way to interact with a database!
  20. I would love to check it out: request sent!
  21. I am very interested in buying this but do not have the funds. If you dont sell it within a couple of weeks i will make an offer!
  22. gamble

    "Cronless crons"

    Thanks for the post! I would be interested in looking into a "complex" timestamp sort of cron system. I found MTG's quite interesting and am thinking about adding something similar into my current project. This may sound childish or "noobish" but i never really thought about a timestamp approach until i saw MTG's MCC mod.
  23. Personally i would have also included something like this:   $stmt = $db->prepare("SELECT username FROM users"); $stmt->execute(); $rows = $stmt->fetchAll(PDO::FETCH_ASSOC);   Because personally i prefer to work with associative arrays
  24. gamble

    "Cronless crons"

    Why do you use them for the smaller intervals and not for the bigger ones? Why dont you want to switch completely?
  25. gamble

    "Cronless crons"

    I am by no means talking MTG's cronless crons...i talking the general idea of them.
×
×
  • Create New...