R63B groups badge not working please help send file links and setup intrustions..

Status
Not open for further replies.

bodge

ayy lmao
Oct 31, 2011
406
54
Download:

For Apache:
Code:
RewriteRule ^habbo-imaging/badge/([^/]+) /habbo-imaging/badge.php?badge=$1
RewriteRule ^habbo-imaging/head/([^/]+) /habbo-imaging/head.php?figure=$1

For IIS
Code:
<rule name="Imported Rule 1-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 2-1">
                    <match url="^habbo-imaging/head/([^/]+)" ignoreCase="false" />
                    <action type="Rewrite" url="/habbo-imaging/head.php?figure={R:1}" appendQueryString="false" />
                </rule>

go to the emulator setup and add these two lines at the bottom:

Code:
guilds.link=http://HOTELURL/habbo-imaging/badge/
stream.link=http://HOTELURL/habbo-imaging/head/
 
Status
Not open for further replies.

Users who are viewing this thread

Top