Jump to content
MakeWebGames

Dominion

Members
  • Posts

    2,447
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by Dominion

  1. @Rockwook - Create your own thread. This isn't one for you to try to pick up work.
  2. If you don't know where a thread goes that's fine. You had a good guess, and to be fair were more or less spot on. Having said that please name your threads something less generic (e.g. "Translate Grpg mods to English) rather then "Dont know where this goes at" because it doesn't help people who search in the future. I would check to make sure they are all open source/free modifications. I have never seen that many free mods for this engine.
  3. Dominion

    Grpg engine

    We've talked about this before, and I'm fairly sure it was never made open source. http://makewebgames.io/showthread.php/37621-GRPG-licenses
  4. How was that post not helpful? Seems like sound advice to me...
  5. The way you asked this basically comes across as... " Can someone create a pets mod? ". If you want help with just the SQL have a look into it yourself (sites mentioned above) or ask a specific question. If you want it all done or a full example search the site as people have posted free "pets mods" in the past.
  6. Best of luck. :)
  7. If you want to compile a list of currently active games, and post it feel free to do so. That said I'm not really sure I see the point. As it stands people can create threads per site, and if they haven't there is probably a reason behind it.
  8. I picked up the box set of this only yesterday. I enjoyed the series. Missed about 1/2 of them, but I intend to catch up at some point.
  9. Try - http://makewebgames.io/showthread.php/36153-Advert-experiences-and-feeback
  10. Either take it to Collaboration experiences or stop arguing in the thread. It's not helping.
  11. I've never used EasyPHP before, but if it's giving you problems switch to xampp. I like the new screenshot. :)
  12. Check if they are on that file, and don't block them. HD already showed you how simply add it to the if().
  13. Dominion

    Securing $_POST

    I'm reading that differently to how I first did... In any case I've never seen such a file, and wouldn't recommend a quick fix using the class on the current version since you don't know what's being done to it before hand so problems will pop up(e.g. mres, and then the query() doing mres again...). Maybe changing over to something like NWE has to allow it to check what's being passed through, however that wouldn't fix the major issues left in the current source.   Not hard to do, but sure is time consuming. If you're doing it this way why would yours (or who ever the file is from...) be better then the others out there? Your original post sold it as a simple replacement... that is not longer what you're saying.
  14. Happy to see yet more people picking NWE up. :) The mod looks good. Maybe have a thread in the forums or a simple feature so people can comment (assuming it's enabled on that news post) on the news?
  15. I'll offer $20 for one since you've been holding them so long. :p
  16. The original check is in header.php and looks something like -   if ($ir['fedjail'] > 0)
  17. Dominion

    Securing $_POST

    Are you talking about the non-mccodes class file here? I could be wrong on this because I don't remember the exact class you're talking about, however... I doubt this is true. There are a lot of exploits (way more then 20% even more so when you consider the problems the original had) that have nothing to do with anything that would pass through the DB class.   Securing a few files won't fix every problem. I would highly suggest you look over the source if that's all you have done.
  18. Please use code tags when posting I added them in for you this time. The function get_mine() doesn't exist.
  19. Well best of luck.
  20. Locked....
  21. Dominion

    Securing $_POST

    The mysql_ extension has been deprecated. Mysqli or PDO are both alternatives.
  22. The query is on line 29 of Guest's mod.
  23. Looks good. Well done. Might be interesting to see if many buy this as it could be a good judge of how many people are currently still buying MCC based work.
  24. Nice contribution. What I would say is if you have you donator packs as items (or any items simply donator only) you should add a way to avoid giving those out. Also I don't like the ORDER BY RAND(), Anyway thanks for helping someone out. :) -  
  25. My Anti-virus is blocking the site. Mind posting a screen shot?
×
×
  • Create New...