Matty2k7 Member Jan 20, 2013 179 8 Apr 6, 2013 #1 Hey how can i get the badge shop working? is there a sql or a queary to run or something??????????????/
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 Apr 7, 2013 #2 What Cms are You Using? Upvote 0 Downvote
Matty2k7 Member Jan 20, 2013 179 8 Apr 7, 2013 Thread starter #3 the 1 you use for r63b released by kylevonnie Upvote 0 Downvote
Brad Well-Known Member Jun 5, 2012 2,320 993 Apr 7, 2013 #4 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 Upvote 0 Downvote
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