[Help] R63b Group Badges Not Showing

Maihym

Member
Aug 9, 2012
59
2
In my retro when you make a group the badge doesn't show on the right after you have made it. I already checked my external vars and they are fine. So what do I do add me on skype if you have a solution or if you can do it for me. My skype name is Maihym.
 

zMagenta

Posting Freak
Jul 15, 2011
1,414
682
Right, firstly, download habbo-imaging folder (place in root) for the images. (Password: fidelcastro)

Now, if on Xampp open '.htaccess' in the root (htdocs) or if on IIS, open 'web.config' in the root (wwwroot) and add this to the bottom:
Code:
RewriteRule ^habbo-imaging/badge/([^/]+) /habbo-imaging/badge.php?badge=$1

Now, go into your external_variables in your SWF folder, and find
Code:
group.badge.url=http://%predefined%/habbo-imaging/badge/%imagerdata%.gif
and change to
Code:
group.badge.url=http://YOUR-IP OR DOMAIN/habbo-imaging/badge/%imagerdata%.gif

Last step is to find in your emulator config, this:
Code:
guilds.link=
Replace both guilds and steam with:
Code:
guilds.link=http://YOUR-IP OR DOMAIN/habbo-imaging/badge/
stream.link=http://YOUR-IP OR DOMAIN/habbo-imaging/head?look=

Now clear your cache and reload! Voila.
 

Users who are viewing this thread

Top