Search results

  1. airilxx

    TinkHotel - Habbo Project - 99% fidelity to Habbo.com

    Watching your thread and the received replies, not to be rude but I would highly suggest you to take time to further improve your retro based on comments by other community members on here. Yes, we're fully aware and understand you want to replicate Habbo by utilizing ChocolateyCMS which...
  2. airilxx

    if i can fix it i will release the Pack for everyone to use!

    For the white avatar issue, maybe its caused by an old habboflashclient.js , because I've encountered the same issues in the past, and using different habboflashclient.js fixes the issues. I've provided the download link below...
  3. airilxx

    Cloudflare, IIS, Nginx

    You should be able to run both Nginx and IIS instance in a same server, just need to listen Nginx on different port. For instance, IIS would run on port 80 to serve website, client and game assets. Nginx will function as a reverse-proxy to allow websocket connection from nitro client <->...
  4. airilxx

    PLUS emu integration

    I'd recommend using this Plus EMU R2 (https://retrofiles.net/download/30) from RetroFiles as a base, and change its packets based on my post on this thread (https://devbest.com/threads/nitro-x-plus-emulator.91691/post-467599). In order to enable connections between PlusEMU and Nitro, you will...
  5. airilxx

    Plus emu and Nitro

    To be fair, there's a lot of coding needs to be reworked beside changing packets and few codes, as mentioned by @Lotus to allow the compatibility between Nitro HTML v2 and Plus Emulator. I myself have already fixed major critical bugs that occurs on Nitro HTML5 running on Plus Emulator since v1...
  6. airilxx

    Better alternative of XAMPP?

    If you're looking for development / localhost environment setup, I'd recommend you to use Laragon instead of XAMPP as it has more extensive features compared to XAMPP. However if you're looking for live/production environment setup, you can use Apache/NGINX/Litespeed for Linux based system, and...
  7. airilxx

    All furni in the corner and skin it's blinking

    Did you use the same emulator like the previous one? It seems like there's an error related to room floormap.. You can manually adjust the floormap of the room, but it will be troublesome if these happens to multiple rooms.
  8. airilxx

    Nitro x Plus Emulator.

    link has been updated to original repo. the emu also have been updated with the relevant packets by the owner itself.
  9. airilxx

    Failure connection Arcturus Emulator with Nitro WAN

    Hey , on the emulator config I would suggest replacing the game host (5457657.online-server.cloud) with 0.0.0.0 If it still pops up error, you might need to open the ports related to the emu and nitro ws itself
  10. airilxx

    DDOS Attack

    Best way is to temporarily disable your webserver / IIS for now. Then only allow Cloudflare IPs https://www.cloudflare.com/ips/ on your VPS firewall. You can follow tutorial provided by @Johno on here : https://devbest.com/threads/tut-prevent-direct-ip-iis-flood-using-cloudflare.90575/ However...
  11. airilxx

    Arcturus Morningstar | Auto Diamonds keep spamming

    Hey , are you trying to disable the diamonds currency timer ? If so , you'll need to change put the "hotel.auto.diamond.interval" to 0 so it disables the auto-credited diamonds. for the top stats query , try using this one : $belcr_get2 = $dbh->prepare("SELECT * from users_currency WHERE type...
  12. airilxx

    Stealing furniture

    Well you never heard of it but certain people who is well-experienced with furni ripping would use these methods to rip furnis. Personally I also used my explained methods to rip certain unreleased clothing from habbo server. Fyi there's many more ways of ripping furnis, its just depends on how...
  13. airilxx

    Stealing furniture

    Usually people will steal your customs by searching them through your furnidata, especially if you put them into a group. My suggestion is try to scramble your custom furnis furnidata position, eg. putting it in between other furnis furnidata. this will make it hard for them to search for your...
  14. airilxx

    All furni dissapear from rooms..

    yea I suspect same issues as it was a known bugs with older emulators
  15. airilxx

    All furni dissapear from rooms..

    if im not mistaken the table name should looks like "items", items_room" or "room_data" . But nvm I'll try to take a look at the emu and cms you're currently using soon Additionally, extra tips if you want to safely shut down the emulator, you should press enter and type 'stop' inside the...
  16. airilxx

    Flooplan & Furni Error

    there's known issues on the floorplan for roleplay emulators. you need to manually fix them
  17. airilxx

    Im using plusEMU and habboslopt theme register blows error

    items column count mismatch, or you may missed some values for required columns.
  18. airilxx

    All furni dissapear from rooms..

    You might as well check the emulator console for any errors, I suspect it may caused by room saving issues on the emu coding itself, or incomplete room items table.
  19. airilxx

    Iframe nitro problems

    check your nitro folder for configuration.json . Else you will need to locally include configuration.json in your php coding.
  20. airilxx

    76% Problem as of this morning.

    Solved, issues caused by mismatched emu port and flash client port.
Top