Jump to content
MakeWebGames

Aventro

Members
  • Posts

    38
  • Joined

  • Last visited

Everything posted by Aventro

  1. Aventro

    Dear Hybridd

    I have a hard time seeing you as a hot girl.
  2. Nah mate you shouldn't do that. Focus on getting GRPG ready.
  3. Sorry, but you're not going to find any professional doing free work. What you need to is either cash up, make them sign a contract (What's the contract called, I forgot it's name) or "simply"* learn yourself.   * It's not that simply, unfortunately.
  4. Who is this guy? Hilarious.
  5. I am already playing a Pokemon mmo and it's called http://pokemmo.eu. It's awesome, like the old game you played but online ;)
  6. Yes we are, but not using NWE. :)
  7. Virtualbox Vagrant Sublime Text 3 Skype Chrome
  8. Aventro

    Securing $_POST

    You should also remove the escaping (htmlentities) when inserting in database, it's ideal to have as raw data as possible and then simply do the escaping out in your presentation logic. So remove htmlentities to the variables being inserted in the database; and use them when outputting instead.
  9. 2015? Not 2014?
  10. And we're going to discuss exactly what?... This is just some poor man's advertisement. Dislike. -Repped as well.
  11. What can I say? Four boxes. Couldn't take long to make in GIMP, not to be mean but honestly this doesn't seem like a design you put any effort in whatsoever. If this was a house I was about to enter, I would leave right before I even took my first step in to it.
  12. What can I say? Four boxes. Couldn't take long to make in GIMP, not to be mean but honestly this doesn't seem like a design you put any effort in whatsoever. If this was a house I was about to enter, I would leave right before I even took my first step in to it.
  13. What I see is just a couple of boxes... Sorry, I do not like this. It's to simple, to usual and it's boring.
  14. I don't know. Honestly, I was one of the developers to actually want to use Twig.
  15. I agree. The most important thing is that it's exponential. Being in level 20 shouldn't be as being in level one. And remember, waiting sucks.
  16. I like it. It's simple and nice to look at. Potentially an administrator panel design!
  17. When we discussed the View, we came to the conclusion to make a more lightweight solution.
  18. We've made a Tutorials section on http://ezrpgproject.net/. Contribute or learn. :cool:   What tutorials would you be interested in?
  19. ezRPG is dropping support of Smarty in the coming big update. We considered Twig but decided to go with our own template engine.
  20. I can do this.
  21.   Have a variable defining a layout. $layout = 'default'. //render $twig->render($layout . '/index.twig', $data);   Now in your templates/ folder you have folders for each "layout" default/ ...index.twig. admin/ ...index.twig. purplepink/ ...index.twig. ...
  22. Try use the template engine Twig http://twig.sensiolabs.org/ It support inheritance (which you technically are looking for to make templating so easy and nice!), automatic escaping (makes protecting against XSS a piece of cake).... Nice syntax, secure, flexible (you can create functions/helpers to use in your templates) and so on.
  23. Yeah this is bad. Please separate the business logic (The PHP code) and the presentation logic. In this case to improve you should move All of the PHP code to the top of the file (expect the outputting). To help you make improvements I first would need to see the files mysql.php and global_func.php as well. Cheers. The code is already badly messed up, so a good start is to auto-format using Netbeans. It still looks like ****, but better **** than before. http://pastebin.com/v3YL57Zc
  24. When dealing with money, you have the right to be careful.
  25. These was just examples, but If they seem interesting to you guys we most likely will, perhaps not in our first release but in future ones. It shouldn't be hard to implement them once released either, so we may not integrate it in our core.
×
×
  • Create New...