Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
R63B Plus Emu Group Badge Help
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="iGlenn" data-source="post: 385624" data-attributes="member: 61415"><p>try making sure the main folder in your swfs is called habbo-imaging and not badge-fill</p><p>also here is a rewrite rule you need in your web.config if you're using iis.</p><p>[PHP]<rule name="Habbo Imaging Group Badges"></p><p> <match url="^habbo-imaging/badge/([^/]+)" ignoreCase="false" /></p><p> <action type="Rewrite" url="/habbo-imaging/badge.php?badge={R:1}" appendQueryString="false" /></p><p> </rule></p><p> <rule name="Habbo Imaging Avatarimage 1"></p><p> <match url="^habbo-imaging/avatar/([^/]+)" ignoreCase="false" /></p><p> <action type="Rewrite" url="habbo-imaging/avatarimage.php?figure={R:1}" appendQueryString="false" /></p><p> </rule></p><p> <rule name="Habbo Imaging Avatar Image 2"></p><p> <match url="^habbo-imaging/avatarimage/([^/]+)" ignoreCase="false" /></p><p> <action type="Rewrite" url="habbo-imaging/avatarimage.php?username={R:1}" appendQueryString="false" /></p><p> </rule></p><p> <rule name="Habbo Imaging Avatar Head"></p><p> <match url="^habbo-imaging/head/([^/]+)" ignoreCase="false" /></p><p> <action type="Rewrite" url="habbo-imaging/head.php?figure={R:1}" appendQueryString="false" /></p><p> </rule>[/PHP]</p></blockquote><p></p>
[QUOTE="iGlenn, post: 385624, member: 61415"] try making sure the main folder in your swfs is called habbo-imaging and not badge-fill also here is a rewrite rule you need in your web.config if you're using iis. [PHP]<rule name="Habbo Imaging Group Badges"> <match url="^habbo-imaging/badge/([^/]+)" ignoreCase="false" /> <action type="Rewrite" url="/habbo-imaging/badge.php?badge={R:1}" appendQueryString="false" /> </rule> <rule name="Habbo Imaging Avatarimage 1"> <match url="^habbo-imaging/avatar/([^/]+)" ignoreCase="false" /> <action type="Rewrite" url="habbo-imaging/avatarimage.php?figure={R:1}" appendQueryString="false" /> </rule> <rule name="Habbo Imaging Avatar Image 2"> <match url="^habbo-imaging/avatarimage/([^/]+)" ignoreCase="false" /> <action type="Rewrite" url="habbo-imaging/avatarimage.php?username={R:1}" appendQueryString="false" /> </rule> <rule name="Habbo Imaging Avatar Head"> <match url="^habbo-imaging/head/([^/]+)" ignoreCase="false" /> <action type="Rewrite" url="habbo-imaging/head.php?figure={R:1}" appendQueryString="false" /> </rule>[/PHP] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
R63B Plus Emu Group Badge Help
Top