[PlusEMU] Group Badges and pets wont load

olliedean

ollie.cool
Jan 28, 2013
433
107
4c404c59d0f415ad8ee21263bb6a44d6.png

As you can see, the pets are not working, and either are the group badges. I do believe its due to a crappy habbo-imaging (which I just took out of PlusEMU swfs and renamed). Can anyone help me with this?
 
Bump.

PS, I'm using BrainCMS.
 

Central

Imagination is more important than knowledge.
Feb 22, 2015
709
107
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.
 

olliedean

ollie.cool
Jan 28, 2013
433
107
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.
Code:
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

Yes, I have got the group_items full, but they all have different names from the .gifs in my habbo-imaging
 

Central

Imagination is more important than knowledge.
Feb 22, 2015
709
107
Replace that bottom line with:
Code:
group_logo_url_template=//lucidhotel.pw/habbo-imaging/%imagerdata%.gif
Try that I might be wrong, but I'll have a look at my code when possible later on today.
 

olliedean

ollie.cool
Jan 28, 2013
433
107
Still isnt working, if it helps, here is all my folders relative to the subject.
a26a042debd96bbf2aae426952349b57.png
9e06808d98b9de9502878cb1c1fd3931.png
590266919a80d1564476a564dc913aa8.png
d5b2885d421369c0cc0e1da5dfe9f28b.png
275d8b50aa71724e003c39b8fb5f352c.png
f24230a212a2ea9416bb76d2c4bfe413.png

base.gif is invisible (if that helps)
 
Replace that bottom line with:
Code:
group_logo_url_template=//lucidhotel.pw/habbo-imaging/%imagerdata%.gif
Try that I might be wrong, but I'll have a look at my code when possible later on today.
 

Central

Imagination is more important than knowledge.
Feb 22, 2015
709
107
You really using xampp?
This is what it should be:
Code:
group_logo_url_template=${url.prefix}/habbo-imaging/badge-fill/%imagerdata%.gif
and find the other one and replace it with the following:
Code:
group.badge.url=${url.prefix}/habbo-imaging/badge/%imagerdata%.gif
If you don't want the ${url.prefix} you can always change it to your hotel url.
 

olliedean

ollie.cool
Jan 28, 2013
433
107
You really using xampp?
This is what it should be:
Code:
group_logo_url_template=${url.prefix}/habbo-imaging/badge-fill/%imagerdata%.gif
and find the other one and replace it with the following:
Code:
group.badge.url=${url.prefix}/habbo-imaging/badge/%imagerdata%.gif
If you don't want the ${url.prefix} you can always change it to your hotel url.
Will ${url.prefix} work with brainCMS?
 

Central

Imagination is more important than knowledge.
Feb 22, 2015
709
107
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
 

olliedean

ollie.cool
Jan 28, 2013
433
107
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
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.
 
Well, still not working. I need a proper habbo-imaging folder, can someone PM me one?
 

Users who are viewing this thread

Top