R63B Plus Emu Group Badge Help

evacroft

Member
Feb 8, 2016
38
31
HELPPPPPPPPP.. group badges load and you can edit them, but when you save it's blank.
I've followed soo many tutorials including this great one: which fixed my regular badges, but my group badges on Habbo profile's do not load. can anyone please help?
 

iGlenn

:)
Jul 21, 2015
618
92
try making sure the main folder in your swfs is called habbo-imaging and not badge-fill
also here is a rewrite rule you need in your web.config if you're using iis.
PHP:
<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>
 

evacroft

Member
Feb 8, 2016
38
31
i'm using xxamp and yeah it's called habbo-imaging in my swfs folder
try making sure the main folder in your swfs is called habbo-imaging and not badge-fill
also here is a rewrite rule you need in your web.config if you're using iis.
PHP:
<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>
thank you, but i'm using xxamp and i already changed the folder name to habbo-imaging, still doesnt work :(
 

iGlenn

:)
Jul 21, 2015
618
92
How to enable rewrite for XAMPP:

Rewrite rule for XAMPP
Code:
RewriteEngine On
RewriteRule ^habbo-imaging/badge/(.*).gif$ ./habbo-imaging/badge.php?badge=$1
 

Spydah

New Member
Oct 28, 2011
9
1
to your .htaccess file in the htdocs, open it up in notepad ++ or a file editor
Done this but not really working, i keep dcing..

Tried this link
/habbo-imaging/badge.php?badge=
This one
/habbo-imaging/badge/%imagedata%

Obviously on this line right? group_logo_url_template
 
Last edited:

Users who are viewing this thread

Top