Black Groups PlusEMU

Status
Not open for further replies.

JynX

Posting Freak
Feb 6, 2016
710
438
Hello DevBest,
I've been struggling for the past 2-3 hours trying to fix PlusEMU's badges. I've added the web.config. I've checked my variables, they are all linked to:
group.badge.url=
group_logo_url_template=

<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>

After doing all that the badges appear but they appear like this (all black):
b27231s36044s19151s05237.gif


Thanks in advance,
 

Sledmore

Chaturbate Livestreamer
Staff member
FindRetros Moderator
Jul 24, 2010
5,195
3,906
Are you on PHP 7? Looks like that's possibly the issue, as they're visible to see.

Either that or you're not using the proper items_groups (I think it's called that) table or habbo-imaging that was released by me.

But I'm certain it's most likely the PHP, as if you weren't using the correct images/db table they'd most likely show up just as random images though.
 
EDIT:

Pretty sure this is Hobba? If so, it just seems linked wrong via here;

group.badge.url=

Your path seems to be: /SWF/habbo-imaging/badge.php?badge=
 
Status
Not open for further replies.

Users who are viewing this thread

Top