Search results

  1. Damien

    Testers needed!

    Is anyone interested in testing my HTML5 client? If so, send me a private message on here and I'll get back to you.
  2. Damien

    Habbo's 20th Birthday

    Kinda crazy, but my first retro was blah and I remember your username and you being staff. Small world.
  3. Damien

    Fatal error - class.engine.php

    Change: $this->connect($_CONFIG['mysqli']['connection_type']); To: $this->connect($_CONFIG['mysql']['connection_type']); You're calling for a mysqli variable that doesn't exist in your config file.
  4. Damien

    Bug Testers

    Looking for anyone who wants to help bug test my Habbo Emualtor. You're task is to test different furniture types and hotel features to find any flaws or errors that may cause crashing or any other unintended side effects. If you'd like more info or are willing to offer some of your time please...
  5. Damien

    Problem with PlusEmu

    It seems like it's a socket issue. Plus has an issue with incoming data being too large and not reading the data correctly. This usually happens with the camera api and the room editor. The result is that none of your incoming packets get handled correctly. Since you still have a valid session...
  6. Damien

    SimpleCMS

    This CMS looks like it's straight from 2010. It's a good starting point but I'm not sure how much use anyone would get out of it. Good luck!
  7. Damien

    How to make an own habbo-imaging?

    Wasnt going to make another post on this thread since @Rebel 'S original post was made months ago (which I didn't realise due to the thread being bumped). Personally to me it looked like you was implying that creating your own imager from scratch was easy. Some context wouldnt of hurt since I...
  8. Damien

    How to make an own habbo-imaging?

    You're using the Habox Labs one. Who you trying to fool? :lol: One of the key issues with the Habox one is the layering for one of the rotations which is also present in yours: If it's really easy and takes 15mins, spend 15mins to fix that bug and then I'll withdraw my statement.
  9. Damien

    Registration breaks upon editting of users table

    What changes are you trying to make?
  10. Damien

    Preview Stack Furnis

    Oops, sorry guys. Headers HeightMapMessageComposer = 1801; //PRODUCTION-201607262204-86871104 UpdateStackHeightMessageComposer = 2158; //PRODUCTION-201607262204-86871104 Packet Structures HeightMapMessageComposer: int; //Room width int; //Count, room tiles (room width * length) startLoop...
  11. Damien

    Preview Stack Furnis

    You're wrong, there's 2 packets related to the room height map. The first is when the room is loaded which registers the total height for each tile in the room, the other updates the tiles with the new height when a new item is added to a tiles. If you send me the revision you're using I'll...
  12. Damien

    c# Operator >= cannot be applied

    It depends mostly on if the value will always be an integer, if so then I recommend using the "GetInt32" method.
  13. Damien

    c# Operator >= cannot be applied

    int.TryParse(reader.GetString("Value"), out int Value); int Value = Convert.ToInt32(test); int Value = reader.GetInt32("Value");
  14. Damien

    c# Operator >= cannot be applied

    Convert "Value" into an integer.
  15. Damien

    Changing the look of credits

    On FurniBuilder, make sure the Logic for the furniture is set to: furniture_credit
  16. Damien

    PACKET HEADER

    public const int HallOfFameMessageComposer = 2705;
  17. Damien

    How to hide the IP.

    If you're trying to hide your IP to stop people exploiting your hotel with Tanji, then you're going the wrong way about it. You should be prioritising fixing the bugs and exploits on your hotel that allows people to do malicious stuff with Tanji. By hiding the IP you're only delaying the...
  18. Damien

    The difference between R63b & R63b RP

    Hey, there is no such thing as "R63b RP" it's probably just some term someone made up to make their server sound unique. There is only two iterations of R63, R63(a) and R63b. The two versions were adopted initially to indicatie which type of encryption and encoding is used for the packets, but...
  19. Damien

    How do i remove games from bar

    The same two variables. The override variables are used to overwrite any already set variables.
  20. Damien

    Why is it so hard leaving retros?

    Must show some interest or be in denial about something, if you felt the need to keep reminding people (from 2017) that you don't play retros anymore.
Top