Search results

  1. Koala

    Flashback PHP - A Habbo CMS written in vanilla PHP

    But I never did, so that's point(less)
  2. Koala

    Flashback PHP - A Habbo CMS written in vanilla PHP

    Uhhoh, somebody got mad. Never compared anything I've done to what Twig is. If I did, please point out where? Me saying I am familiar with Twig means I have used it in the past, not related to this project. Twig is an excellent template engine. Only thing I said, even remotely related to my...
  3. Koala

    Flashback PHP - A Habbo CMS written in vanilla PHP

    I dont get your point, why should I even handle this in template? For example, I have index.php, that loads index.tpl from templates. I can just handle if-statements in my index.php file with vanilla PHP. You really seem to have a urgent need to prove some sort of point here.. You must be...
  4. Koala

    Flashback PHP - A Habbo CMS written in vanilla PHP

    Syntax is kinda the same. I am aware that Twig has much more features. I stated that I dont have to edit my .tpl files, if I wish to implement Twig. What is your purpose here?
  5. Koala

    Flashback PHP - A Habbo CMS written in vanilla PHP

    Thank you alot! Probably the most detailed piece of information I've gotten here so far. Taking a look at some of the stuff. I am already somewhat familiar with Twig, but I just want to play around with my own "template engine".. How ever, my syntax is very much the same to the Twig syntax - so...
  6. Koala

    BWOAH!

    "Yes" is probably the best answer to any question. Kimi might be getting old, but has not changed a bit.
  7. Koala

    BWOAH!

  8. Koala

    CSS display: block NOT WORK

    I am not entirely sure how to react to this.
  9. Koala

    CSS display: block NOT WORK

    hi. am make a website. when i try <html> <head> <title>bestest website europe union</title> </head> <body> <div style="display: block;"> </div> </body> </html> it do not display a block, but a blank am doing somethin wrongsly?
  10. Koala

    Any good starting point for new retro?

    I never stated that C# is bad. I never stated that Java is good. Both have their limitations. When it comes to running on Linux, I would rather use Java since it's mostly compatible out of the box, whereas .NET is not (yet).
  11. Koala

    Any good starting point for new retro?

    What is your point? I simply pointed out to one guy who said that people who can only leech use Arcturus? The original comment was retarded.
  12. Koala

    Any good starting point for new retro?

    Since .NET Core and Framework are now (being) merged together with NET5, the cross-platform compatibility is better, but nowhere near perfect. I have never tried running PlusEMU on Mono so I have no clue if it even runs. We really should not start an argument about whatever running .NET...
  13. Koala

    Arcturus error?

    And what is your MySQL version? How about permissions? Are you even using MySQL? MariaDB can cause issues with java.sql.*
  14. Koala

    Any good starting point for new retro?

    What? How about no. Being able to run Arcturus / any other cross-platform emulator on Linux seems to be the main advantage. Imagine paying 20$ / month for 2GB windows VPS instead of 5-10$ for 2GB Linux VPS. Not to even mention how much better performance does Linux offer with said resources if...
  15. Koala

    Flashback PHP - A Habbo CMS written in vanilla PHP

    Done some work on this. School is taking way too much time atm. However, here are some updates. Feedback is more than welcome. Created a simple 'template engine' from scratch. I am more than happy to take feedback on this. Since I am unsure if using something like this is heavily exploitable...
  16. Koala

    Flashback PHP - A Habbo CMS written in vanilla PHP

    In my opinion, there is a difference being able to read and actually being able to understand what you read. I think, it is not good from learning point of view that you don't know what you are doing, and why you are doing it. I am not arguing about people being able to manage dependencies if...
  17. Koala

    Flashback PHP - A Habbo CMS written in vanilla PHP

    I will put the code on GitHub as soon as I can manage some sort of frontend for this. What comes to your question, yes and no. Mostly because of the learning curve, after all, I am at the moment only experimenting with PHP, coming from Python. Other minor thing is that I want this to be plug...
  18. Koala

    Flashback PHP - A Habbo CMS written in vanilla PHP

    That might be a subject for another time. As for now, I only refactored some code inside my user class per your instructions. Thank you for the tips.
  19. Koala

    Flashback PHP - A Habbo CMS written in vanilla PHP

    Yes, exactly. I plan to learn on the fly, lol. I appreciate your feedback and guidance. Currently I am using userLogin method as follows: login.php <?php $user = new User($pdo); if($user->userLogin($username, $password)) { //user login was successful } else { //it was...
  20. Koala

    Flashback PHP - A Habbo CMS written in vanilla PHP

    Hello Devbest community, I am here today to publish a development thread for my (hopefully last) Habbo related project. Flashback PHP is a Habbo Retro content-management system written in vanilla PHP. This means; No bulky template engines No frameworks like Laravel, Symphony etc.. Current...
Top