We have an up-to-date Habbo Badge guide on HabbCrazy. Every day, the server will check whether there are any new badges (AAA - ZZZ, AA0 - ZZ9, A00 - Z99).
So if you want to display our badges on your site - knowing you don't have to update them, then why not put the following code on your website!
To display the actual badges on your site, use the following:
Remember you can change the variables:HTML Code:<script type="text/javascript" src="http://habbcrazy.net/files/external/badges.php?cols=6&width=200px"></script>
- cols - this is how many columns you want you badges to display. Default is 4.
- width - this is how wide you want the containing table. Default is 100%.
If you want to display the number of badges in the database on your site, use the following:
The above will just display the numberHTML Code:<script type="text/javascript" src="http://habbcrazy.net/files/external/badges_num.php"></script>
If your lazy, and want the full code in one, then use this =) :
Demo:HTML Code:<p> There are currently <strong><script type="text/javascript" src="http://habbcrazy.net/files/external/badges_num.php"></script></strong> badges below. </p> <p align="center"> <script type="text/javascript" src="http://habbcrazy.net/files/external/badges.php?cols=6&width=200px"></script> </p>
http://habbcrazy.net/files/external/badges_demo.html






Reply With Quote









