Code:-- Table structure for table `nuke_modules`
--
CREATE TABLE `nuke_modules` (
`mid` int(10) NOT NULL auto_increment,
`title` varchar(255) NOT NULL default '',
`custom_title` varchar(255) NOT NULL default '',
`active` int(1) NOT NULL default '0',
`view` int(1) NOT NULL default '0',
`inmenu` tinyint(1) NOT NULL default '1',
`mod_group` int(10) default '0',
`admins` varchar(255) NOT NULL default '',
`mcid` int(11) NOT NULL default '1',
`url` varchar(255) default '',
PRIMARY KEY (`mid`),
KEY `mid` (`mid`),
KEY `title` (`title`),
KEY `custom_title` (`custom_title`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=37 ;
--
-- Dumping data for table `nuke_modules`
--
INSERT INTO `nuke_modules` VALUES (1, 'AvantGo', 'AvantGo', 0, 0, 1, 0, '', 1, '');
INSERT INTO `nuke_modules` VALUES (2, 'Content', 'Content', 1, 0, 1, 0, '', 1, '');
INSERT INTO `nuke_modules` VALUES (3, 'Downloads', 'Downloads', 1, 1, 1, 0, '', 1, '');
INSERT INTO `nuke_modules` VALUES (4, 'Encyclopedia', 'Encyclopedia', 0, 0, 1, 0, '', 1, '');
INSERT INTO `nuke_modules` VALUES (5, 'FAQ', 'About Us and Guns', 1, 0, 1, 0, '', 1, '');
INSERT INTO `nuke_modules` VALUES (6, 'Feedback', 'Feedback', 0, 0, 1, 0, '', 1, '');
INSERT INTO `nuke_modules` VALUES (7, 'Forums', 'Forums', 1, 0, 1, 0, '', 1, '');
INSERT INTO `nuke_modules` VALUES (8, 'Journal', 'Journal', 0, 0, 1, 0, '', 1, '');
INSERT INTO `nuke_modules` VALUES (9, 'Members_List', 'Members List', 1, 1, 1, 0, '', 1, '');
INSERT INTO `nuke_modules` VALUES (10, 'News', 'News', 1, 0, 1, 0, 'NWOhioGunRIGHTS,', 1, '');
INSERT INTO `nuke_modules` VALUES (11, 'Private_Messages', 'Private Messages', 1, 0, 0, 0, '', 1, '');
INSERT INTO `nuke_modules` VALUES (12, 'Recommend_Us', 'Recommend Us', 1, 0, 1, 0, '', 1, '');
INSERT INTO `nuke_modules` VALUES (13, 'Reviews', 'Reviews', 1, 0, 1, 0, '', 1, '');
INSERT INTO `nuke_modules` VALUES (14, 'Search', 'Search', 1, 0, 1, 0, '', 1, '');
INSERT INTO `nuke_modules` VALUES (15, 'Statistics', 'Statistics', 1, 0, 0, 0, '', 1, '');
INSERT INTO `nuke_modules` VALUES (16, 'Stories_Archive', 'Stories Archive', 1, 0, 1, 0, '', 1, '');
INSERT INTO `nuke_modules` VALUES (17, 'Submit_News', 'Submit News', 1, 0, 1, 0, '', 1, '');
INSERT INTO `nuke_modules` VALUES (18, 'Surveys', 'Surveys', 0, 0, 1, 0, '', 1, '');
INSERT INTO `nuke_modules` VALUES (19, 'Top', 'Top 10', 0, 0, 1, 0, '', 1, '');
INSERT INTO `nuke_modules` VALUES (20, 'Topics', 'Topics', 0, 0, 1, 0, '', 1, '');
INSERT INTO `nuke_modules` VALUES (21, 'Web_Links', 'Web Links', 1, 0, 1, 0, '', 1, '');
INSERT INTO `nuke_modules` VALUES (22, 'Your_Account', 'Your Account', 1, 0, 1, 0, '', 1, '');
INSERT INTO `nuke_modules` VALUES (23, 'Groups', 'Groups', 0, 0, 0, 1, '', 1, '');
INSERT INTO `nuke_modules` VALUES (24, 'Kalender', 'Calendar', 1, 0, 1, 0, '', 1, '');
INSERT INTO `nuke_modules` VALUES (25, 'Opros', 'Surveys', 1, 0, 1, 0, '', 1, '');
INSERT INTO `nuke_modules` VALUES (27, 'Resend_Email', 'Resend Email', 0, 0, 0, 1, '', 1, '');
INSERT INTO `nuke_modules` VALUES (30, 'Senators', 'Senators', 1, 0, 1, 0, '', 1, '');
INSERT INTO `nuke_modules` VALUES (29, 'UserInfoAddons', 'UserInfoAddons', 0, 0, 1, 0, '', 1, '');
INSERT INTO `nuke_modules` VALUES (31, 'Representatives', 'Representatives', 1, 0, 1, 0, '', 1, '');
INSERT INTO `nuke_modules` VALUES (34, 'Donations', 'Donations', 1, 0, 1, 0, '', 1, '');
INSERT INTO `nuke_modules` VALUES (35, 'Amazon', 'Amazon', 1, 0, 1, 0, '', 1, '');
|