I know how much of a pain it is to keep Badge Guides up-to-date so I created a simple page that allows you to display the badges on HabbCrazy on your fansite
If you have basic HTML and Javascript skills, you should easily be able to skin it to match your page.
Demo: http://www.habbcrazy.net/jack/habboBadges.html
Code:
EnjoyHTML Code:<script type="text/javascript" src="http://habbcrazy.net/resources/badges_js.php"></script> <h1>Badges</h1> <script type="text/javascript"> for( i=0;i<hc_badges.length;i++) { document.write( '<img src="http://images.habbo.com/c_images/album1584/' + hc_badges[i][0] + '.gif" title="' + hc_badges[i][1] + '" /> ' ); } </script> <h1>Achievements</h1> <script type="text/javascript"> for( i=0;i<hc_achievements.length;i++) { document.write( '<img src="http://images.habbo.com/c_images/album1584/' + hc_achievements[i][0] + '.gif" title="' + hc_achievements[i][1] + '" /> ' ); } </script> <br /> <a href="http://habbcrazy.net" target="_blank">Badges provided by HabbCrazy.Net</a>![]()






Reply With Quote





