Search results

  1. Zyriantdtx

    Looking to start a roleplay

    Hello :) I'm looking to start a RP as I've been out of the scene for a while and want a project. I don't really want to do it on my own, as I'll definitely need some guidance. I can procure servers and all other requirements like that. I'm looking for someone with a level of development...
  2. Zyriantdtx

    Sky Hotel

    HTTP://SKY-HOTEL.CO.UK JOIN OUR DISCORD ABOUT US: Sky Hotel is a new and professionally staffed Habbo Retro. We are running Arcturus Morningstar, with different plugins to suit our user's needs. As well as that, we've opted to develop a custom website, using frameworks such as Angular. We...
  3. Zyriantdtx

    Habbo Profile Search

    If I'm understanding your question correctly: PHP is server-side code, which is never shown to the user. Generally it'll run a process on the web server (in this case, I presume it's making requests to Habbo's API and getting a response from that). You're unable to translate this directly to...
  4. Zyriantdtx

    Folder Permissions

    Do the files work if you manually set the permissions? If so, you can manually set the file's permissions using the PHP function chmod (https://www.php.net/manual/en/function.chmod.php)
  5. Zyriantdtx

    Ellis#8913

    Ellis#8913
  6. Zyriantdtx

    friends bar

    hi all :) does anyone know where the friends bar that's in the bottom right hand corner is in the swf? everywhere I try and set to 0, it just doesn't get rid of it (or moves it???)
  7. Zyriantdtx

    Project Mango.

    Sounds good. Good luck, sir!
  8. Zyriantdtx

    Project Mango.

    I'm not criticizing here, because this looks good. I just have one question: What's going to make this better than using Plus?
  9. Zyriantdtx

    Trying to set up retro on Debian 9

    use arcturus?
  10. Zyriantdtx

    (HELP) Things not loading

    look in the dev console
  11. Zyriantdtx

    Coloured Usernames (Display on Classic/Old Chat) Help PlusEMU

    The old chat doesn't support HTML - just add a check in OnChat to see if the user is using Old Chat, and if they are, don't change the username for that user.
  12. Zyriantdtx

    catalog problems

    hi all xo i'm having an issue re. the catalog on habbo emulator i've created a new top-level category, but any categories within this category don't show - even if i have furni inside this category. i've checked i'm the minimum rank etc EDIT: the category works in a different top-level...
  13. Zyriantdtx

    Coloured Usernames Release [PlusEmu]

    You gotta add a # in the before the hex codes in the array or add a # before the color thingy in the font tag
  14. Zyriantdtx

    NextGen Hosting

    lol i hope you're joking^ also he's fucked me over many times, don't trust this dude. The only reason I used him was because a friend recommended him, but then one of his team decided to delete everything I had... Good luck :)
  15. Zyriantdtx

    ShineEmu Error

    The error with the emulator looked like .NET framework wasn't installed correctly... It couldn't find mscorlib which is one of the libraries of the framework. Try reinstalling .NET?
  16. Zyriantdtx

    Shockwave HabboRP.us

    When I load onto the client, it just leaves me at hotel view?
  17. Zyriantdtx

    Domain and VPS IP not connecting to retro

    Make sure in your client.php, the IP is your VPS IP rather than the domain if you're using cloudflare
  18. Zyriantdtx

    PlusEMU stuck at 76%

    Yeah, fixed the issue but now when I log on I get stuck like this: http://prntscr.com/i50eo0 and nothing loads (navigator etc)
  19. Zyriantdtx

    PlusEMU stuck at 76%

    Okay so, it's weird. I get stuck at 76%, but my log shows me as connected on my websocket (running on port 3000), and my emulator shows me as connected, but the client still shows as 76%? And then eventually, it disconnects me And by the seems of it it can't load hh_human_body.swf 'cause it's...
  20. Zyriantdtx

    Stats bar

    I've figured my error. I'm using a 'foreign' page to collect the data from a database, encode it into JSON and return it. But, when I try to parse it using jquery, it errors: JSON.parse: unexpected character at line 1 column 1 of the JSON data. I've tried stringifying the return value then...
Top