Jump to content
MakeWebGames

Magictallguy

Administrators
  • Posts

    2,146
  • Joined

  • Last visited

  • Days Won

    150

Everything posted by Magictallguy

  1. I'm bored and itching for something to do? Who wants some free code for lite, v1 or v2? All requested mods (and more) can be found on my site (with URLs linking back to the MWG mirror) http://magictallguy.tk/mods.php
  2. Dot.tk completely free :) yourdomain.tk (http://magictallguy.tk - for example)
  3. Bringing us back on topic.. I'd be happy to run a new forum with the old favourites.. Or staff this one and sort it out. What do you guys think?
  4. I did, but I was forced into that.. Read here for more information about that.. I "fixed up the HTML"? I really don't think so. My HTML, even back then, was much better than that...
  5. Updated SQL - seeing as Script forgot to :P CREATE TABLE `breports` ( `id` INT AUTO_INCREMENT PRIMARY KEY NOT NULL, `title` VARCHAR( 25 ), `bugtype` VARCHAR( 25 ), `bugdetail` VARCHAR( 255 ), `bstatus` INT( 11 ) NOT NULL DEFAULT 1, `buser` INT( 11 ) NOT NULL DEFAULT 0 );
  6. Welcome to MWG!
  7. I can confirm that Sim is an excellent developer, and would definitely recommend him :)
  8. For the most part, all I need to do is flick a switch and it's on ;)
  9. Ah, I misunderstood you then. Yes, I did use MC Craps as a template. I don't have much of an imagination, so that worked for me. I'm shortly going to be implementing a brand new system - I'm just allowing people to get used to the feel of the game as it is.
  10. Oh wow, I'd completely forgotten about that! May recreate it, may not lol
  11. Well, don't copy me then haha
  12. I've recoded MC Craps in its' entirety. Now, there's not a shred of Crap anywhere on Ageless Chaos. I've also said multiple times throughout the forum that I'm absolute sh*te when it comes to layouts, so I stuck with what I know - whilst the layout is *similar* to MC Craps, it is most definitely not MC Craps. I will provide code snippets upon request
  13. That's due to this server's lack of decent HTML version lol. It validates perfectly for HTML5
  14. Crimes are currently undergoing a brand new system (one I've never personally seen before). Simply said, they're not ready yet, but everything else is. You can break yourself out of jail.
  15. Damn moving servers! Haha, fixed, thanks :)
  16. After 2 months of virtually non-stop development, Ageless Chaos is now ready to be played. Advance through the ages, unlock new technologies, visit the eras from the Ice Age to the Space Age - Ageless Chaos is a text-based RPG, rated PG15. It is powered by entirely my own code, and runs like a dream! Daily updates (be it server-side, or client-side), and plenty of new content (which currently on 9 pieces of paper taped together with masking tape!) up and coming, this is a fun game to play.   Please keep in mind that it was released today (22/04/2013), so the amount of players is, naturally, low. There's still plenty for you to do.   -- To the developers: This is a real time game that is not cron based.
  17. Edit line 30 in send.php Change $userid to ".$db->escape($ir['username'])."
  18. Oi! My code practise works, and it works well! :P
  19. Hooray! Another script kiddie! Yay!!!! *dances with such joy, it makes him die inside*
  20. Magictallguy

    .

    Please post up your reply() function - it'll, most likely, be something in there
  21. Obviously, that can be changed to a simply $connectionID, or equivalent.
  22. The fact that it's MySQLImproved? I suppose, the only advantages I can think of are that the conversion tool I use is by MySQL themselves, suggesting that their code structure must be to standard (don't quote me on that)
  23. Haha, that was a standard query, with no real connection identifier - when used in a class, it is much, much more efficient
  24. Thank you :)
  25. I can, bear with me, just got back home from my fiancé's mums! Gotta shake off the "Meet the Parents" factor lol
×
×
  • Create New...