2 problems with Plus EMU by Sledmore

Fleurs92

New Member
Mar 10, 2019
4
0
Hi all,

I have two problems with Plus EMU by Sledmore.

The first:
You must be registered for see images attach


The second:
You must be registered for see images attach


My web.config:

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

My .htaccess:

RewriteRule ^habbo-imaging/badge/(.*).gif$ ./habbo-imaging/badge.php?badge=$1

My external_variables.txt:

group.badge.url=
group_logo_url_template=

Can you help me please ?

Thanks ins advance. (And sorry for my English)
 

cammy

Member
May 15, 2014
471
220
Check where it's trying to grab the image from with developer tools in your browsers, what link does it use?

The look on the hotel could be because your hotelview isn't linked correctly in your external variables.
 

Users who are viewing this thread

Top