Group Badges Doesn't work

zachie

New Member
Mar 10, 2016
22
0
Hello, i don't know why the R63B Group badges doesn't work. I made all what someone told me. I made the web.config and renamed badge-fill to habbo-imaging. Please help!
You must be registered for see images attach
 

Hender

King Tinkerer
Mar 3, 2016
304
122
Open your web.config and edit the two rewrites for habbo-imagaging/badges/

Like, my habbo-imaging is in /public/habbo-images/
and make sure you reference badge.php?badge= instead of badges/example.gif.

like so:
Code:
          <rule name="Habbo Imaging Group Badges">
          <match url="^habbo-imaging/badge/([^/]+)" ignoreCase="false" />
          <action type="Rewrite" url="/public/habbo-imaging/badge.php?badge={R:1}" appendQueryString="false" />
        </rule>
 

zachie

New Member
Mar 10, 2016
22
0
Open your web.config and edit the two rewrites for habbo-imagaging/badges/

Like, my habbo-imaging is in /public/habbo-images/
and make sure you reference badge.php?badge= instead of badges/example.gif.

like so:
Code:
          <rule name="Habbo Imaging Group Badges">
          <match url="^habbo-imaging/badge/([^/]+)" ignoreCase="false" />
          <action type="Rewrite" url="/public/habbo-imaging/badge.php?badge={R:1}" appendQueryString="false" />
        </rule>
Not working lul.
 
 

Hender

King Tinkerer
Mar 3, 2016
304
122
not working. asd
Well, thats how I fixed it. Clear your cache. and make sure the links are correct in your web.config.
You must have something wrong.

Make sure your vars are right too.
and that your rewrite is to change that in vars to the badge.php in your habbo-imaging.
 

Users who are viewing this thread

Top