Plus EMU (r63b) Group Badges fix and badges.

Pinkman

Posting Freak
Jul 27, 2016
814
193
Hello, Liam here!

Today I will be showing you how to fix the badge and group badges fix. To do this you need to follow the steps.
Steps:
1. You need to download {
2. Go onto your current database and run a new query.
3. Run the badge_definitions sql.

If you have followed these steps carefully then you should have it working if not then you may have missed something out!

Dont Trust Dont Download!

P.S Next time post your help on Sledmores Plus Help Section as it is specific to that emulator.

Credits;

Me - Explaining this tutorial
Sledmore - Plus Emulator (Along with his swfs)
..and who ever owns the link.

If you make a mirror Ill add it.

Still having problems? Private Message me.
 

Pinkman

Posting Freak
Jul 27, 2016
814
193
Thanks @EngeldesTodes
 
If you dont want to download there is always another way to fix!
You just need to add this
FOR IIS
<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>


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

Credits;
Me - Releasing this here
Tom - For the Fix





 

Spydah

New Member
Oct 28, 2011
9
1
What do you mean?
Well i've added the rewrite rule in my .htacces

By any chance you know what the link should be in my vars? I got this now..
I cant get it working, frustrating as fuck hahahah
 

GuruGuru

Member
Dec 1, 2016
52
3
Well i've added the rewrite rule in my .htacces

By any chance you know what the link should be in my vars? I got this now..
I cant get it working, frustrating as fuck hahahah
I'm having the same issue, does using /badge.php?badge=$1 work for you?

Basically, I can go to the link and see the group badge, but that's only in the browser not in-game. When it's in-game it crashes my navigator and crashes when I click a user (basically when it goes to load the swf)
 

Xuxu

Member
Nov 21, 2016
295
59
I'm having the same issue, does using /badge.php?badge=$1 work for you?

Basically, I can go to the link and see the group badge, but that's only in the browser not in-game. When it's in-game it crashes my navigator and crashes when I click a user (basically when it goes to load the swf)
if youre using iis just add the rule from ***** to your web.config ;)
 

Users who are viewing this thread

Top