ANTH
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sun Aug 07, 2005 6:26 am |
|
hmmm over my head how would I do that?
This is my nuke_modules
-- phpMyAdmin SQL Dump
-- version 2.6.1-pl2
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Aug 07, 2005 at 12:34 PM
-- Server version: 4.1.11
-- PHP Version: 4.3.11
--
-- Database: `deltas00_nuke1`
--
-- --------------------------------------------------------
--
-- 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 '',
`wysig_status` tinyint(1) NOT NULL default '0',
`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=40 ;
--
-- Dumping data for table `nuke_modules`
--
INSERT INTO `nuke_modules` VALUES (1, 'AvantGo', 'AvantGo', 0, 0, 0, 0, '', 0, 1, '');
INSERT INTO `nuke_modules` VALUES (2, 'Content', 'Content', 0, 0, 0, 0, '', 0, 1, '');
INSERT INTO `nuke_modules` VALUES (3, 'Downloads', 'Downloads', 1, 1, 1, 0, '', 0, 1, '');
INSERT INTO `nuke_modules` VALUES (4, 'Encyclopedia', 'Encyclopedia', 0, 0, 0, 0, '', 0, 1, '');
INSERT INTO `nuke_modules` VALUES (5, 'FAQ', 'FAQ', 0, 0, 0, 0, '', 0, 1, '');
INSERT INTO `nuke_modules` VALUES (6, 'Feedback', 'Join Us', 1, 0, 1, 0, '', 0, 2, '');
INSERT INTO `nuke_modules` VALUES (7, 'Forums', 'Forums', 1, 1, 1, 0, '', 0, 1, '');
INSERT INTO `nuke_modules` VALUES (8, 'Journal', 'Journal', 1, 0, 1, 0, '', 0, 3, '');
INSERT INTO `nuke_modules` VALUES (9, 'Members_List', 'Members List', 1, 0, 1, 0, '', 0, 1, '');
INSERT INTO `nuke_modules` VALUES (10, 'News', 'News', 1, 0, 1, 0, '', 0, 1, '');
INSERT INTO `nuke_modules` VALUES (11, 'Private_Messages', 'Private Messages', 1, 0, 1, 0, '', 0, 3, '');
INSERT INTO `nuke_modules` VALUES (12, 'Recommend_Us', 'Recommend Us', 1, 0, 1, 0, '', 0, 1, '');
INSERT INTO `nuke_modules` VALUES (13, 'Reviews', 'Reviews', 0, 0, 0, 0, '', 0, 1, '');
INSERT INTO `nuke_modules` VALUES (14, 'Search', 'Search', 1, 0, 1, 0, '', 0, 4, '');
INSERT INTO `nuke_modules` VALUES (15, 'Statistics', 'Website Statistics', 1, 0, 1, 0, '', 0, 4, '');
INSERT INTO `nuke_modules` VALUES (16, 'Stories_Archive', 'Stories Archive', 1, 0, 1, 0, '', 0, 4, '');
INSERT INTO `nuke_modules` VALUES (17, 'Submit_News', 'Submit News', 1, 0, 1, 0, '', 0, 1, '');
INSERT INTO `nuke_modules` VALUES (18, 'Surveys', 'Polls', 0, 0, 1, 0, '', 0, 1, '');
INSERT INTO `nuke_modules` VALUES (19, 'Top', 'Top 10', 1, 0, 1, 0, '', 0, 4, '');
INSERT INTO `nuke_modules` VALUES (20, 'Topics', 'Topics', 1, 0, 1, 0, '', 0, 1, '');
INSERT INTO `nuke_modules` VALUES (21, 'Web_Links', 'Web Links', 0, 0, 0, 0, '', 0, 1, '');
INSERT INTO `nuke_modules` VALUES (22, 'Your_Account', 'Your Account', 1, 0, 1, 0, '', 0, 3, '');
INSERT INTO `nuke_modules` VALUES (23, 'Team', 'Team Results Fixtures', 1, 0, 1, 0, '', 0, 2, '');
INSERT INTO `nuke_modules` VALUES (31, 'Link_To_Us', 'Link To Us', 1, 0, 1, 0, '', 0, 1, '');
INSERT INTO `nuke_modules` VALUES (34, 'OFx_ClanList', 'Clan Roster', 1, 0, 1, 0, '', 0, 2, '');
INSERT INTO `nuke_modules` VALUES (35, 'Donate', 'Donate', 1, 0, 1, 0, '', 0, 2, '');
INSERT INTO `nuke_modules` VALUES (36, 'Resend_Email', 'Resend Email', 1, 2, 0, 0, '', 0, 1, '');
INSERT INTO `nuke_modules` VALUES (37, 'Advertising', 'Advertising', 0, 0, 1, 0, '', 0, 1, ''); |
|
|