badgeshop r63b

Matty2k7

Member
Jan 20, 2013
179
8
Hey how can i get the badge shop working? is there a sql or a queary to run or something??????????????/
 

Brad

Well-Known Member
Jun 5, 2012
2,320
993
im using ubercms 2


Code:
DROP TABLE IF EXISTS `badge_shop`;
CREATE TABLE `badge_shop` (
  `badge_id` varchar(6) NOT NULL,
  `cost` int(100) NOT NULL,
  KEY `badge_id` (`badge_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

there badgeshop query
 

Users who are viewing this thread

Top