Jump to content
MakeWebGames

Dominion

Members
  • Posts

    2,447
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by Dominion

  1. Is the double posting happening to anyone else?
  2. I would be incredibly shocked if it was hard to change. Does it matter that much if you check an ID against Grpg's version of a staff rank? It's sold as is, it's the buyers call if they want to change it.
  3. And before that with mafiacreator, nothing wrong with a little extra competition.
  4. As long as it makes sense within the context of the game itself I don't have a preference. If we're talking about your upcoming engine (and I assume it's what you're asking about?) then you should have the framework as open as possible so you can adopt either system. If you want something by default already installed a mixed system would be best as DJK said. It would give the developer the option to use one (time it, and maybe require x stat to make a move) or none. You have to be careful to ensure whatever you put in place isn't genre specific.
  5. That can be good or bad. Good if the sales are stable, and bad if it's a largely distributed modification. As Razor42 said statistics on the website would be appreciated.
  6. The last version we got (alpha 3) was a year ago (25/6/2012). Unless they have closed the test team even more, and if they have I would still claim there is no valid release date for anyone waiting for the engine. @topic, have fun. :p
  7. If players had the option to turn an attack down then people will just do it every time they believe they are going to lose. Of course limiting x per day unless at war, if clans have that option for you, is a good thing. There should be an event or message, and if you have the ability to mug a player the bully problem (mentioned in another thread?) would be solved easily through one of several bank modules available.
  8. So... is this a free modification for ruthlesscity or part of the engine (the *paid* engine unless I'm mistaken)?
  9. Dave was defending you...
  10. Mdshare took that view; Facebook spam = good advertising... and it really does. You have to have an off button for those who don't want to post every 5 minutes, but having 1 player post "hey I achieved level 10" can show 100 people your website. Good thread. :)
  11. What function? Look at line 161.
  12. Well then it's probably a blank page with a valid error that will show up - http://php.net/manual/en/function.error-reporting.php
  13. Is your error reporting on?
  14. Bad wording on my part. By "coming out of the database" I mean the ID is an AUTO INCREMENT (generated by the database), and (correct me if I'm wrong) but even with mccodes it's not something a user can edit. mres is the wrong thing to check it with even if you felt it necessary. It should be checked before hand if stored somewhere the user can edit.
  15. Read the if()   if(!$_POST['inv_id'] || !$_POST['inv_qty']) { echo "Error, Please go back and fill the form in correctly!   Not a security issue... although there are a few here e.g. mysql_real_escape_string on an ID why?
  16. I assume $dbh is set somewhere? It needs to be used in the same way as $db meaning something is missing (global...).
  17. Are the core modules that were once available on older versions up to date? - items - attack (although probably not core) - messaging - forums - donations All general things most games will want despite genre.
  18. When posting errors just the line rarely helps. Next time post a little both ways (e.g. 10 lines either side) or the whole function it's in. In this case take a look at another function in the same file using a query in it (e.g. itemtype_dropdown()). Take note of the first few lines.
  19. Using a good IDE would take care of ugly code. You shouldn't need to keep going to a website.
  20. Dominion

    New here

    Welcome to the site!
  21. What does MVC have to do with sessions?
  22. Dominion

    ezRPG 1.2.0 RC1

    Thank you. :)
  23. Looks good. Maybe update the social network links at the top right (does MWG even have a youtube account?), but other then that well done. As has already been pointed out the JS that shows the code has yet to be added. Make sure you add it to every theme. :)
  24. I would suggest keeping it consistent, and changing all or none. Seeing a file switch from mysql_ to PDO isn't good.
  25. I said this in a staff post, but I'll say it here as well. I highly suggest a way to view all reputation given to a member a long with the affiliated comments and who have the points (possibly not the negative?). Would make it mean something.
×
×
  • Create New...