2 problems with Plus EMU by Sledmore
Hi all,
I have two problems with Plus EMU by Sledmore.
The firstThe secondMy 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=
http://mylink/habbo-imaging/badge/%imagerdata%.gif
group_logo_url_template=
http://mylink/habbo-imaging/badges/%imagerdata%.gif
Can you help me please ?
Thanks ins advance. (And sorry for my English)
Re: 2 problems with Plus EMU by Sledmore
Do not link images to other forums, instead upload them somewhere else (like imgur for example). We can't see the images (/ attachments) here.