Group badges are not showing?
Re: Group badges are not showing?
http://forum.ragezone.com/f335/fix-h...badges-914837/
I presume you already saw this thread but have you followed all the steps ?
Re: Group badges are not showing?
Quote:
Originally Posted by
BeatScript
I have, I'll try downloading the habbo-imaging again.
EDIT: Didn't fix it. :/
Re: Group badges are not showing?
Add me on Skype (check my signature), i will help you.
Re: Group badges are not showing?
Open your external_variables.txt and see if this is this:
Code:
group.badge.url=http://%predefined%/habbo-imaging/badge/%imagerdata%.gif
Re: Group badges are not showing?
Indeed, check your external_Vars.
Re: Group badges are not showing?
This is my external variables:
group.badge.url=http://habsin.com/habbo-imaging/badge/%imagerdata%.gif
Re: Group badges are not showing?
Re: Group badges are not showing?
Quote:
Originally Posted by
Clawed
Try the emu config.
## Hotel Link; To Stream Images
guilds.link=http://habsin.com/habbo-imaging/badge/
stream.link=http://habsin.com/habbo-imaging/head/
Re: Group badges are not showing?
Try this:
Open: http://habsin.com/external_flash_texts_25.txt
Find: group.logo.url.template=http://%predefined%/habbo-imaging/badge-fill/%imagerdata%.gif
ChangeTo: group.logo.url.template=http://habsin.com/habbo-imaging/badge/%imagerdata%.gif
Then clear cache!
Re: Group badges are not showing?
Quote:
Originally Posted by
Clawed
Try this:
Open:
http://habsin.com/external_flash_texts_25.txt
Find: group.logo.url.template=http://%predefined%/habbo-imaging/badge-fill/%imagerdata%.gif
ChangeTo: group.logo.url.template=http://habsin.com/habbo-imaging/badge/%imagerdata%.gif
Then clear cache!
Didn't work. :(
Re: Group badges are not showing?
Quote:
Originally Posted by
Matata
Didn't work. :(
Yea i noticed, hold on i'll try and help you with it, my internet being a dick, i'll be back on the hotel in a min.
Edit;
Well this one is weird, everything badge wise is setup and working, just not showing badges in client.
I'm real stumped on this one!
Re: Group badges are not showing?
Check that your Habbo.swf and badge imager is on the same domain. (Different subdomains don't work!)
Re: Group badges are not showing?
Quote:
Originally Posted by
AWA
Check that your Habbo.swf and badge imager is on the same domain. (Different subdomains don't work!)
I don't use subdomains.
Re: Group badges are not showing?
Quote:
Originally Posted by
Matata
## Hotel Link; To Stream Images
guilds.link=http://habsin.com/habbo-imaging/badge/
stream.link=http://habsin.com/habbo-imaging/head/
Matata, you notice that in the c_images it says "badges"? change the /badge to /badges
If your on a VPS, go to the wwwroot, search for "web" click either web or web.config, add this rule:
<rule name="Imported Rule 2-1">
<match url="^habbo-imaging/badge/([^/]+)" ignoreCase="false" />
<action type="Rewrite" url="/habbo-imaging/badge.php?badge={R:1}" appendQueryString="false" />
</rule>
<rule name="Imported Rule 3-1">
<match url="^habbo-imaging/head/([^/]+)" ignoreCase="false" />
<action type="Rewrite" url="/habbo-imaging/head.php?figure={R:1}" appendQueryString="false" />
</rule>
Re: Group badges are not showing?
This is impossible to make work.
Re: Group badges are not showing?
Quote:
Originally Posted by
Stefan Jennings
Matata, you notice that in the c_images it says "badges"? change the /badge to /badges
If your on a VPS, go to the wwwroot, search for "web" click either web or web.config, add this rule:
<rule name="Imported Rule 2-1">
<match url="^habbo-imaging/badge/([^/]+)" ignoreCase="false" />
<action type="Rewrite" url="/habbo-imaging/badge.php?badge={R:1}" appendQueryString="false" />
</rule>
<rule name="Imported Rule 3-1">
<match url="^habbo-imaging/head/([^/]+)" ignoreCase="false" />
<action type="Rewrite" url="/habbo-imaging/head.php?figure={R:1}" appendQueryString="false" />
</rule>
Thanks for this, badges are now fixed. had everything ready, didnt know i had to do this!
Re: Group badges are not showing?
Quote:
Originally Posted by
Stefan Jennings
Matata, you notice that in the c_images it says "badges"? change the /badge to /badges
If your on a VPS, go to the wwwroot, search for "web" click either web or web.config, add this rule:
<rule name="Imported Rule 2-1">
<match url="^habbo-imaging/badge/([^/]+)" ignoreCase="false" />
<action type="Rewrite" url="/habbo-imaging/badge.php?badge={R:1}" appendQueryString="false" />
</rule>
<rule name="Imported Rule 3-1">
<match url="^habbo-imaging/head/([^/]+)" ignoreCase="false" />
<action type="Rewrite" url="/habbo-imaging/head.php?figure={R:1}" appendQueryString="false" />
</rule>
1. The 'badge' folder in c_images has nothing to do with groups.
2. I already got that in my Apache folder. (converted to RewriteUrl)
Re: Group badges are not showing?
Re: Group badges are not showing?
Still looking for some help with this.
Re: Group badges are not showing?
i've come accross the same problem..
Well in the badges-fill folder theres existing badges.. and if I use there name in
[myhiddenip]/habbo-imaging/badge/b0101s18062s16058s19166s18060.gif it works.... and if my group badge is set to one of those names for example 'b0101s18062s16058s19166s18060' it will work.
But if I attempt to make my own badge it makes them short as 'b1003s05015s05013s09114' and if I put that into the link to get the image it does not work.. Can someone help? Please :)
Re: Group badges are not showing?
Re: Group badges are not showing?
I still need help with this.
After installing SwiftEMU, there's some groups that works (those who came with the emulator).
Working group image: b7216s05014s05064s02094s01160.gif
Non-working group image: b0111s107064.gif
Looks like it doesn't make the full code?
Re: Group badges are not showing?
Re: Group badges are not showing?