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.
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...
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...
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...
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.
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...
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...
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...