This badgeshop checks:
If the user already has the badge
if the badge is even buyable
If the user has enough credits
SQL:
Download:Code:CREATE TABLE IF NOT EXISTS `badgeshop` ( `id` int(11) NOT NULL auto_increment, `badgeid` text NOT NULL, `cost` int(111) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
http://rapidshare.com/files/14881674...eshop.zip.html (bugged)
http://rapidshare.com/files/14903131...fixed.zip.html (bugs fixed)
![]()



![[REL] [HoloCMS Addon] Badgeshop, the working one.](http://ragezone.com/hyper728.png)


