CREATE TABLE `staff` ( `id` int(11) NOT NULL auto_increment, `prenom` text NOT NULL, `activite` text NOT NULL, `poste` text NOT NULL, `description` text NOT NULL, `info` text NOT NULL, `avatar` text NOT NULL, `pseudo` text NOT NULL, `date` int(11) NOT NULL, PRIMARY KEY (`id`) ) TYPE=MyISAM; INSERT INTO `admin` (`user`, `droit`, `acces`) VALUES (3, '/forum', 2); INSERT INTO `installed` (`name`, `type`, `depends`, `parent`, `descript`, `name_clean`, `version`, `author`) VALUES ('forum', 'mod', '', '', '', '', '', 'fce');