It isn't crappy you haven't simply got them linked correctly.
If you see in your external_variables.txt you will find a Habbo-imaging link, correct it.
As well as your database also should have records of group_items or whatever it's named, make sure it does.
group.badge.url=//lucidhotel.pw/habbo-imaging/badge.php?badge=%imagerdata%.gif
group.deletion.enabled=true
group.deletion.maximum.members=500
group.homepage.url=${url.prefix}/groups/%groupid%/id
groupMembers.enabled=true
groupRoomInfo.attach.enabled=true
groupRoomInfo.badge.enabled=true
groupRoomInfo.enabled=true
group_logo_url_template=//lucidhotel.pw/habbo-imaging/badge-fill/%imagerdata%.gif
Replace that bottom line with:
Try that I might be wrong, but I'll have a look at my code when possible later on today.Code:group_logo_url_template=//lucidhotel.pw/habbo-imaging/%imagerdata%.gif
group_logo_url_template=${url.prefix}/habbo-imaging/badge-fill/%imagerdata%.gif
group.badge.url=${url.prefix}/habbo-imaging/badge/%imagerdata%.gif
Will ${url.prefix} work with brainCMS?You really using xampp?
This is what it should be:
and find the other one and replace it with the following:Code:group_logo_url_template=${url.prefix}/habbo-imaging/badge-fill/%imagerdata%.gif
If you don't want the ${url.prefix} you can always change it to your hotel url.Code:group.badge.url=${url.prefix}/habbo-imaging/badge/%imagerdata%.gif
I never even had a proper habbo-imaging from the beggining though. It just came out of my SWFS. I will try purging cloudflare then.Then I don't really understand why it isn't working. Are you sure your habbo-imaging links are correct? Try reuploading the habbo-imaging, if you have cloudflare then purge, otherwise i cant think of a solution
He has xamppDo you have IIS or Apache/xampp?