Jump to content
MakeWebGames

Djkanna

Members
  • Posts

    3,138
  • Joined

  • Last visited

  • Days Won

    36

Everything posted by Djkanna

  1. I think we've all had this idea and it never pans out because well usually you wanna go bigger with it, but the requirement is it still needs to be compatible with all free and paid lite/v1 mods available.
  2. I wouldn't buy it, then again I wouldn't buy from any designer here other than Taxed maybe. It's not my style of template, and I don't think anyone would buy it unless that's what they were looking for. Keep at it.
  3. Close the current echo/print before opening the if statement.
  4. Meh'z can only do pure CSS/3 layouts not so good in teh Photoshop!
  5. An advanced version of this is now currently available on the Market Place for $5. http://makewebgames.io/index.php?page=RMarketplaceEntry&entryID=232
  6. Way off topic. PHP.net is and I cannot stress how simple it is to use.
  7. I find it funny, Magic quotes on (usually is when that popped up) = \ Addslashes = \ mres = \ Oh wow way to triple escape morons -.- :P
  8. Use a reset to help minimize differences cross browser. Also use labels for text elements with forms. <form> <label for="id">......</label> <input type="text" name="id" id="id" /> </p> </form>
  9. $IP = $_SERVER['REMOTE_ADDR']; $IP=addslashes($IP); $IP=mysql_real_escape_string($IP); $IP=strip_tags($IP); Remove it -.-
  10. input { ........ }
  11. Here I'll get you started, change eval() to echo.
  12. Simply this. Ravan is MCCodes (minor adjustments/free mods), Ravan is illegal, you may use your ravan copy if you buy a MCCodes v2 license ($80 for Ravan customers). So you have no reason to change anything code wise to become legal (persay) all you need is the MCC V2 license. The theme is not part of MCCodes, it's a ripped theme of a popular *once MCCodes* game, so I'd advise against using that theme. I don't have a copy of Ravan at the moment so I cannot tell you if all free mods on MWG will work out the box sort of speak.
  13. I'll help you out when I get back to my pc if someone hasn't already helped by then :)
  14. It's alright however for me there is too much going on within it.
  15. End it all, sleep() is underrated for sure. He tried he failed but he shared which we bash him for, that I apologize , however your ideology isn't bad but it's not going to work,
  16. Haha, there is a month to go so um they might.
  17. Hehe, I like the theory behind Recaptcha however don't like the script/look
  18. Well kudos for doing this. :) However shame on you for using Recaptcha -_- :P
  19. Both are the same site I think, however neither are the official website, MCCodes is the official one. EDIT: EQ got there before me.
  20. Not hard to decode their supposedly encoded footers/menus... And it's not hard to place themes into MCCodes :)
  21. What you did is replaced every instance of mysql with $db->.. Which means require "mysql.php"; turned into require "$db->.php"; It's easy to do, even though with a register all you really need to do is alter the queries (I'm sure V2 has more things user based than V1/Lite do) The rest you can leave (of course get rid of the V1 mess at the top and replace with the v2 snippet).
  22. Djkanna

    New Game

    Matthew is right the previous version of Ravan before the MC rip layout had the same skull favicon, and is currently the ravan available from Google searches if you know what I mean.
  23. You could try: Mdshare he knows about this sort of thing.
  24. I don't like either mascots (both are very nice just not my taste :P ), Good luck with Oxyden.
×
×
  • Create New...