This repository contains the necessary files to generate all badges from Habbo. Requires PHP 7.0 or higher.
<rule name="HBG-Xdr">
<match url="^habbo-imaging/badge/(.*)" ignoreCase="false" />
<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
<action type="Rewrite" url="habbo-imaging/badge.php?badge={R:1}" />
</rule>
RewriteRule ^habbo-imaging/badge/(.*) habbo-imaging/badge.php?badge=$1