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 Erlend

  1. Erlend

    Dillon Francis feat. Major Lazer & Stylo G - We Make It Bounce (Lyric video)

    I made this lyric video haha!:D I'd love feedback on it!:) Found this song yesterday, and I dig it, so I thought I'd make a lyric video for it You must be registered for see element.
  2. Erlend

    I made a lyric video for Cash Cash - Surrender!:)

    You must be registered for see element. It's my first lyric video, so if you have any feedback, I'd appreciate it!
  3. Erlend

    [PHP] 6 Cool PHP Tricks You May Not Know

    The day I learned about output-buffering, was one of the greatest days in my life. I can still remember the day :sniff:
  4. Erlend

    Advice please

    Sorry, of course you should go with PDO vs MySQLi. Yeah, of course you should use prepared statements, and since the thread was about anti-injection, I thought I'd inform about it.
  5. Erlend

    Advice please

    As we're about to move into the world of OOP in PHP, I also advice you to switch over to MySQLI if you not have done so yet. The (old) standard MySQL interface (mysql_query, mysql_connect etc) has been removed in the newest version of PHP, and the new OOP-Interface has been added: You must be...
  6. Erlend

    EDM - U b the bass

    Some of you probably know this song, but most of you probably don't. This song is quite underrated, and deserves alot more attention than what it does have at the moment. Therefore, dare RaGEZONERs, I share this video with you. You must be registered for see element. :laugh:
  7. Erlend

    We Need a Lua Tutorial

    It took me ages to realize that tables (arrays) in LUA start with index 1. It freaked me out!
  8. Erlend

    [GUIDE] [HOW-TO] prevent Skype Resolvers

    Re: How to prevent Skype Resolvers It's not about Microsoft getting our ip. But others, strangers, who want to ddos you, for example.
  9. Erlend

    TheHabbo's Voting Bot!

    Google probably has an entire team trying to write OCR-programs that tries to solve their own captcha. Every time they succeed they probably tune the captcha to be even more difficult.
  10. Erlend

    [GUIDE] [HOW-TO] prevent Skype Resolvers

    Re: How to prevent Skype Resolvers Nice guide. This has been around for a while, but I havent really seen anyone talking about it. Skype / Microsoft should really route all their information via their own servers (except calls, verification / the connection should be routed via Skype, then the...
  11. Erlend

    Private Will there ever be a completed oldskool emulator?

    Agreed. I more or less totally lost interest in Habbo when they started merging over to the Flash-client. Not because of the client itself, but because the game was going in a different direction. I really enjoyed the old times.
  12. Erlend

    My browser game in PHP

    I don't know wether this is your final install of the game or not. But I would advice you to get some sort of professional hosting if you're going to open this game to public (when it's ready to receive players). However, the game itself looks cool. I am using a 1280 x 800 monitor atm, and the...
  13. Erlend

    Publicly announcing that I'm having my first baby :)

    I must like to say that I'd love to see the childs reaction to that comment / post in like 13-18 years. :lol: Congratulations to both of you!
  14. Erlend

    How to code PHP?

    When I started out learning PHP I found it quite difficult to remember. The way PHP uses functions and libraries is very different from for example C# and Java. Let me give you an example. In C# you would make a lowercase version of a string like this: someString.toLower(); In PHP you would...
  15. Erlend

    [JS][JQUERY] HTML5 FileSystem

    The demo works for me :)
Back
Top