Recent content by rhystagram

  1. R

    Clothes Bug (Homepage & Client)

    It's an imaging server. You can use the avatar images anywhere, just the same way you use Habbos avatar imager link. It's based off of Nitro Renderer, which is part of the Nitro Client, which isn't a browser, it's a flash (swf) client replacement..
  2. R

    Clothes Bug (Homepage & Client)

    Using Habbos Imager restricts you to clothing released on Habbo.. Nitro Imager is THE imager you should be using. All you have to do to make sure you have all your clothing updated is to make sure they're working in the Nitro Client. All the assets used by the imager are already being used in...
  3. R

    Searching catalog icons

    https://easyupload.io/1ipk5y If you're looking for a tool, here's this: https://github.com/higoka/habbo-downloader :) Edit: Not actually sure if that's what you're searching for after re-reading lol.. They're the furniture icons, after re-reading, I assume you'd like the catalogue page icon? aha
  4. R

    How to add custom furni to nitro client?

    Assuming the customs are made properly, they should convert just fine with the Nitro Converter. Convert the SWFs/furnidata.xml with the customs defined in there. Then use the .nitro files and the furnidata for the customs from the furnituredata.json
  5. R

    Builders Club error - Arcturus Morningstar

    Only HABBO_CLUB is supported. Builders Club isn't fully coded.
  6. R

    Nitro "Assets Failed"

    Make sure you've got all the assets from here.. especially the ones that get preloaded.
  7. R

    Arcturus catalog furni image

    This is more than likely an offerid issue; you probably have the same offerid for different items.
  8. R

    i want to run retro without EMU

    You can just host your website off a VPS... (or, host your website on one, the server on another). Just change your DNS settings to your VPS IP, then use IIS. Some webhosts don't allow remote MySQL connections anyway.
  9. R

    Arcturus Morningstar Effects

    Hey guys, today I'm releasing the effects for Arcturus Morningstar, as they seem to be missing, I also released this on Discord. After trying to figure it out for a while, I've got most of them done. All the effects mentioned in Habbos productdata were included, it may be missing some, but...
  10. R

    Clickable link? [PLUS]

    Did you warp private string checkUrl(string msg){ } around it? Or just put what you're showing there?
  11. R

    Clickable link? [PLUS]

    You'll need to learn how to edit and compile the emulator. I don't use plus, so I couldn't help you with that sorry. Maybe someone who can could quickly do it for you, compile it and give you a server with it in there.
  12. R

    Furniture sql run

    Are you also adding it to your furnidata.xml with furnitype id="" being the ID the furniture is in your database? What server you running?
  13. R

    Clickable link? [PLUS]

    I'm not asking if your word filters enabled. This has nothing to do with the word filter. HTML code in chat is not allowed, so its removed by default by the server - again, this has nothing to do with the wordfilter. When you want to write a link, you just have to type http://google.com, do NOT...
  14. R

    BrainCMS - User not registered

    thinking this is the second solution of mine i've found today LOL. but - here are the actual SQL you should run. ALTER TABLE users ADD google_secret_code VARCHAR(200) NULL; ALTER TABLE users ADD 2fa_status int(1) NOT NULL DEFAULT 0; Notice to everyone who finds this: It's in the BrainSQL...
  15. R

    Clickable link? [PLUS]

    late reply, but if you still need help, he said the code checks to see if it starts with "http" not <a href="whatever.com">... Did you just try http://google.com and see if that get's turned into a link..? filtering html means "<a href="site.com">" and "</a>" gets removed and all you're left...
Top