Group Badges + Some Clothes Missing

percocet

Member
Oct 21, 2016
72
16
I uploaded some new clothes into my hotel and when I had so, some (only a few pieces) of my old clothing had disappeared (mainly the hair). Idk where to even start looking for the issue. Did I overwrite the old .swfs and some got corrupted or did I mess up some external variables or figuredata or figuremap.

Also I can't fix my darn group badges on plusemu release 1.
i updated my group.badge.url=//localhost/habbo-imaging/badge/%imagerdata%.gif to the correct url

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>
Added that into my web.config and yet it sitll doesn't work. Actually even more, the change in the web.config doesn't allow my client to load up.

Any help is appreciated thanks.
 

Users who are viewing this thread

Top