<rule name="Habbo Imaging Badges">
<match url="^habbo-imaging/badge/([^/]+)" ignoreCase="false" />
<action type="Rewrite" url="/swf/habbo-imaging/badge.php?badge={R:1}" appendQueryString="false" />
</rule>
group_logo_url_template=https://hotelurl/swf/habbo-imaging/badge/%imagerdata%.gif
group.badge.url=https://hotelurl/swf/habbo-imaging/badge/%imagerdata%.gif
If you use IIS,obviously.Add this to your web.config:
Code:<rule name="Habbo Imaging Badges"> <match url="^habbo-imaging/badge/([^/]+)" ignoreCase="false" /> <action type="Rewrite" url="/swf/habbo-imaging/badge.php?badge={R:1}" appendQueryString="false" /> </rule>
Add or replace this to your variables:
Code:group_logo_url_template=https://hotelurl/swf/habbo-imaging/badge/%imagerdata%.gif group.badge.url=https://hotelurl/swf/habbo-imaging/badge/%imagerdata%.gif
But my badges look like this now, lol:RewriteRule ^habbo-imaging/badge/(.*).gif$ ./habbo-imaging/badge.php?badge=$1