SwiftEMU Group badges wont show.

FastHabbo

Member
Aug 23, 2011
160
8
Hello, i've setup my emulator and i'm using revision 5 alpha 3 and using the recommended swfs on the thread.
Below is my external_variables.txt
My group badges arent showing does anyone know a solution to this?

 

zMagenta

Posting Freak
Jul 15, 2011
1,414
682
Download the and then add these to your web.config

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

zMagenta

Posting Freak
Jul 15, 2011
1,414
682
that code gets added to my web.config? I don't use web.config though
& I added the 2 folders into my badges folder in the swfs. is that correct?

No.. Create a folder 'habbo-imaging' in your root, then place those files into it. And for .htaccess, use these
Code:
Rewriterule ^habbo-imaging/badge/(.*) habbo-imaging/badge.php?badge=$1
 

Users who are viewing this thread

Top