PlusEMU Groups

Status
Not open for further replies.

Liam

Fly and mighty
Staff member
FindRetros Moderator
Apr 10, 2013
1,162
701
My group badges don't show under "Group homeroom" but they do in the image below.

f5c35777f64648609c57cd132726f5b4.png


I'm using everything from release 1 via @Sledmore
 

JynX

Posting Freak
Feb 6, 2016
710
438
Did you add the rewrite rule to your web.config?
Code:
<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>
 

Liam

Fly and mighty
Staff member
FindRetros Moderator
Apr 10, 2013
1,162
701
Did you add the rewrite rule to your web.config?
Code:
<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>

Yeah, that's in my web.config.
 

Liam

Fly and mighty
Staff member
FindRetros Moderator
Apr 10, 2013
1,162
701
Are your external variables linked correctly? I ask because you changed it to /game/ so if your habbo-imaging is in your game then you need to adjust the above rewrite rule.

I assume so.

Feel free to take a look:
 

JynX

Posting Freak
Feb 6, 2016
710
438
I assume so.

Feel free to take a look:
Try moving your habbo-imaging from /game/ to the root of your website. Because it works if you go directly to it:
 
Status
Not open for further replies.

Users who are viewing this thread

Top