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
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.
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
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
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...
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?
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.
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!
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...
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.
I know what you mean. There are going to be things that are modern Habbo though. And the title would be way too long "A bridge between modern modern, R59 and oldskool. It wouldn't sound as nice either. Plus a bridge between modern and oldskool includes everything in between as well. But I...
It would be hard to make it fully oldskool as oldskool wasn't designed to be on full screen. My styling abilities aren't amazing so I could try it but it'd be a hard thing to do.
Hello,
First I want to say, this is a hobby project. It will be open source and free, but it isn't meant to be something big. I write this as it's just something I wanted to try out. If it turns out well, I don't mind contributing to the community. If it doesn't, well whatever happens, it is...