Jump to content
MakeWebGames

Magictallguy

Administrators
  • Posts

    2,124
  • Joined

  • Last visited

  • Days Won

    144

Everything posted by Magictallguy

  1. Well, don't copy me then haha
  2. 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
  3. That's due to this server's lack of decent HTML version lol. It validates perfectly for HTML5
  4. 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.
  5. Damn moving servers! Haha, fixed, thanks :)
  6. 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.
  7. Edit line 30 in send.php Change $userid to ".$db->escape($ir['username'])."
  8. Oi! My code practise works, and it works well! :P
  9. Hooray! Another script kiddie! Yay!!!! *dances with such joy, it makes him die inside*
  10. Magictallguy

    .

    Please post up your reply() function - it'll, most likely, be something in there
  11. Obviously, that can be changed to a simply $connectionID, or equivalent.
  12. 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)
  13. Haha, that was a standard query, with no real connection identifier - when used in a class, it is much, much more efficient
  14. Thank you :)
  15. I can, bear with me, just got back home from my fiancé's mums! Gotta shake off the "Meet the Parents" factor lol
  16. Had a little bit of free time, and I've tested it - works fine :)
  17. And I've just clicked onto what you meant lol, I'll experiment with MySQL's prepared statements, and see what it pulls back
  18. It doesn't change the query itself, just the function it uses. For example: <?php //Assume you're already connected using the variable $conn as your connection ID mysql_query("Some query", $conn) or die(mysql_error()); ?>   Would become <?php mysqli_query( $conn, "Some query") or die(((is_object($GLOBALS["___mysqli_ston"])) ? mysqli_error($GLOBALS["___mysqli_ston"]) : (($___mysqli_res = mysqli_connect_error()) ? $___mysqli_res : false))); ?>   As I've stated previously, it can't convert mysql_result, as there is no mysqli_ equivalent, but you can use a mysqli_data_seek
  19. Guys, leave him be. If you have nothing of any "worth" to say, then don't bother. He's clearly stated what he wants and what he's willing to pay (assuming LearningCoder (OP), is male). Someone might want to just get rid of their game, and come to him for a bit of quick cash - it's rare but it happens. With that being said, unless you're interested, bum off! :P
  20. Using MySQL's own Converter! Admittedly, it's not perfect (for example, mysql_result() doesn't have a MySQLi equivalent, but that's fine, I've got a workaround for that.) Now, obviously, you can download the files from MySQL and install it yourself, convert your own code, etc.. I simply remove those steps and do it all for you. Generally, within 15 minutes (family to time ratio providing!)
  21. The topic title speaks for itself. I offer MySQL to MySQLi conversion for any number of files, absolutely free - whilst you wait! My personal site, and my game engine are both running on purely MySQLi, and the only issues I've had are my own lazy-badly formed queries! There are tools online available, so you don't have to use my services, but if you don't want to go through the trouble of either getting the tools or converting it yourself, speak to me! Keep in mind, I can only work with actual code, nothing obfuscated! If you're interested, give me a shout on Skype! magic_tallguy My PDO wrapper is now available with a short tutorial on how to use it. Bear
  22. Badly coded, badly secured, bad code, for a bad engine.. 'nuff said
  23. Heh, maybe Sniko will get your arses in gear! :D
  24. Thank you Spud! ^.^
  25. I'm aware of that, but he didn't continue updating, so you can safely assume there are still 5 copies left until he says otherwise ;)
×
×
  • Create New...