Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Recent content by X1M!

  1. X1M!

    Event-Driven Practices- Classical OO Programmers Discovering "Callback Hell"

    Re: Event-Driven Practices- Classical OO Programmers Discovering "Callback Hell" s-p-n, I've seen your work a lot on this forum and you never seem to disappoint. Kudos to that. I've just recently started getting into node.js and having like 10 nested callbacks just to perform a simple login or...
  2. X1M!

    Engelscript - Own interpreted programming language

    I don't see why this would be useful aside from practicing Javascript and saying that "yeah I made my own scripting language :8:" but still, the code is great and clean and the editor looks like really nice.
  3. X1M!

    [BAT] Password Securer [BAT]

    If can't handle opinions and criticism on your code then you're gonna have a really fuckin' bad time being a programmer. Are you serious? We are not being ungrateful, we are giving you criticism on the code you posted like anyone else in this section would.
  4. X1M!

    [BAT] Password Securer [BAT]

    No, no, your classmates were right and you should've listened. Batch is poop and it's only handy for short operations like, say, doing a lot of file operations at once but other than that it is poop. Now, I'm not about to download the batch code from an unknown source who didn't even provide a...
  5. X1M!

    Optimal plugin system?

    I was thinking of using xml files at first, with the plugin files looking like this: <plugin name="testplugin"> <hook name="plugin_loaded"> <!-- php code here --> </hook> </plugin> and then using eval() to run the code within each hook, but using eval() like that is ugly and bad so I...
  6. X1M!

    Optimal plugin system?

    I don't think you get what I'm saying so let me rephrase it, let's say you have multiple plugins who all overwrite onUserLogin(). Every time a plugin is loaded, it'll overwrite the onUserLogin() with that specific plugins code and therefor erasing the previously loaded plugins code, so you'd end...
  7. X1M!

    Optimal plugin system?

    Would that allow multiple plugins though?
  8. X1M!

    Optimal plugin system?

    I really, really like your code. It looks good, it isn't too advanced yet still fills its purpose and I like that. I was looking for something like this and I am gonna read up on the observer pattern. Thanks dude.
  9. X1M!

    Optimal plugin system?

    I have always been in love with the idea of other people being able to extend my work without having to actually edit anything, which is why I've spent a lot of time trying to conjure up a plugin system that would fit my needs very nicely. Here's what I've come up with and I was wondering if...
  10. X1M!

    Custom Fansite Layout [2] [.PSD]

    Yeah, no, it looks like poop. The font in the "Titel" sections doesn't fit, the constant overuse of the "Habbo Fansite" badge is obviously just unnecessary filler content and it generally just looks god awful. Try again.
  11. X1M!

    Custom [EvilCMS Edit] OLDCMS 1.2 ;o [FLATFILE ] [OLDSCHOOL] ;O

    My CMS was bad, yeah, probably because I made it in 2010 when I had the programming skills of a child who's just randomly smashing buttons hoping for the desired effect, but this is just slaughter. You have butchered what decent code I did manage to put in there and I sincerely hope nobody ever...
  12. X1M!

    [Tutorial][PHP] Simplest templating system

    Re: Trash You make a good point. I only use the @ character because.. well.. my OCD kinda acts up when it comes to an overflow with booleans at the end of functions. Still, this is only a basic code that could, and should, be improved upon further.
  13. X1M!

    [Tutorial][PHP] Simplest templating system

    Re: Trash I'm sorry but this is a highly inefficient piece of code that I wouldn't even recommend my competition to use. You seem to have a somewhat basic understanding of working with classes yet you fail to utilize them properly. And like שเ๒єtгเ๒є just said, using echo or print in a class...
  14. X1M!

    Custom PhoenixPHP OldSchool Edition V2

    Yeah, there is more important poop, have you ever been to this place called "outside"? Its amazing! And yea, we underestimate you, because you haven't given us any reason not to.
  15. X1M!

    How To Make A r61 Habbo Retro [FULL]

    BeastZ, open teamviewer and change the port in settings.
Back
Top