Recent content by Gabrielle

  1. G

    Php Retro Group Badges not loading why?

    Actually, try changing group_logo_url_template=http://127.0.0.1/habbo-imaging/badges/badge-fill/%imagerdata%.gif to: group_logo_url_template=http://127.0.0.1/habbo-imaging/badge/%imagerdata%.gif I think that should be the url
  2. G

    Php Retro Group Badges not loading why?

    Try to access the url in the browser, what do you get when you access the url in the browser?
  3. G

    Php Retro Group Badges not loading why?

    Honestly. been a while. Could be that the link works but the image is invalid, but not sure. I would have to check it out myself
  4. G

    Php Retro Group Badges not loading why?

    Hmm not sure, only thing I can find is this line: "group_logo_url_template=http://hotel-fr.habbo.com/habbo-imaging/badge-fill/%imagerdata%.gif" Make sure that it's changed and try to clear your cache. It could still be cached.
  5. G

    Php Retro Group Badges not loading why?

    Where did you get your dcrs? I can take a look in a bit if I have the dcrs
  6. G

    Php Retro Group Badges not loading why?

    Then check your vars, I don't have v26 dcrs with me ATM so I'm not sure which file it was in, been a while
  7. G

    Php Retro Group Badges not loading why?

    Just that there's a client error. What the ID is isn't important, but what the error is. It tries to get the image from hotel-fr.habbo.com (which isn't a valid link + even if it was it would be blocked). You need to change it to your PHPRetro link
  8. G

    Php Retro Group Badges not loading why?

    Check the url in texts/vars (I remember group badges working a bit weird not sure where it was located in but should be vars). You can also try to use the inspector (I assume control shift i) and see what url it uses
  9. G

    How to change Hotel View on v26 DCR

    You need to change variables: cast.entry.1=* Change * with the right cast. For me for example, it is this: cast.entry.1=hh_entry_uk Which is the UK hotel view. If you want for example the US one, it becomes: cast.entry.1=hh_entry_us If you want a custom hotel view (self-made), you need to...
  10. G

    Arcturus Emulator 2.0 - Project Sirius C# | Distributed, Multi Revision, Powerful API + MOAR

    So, either this thread is pointless or you call yourself out for not being an amazing programmer. Or do I see it wrong and you call everybody out aside from yourself?
  11. G

    Arcturus Emulator 2.0 - Project Sirius C# | Distributed, Multi Revision, Powerful API + MOAR

    I thought The General stopped with this development because he was raging on people?? Anyways I'm sure eventually people will get code unless this won't be released in which I don't see the point of this thread.
  12. G

    Starlight [C#/.NET Core/Dapper]

    Just a small little thing, in later C# versions, it's possible to do using a different way which saves some lines. using var connection = dbProvider.GetSqlConnection(); Good luck! The code looks good so far!
  13. G

    Habbo production messenger issue

    Hi, I'm working on an emulator from scratch in C# (something I'm doing for some friends). I have an issue with messenger though. According to Arcturus developer the messenger hasn't been implemented correctly in Arcturus (and I would assume Plus as well). This is the issue I'm talking about...
  14. G

    Kirsikka - A bridge between modern and oldskool

    I haven't actively worked on it, I've just started getting more into libraries and typescript, so it's mainly learning that and porting my old code over to something better.
Top