Habbo Avatar not showing

sensaze

Member
Jan 29, 2017
73
7
Hi There,
I've pretty much got my retro fully functioning now with a decent CMS system.
The final part to my puzzle is working out why the avatar isn't working in the CMS.

kcDt9xi.jpg


Any ideas? the 404 error its giving, thatn folder and avatarimage.php file do exist.
 

JayC

Well-Known Member
Aug 8, 2013
5,505
1,401
I prefer to do it this way
Code:
<rule name="Habbo Imaging">
                    <match url="^habbo-imaging/avatarimage/([^/]+)" ignoreCase="false" />
                    <action type="Rewrite" url="/habbo-imaging/avatarimage.php?figure={R:1}" appendQueryString="false" />
                </rule>

{figure}
 

JayC

Well-Known Member
Aug 8, 2013
5,505
1,401
I've just simply changed it from my domain name to habbo.nl and it works fine.. perhaps something is wrong with my imageavatar script.
Perhaps, but if you wanted to use your own you could use that web.config script I gave you. If that doesn't work I would reupload a new file for it :)

Using your own, allows you to use your own custom clothes
 

Zaka

Programmer
Feb 9, 2012
471
121
Perhaps, but if you wanted to use your own you could use that web.config script I gave you. If that doesn't work I would reupload a new file for it :)

Using your own, allows you to use your own custom clothes
Not if he haven't extracted the resources in his swf files?
 

Users who are viewing this thread

Top