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?