Jump to content
MakeWebGames

rulerofzu

Members
  • Posts

    2,464
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by rulerofzu

  1. I am still planning to do a tutorial for this but I just have not had the time. If anyone else wishes to do one please go ahead. There is still a mod I am creating plus a game for NWE too.
  2. Perhaps you should post the fix Alain no point in having engines / games out there that are vulnerable.
  3. No reply from CB even though he was on the forums......
  4. [h=1]Oops! Google Chrome could not connect to 76.169.202.236[/h]
  5. I think he meant what you get for your money....
  6. Alain is correct you dont devalue your product. Personally I think 30% still does that however its his product and his choice. If you devalue too much then all you get is people who wait until you do it again and also disgruntle those that paid full price to begin with. Its more counter productive.
  7. I never give discounts of more than 20% unless its a bulk purchase.
  8. All depends on the realism of your game. I prefer a brain biter [ATTACH=CONFIG]718[/ATTACH]
  9. Grouping the itemtypes would be advisable here. As at the moment it would display the following weapon armor, secondary weapon, will potion, medical item, another potion type, another itemtype and so on depending on the no. of itemtypes in the game. Where if you group the itemtypes by specified type id's with a default key then it would make a much neater display.... So weapon, secondary and armor items could all fall under Equipment for example. As done on zu except the jquery stuffies ;)
  10. Its php not magic! Why would it be different getting the info from the database from one file to Another?
  11. I can help here.... Poor quality coding and lack of security. Poor database connection method with a mysqli class which isn't a mysqli class at all. False declaration blatant lie you decide. Lack of actual support modifications development from the mccodes team. Compared to nwe Mysqli ext as default Modification and frequent updates since release Better code base Faster support But yeah refer to djk's excellent comparison.
  12. $5000 and its all yours
  13. Why would you need to add item types realm? The code grabs all the item types by default.
  14. LMAO too kind :P
  15. I would suggest you start from scratch and write the code again. There is no way you should be using code that does this while ($display = $db->fetch_row($view)) { print "<tr><td>".$display['username']."</td>"; while($display1 = $db->fetch_row($view1)) { print "<td>".$display1['username']."</td>"; while($display2 = $db->fetch_row($view2)) { print "<td>".$display2['username']."</td>"; while($display3 = $db->fetch_row($view3)) { print "<td>".$display3['username']."</td></tr></table></center>"; } } } } }
  16. Tabs would be a solution. Perhaps you should google for it?
  17. Its quite clear from the few posts that you have recently made that you have a lot to learn. I would suggest that you have a look at some of the sites listed here http://makewebgames.io/content.php/151-Helpful-Links Learn the basics. Really you shouldnt be asking for help on matters such as this.
  18. Sorry stop being a lazy noob looking for an easy option. You have already been given links to various different engines so that you can create your own game.
  19. Totally misses the point.
  20. What grounds did you use for a refund?
  21. That made absolutely no sense to me at all.
  22. This is on my todo list for my other business so yes im all for it.
  23. Webhostingtalk.com
  24. hahaha gosh does that come as a really big shock to you. no your not going to get your $15
×
×
  • Create New...