ich brauche einen Export der SQL Tables
phpbb_introportalmod
phpbb_introportalmodnav
leider geht bei mir der installscript nicht, bzw. werden die tabel nicht richtig installed.
Ihr könnt ihn mir gerne als email schicken
lino@xonix.net
Danke euch

#
# Tabellenstruktur für Tabelle `phpbb_introportalmod`
#
CREATE TABLE phpbb_introportalmod (
config_name varchar(255) NOT NULL default '',
config_value text NOT NULL,
PRIMARY KEY (config_name)
) TYPE=MyISAM;
#
# Daten für Tabelle `phpbb_introportalmod`
#
INSERT INTO phpbb_introportalmod VALUES ('config_id', '1'),
('modversion', '1.50'),
('introportalmod_disable', '0'),
('intro_disable', '0'),
('intro_disable_msg', 'Intro derzeit deaktiviert'),
('introlasttopics_active', '1'),
('introlasttopics_limit', '10'),
('lasttopics_length_intro', '25'),
('portal_disable', '0'),
('portal_disable_msg', 'Portal derzeit deaktiviert'),
('navigation_active', '1'),
('navigationquote_active', '1'),
('lastnewmembers_active', '1'),
('lastnewmembers_limit', '5'),
('topposter_active', '1'),
('topposter_limit', '5'),
('topposts_active', '1'),
('topposts_limit', '5'),
('searchtopics_active', '1'),
('pollbox_active', '0'),
('pollbox_forums', '1,2,3,4,5'),
('forumview_active', '1'),
('lasttopics_active', '1'),
('lasttopics_limit', '10'),
('lasttopics_length_portal', '25'),
('freenet_active', '0'),
('heise_active', '0'),
('whoisonline_active', '1'),
('webmaster_active', '1'),
('partners_active', '1'),
('Partnersitelinks', 'http://www.partner1.de'),
('google_active', '1'),
('calendar_active', '0'),
('calendar_nbc', 'EEEEEE'),
('calendar_mbc', 'EEBBBB'),
('calendar_tfc', 'CF0000'),
('left_active', '1'),
('center_active', '1'),
('right_active', '1'),
('border_active', '1'),
('fpost_active', '1'),
('fpost_numofnews', '3'),
('fpost_forums', '1,2,3,4,5'),
('fpost_newslength', '250'),
('loginform_active', '1'),
('welcomeuser_active', '0'),
('forumlegend_active', '1'),
('userpostcount_active', '1'),
('birthdaymod_active', '0'),
('lastvisitmod_active', '0'),
('chatboxmod_active', '0'),
('globalannouncemod_active', '0');
# --------------------------------------------------------
#
# Tabellenstruktur für Tabelle `phpbb_introportalmodnav`
#
CREATE TABLE phpbb_introportalmodnav (
link_active tinyint(1) NOT NULL default '1',
link_id mediumint(5) NOT NULL default '0',
link_cat mediumint(5) NOT NULL default '0',
link_sub mediumint(5) NOT NULL default '0',
link_name varchar(60) NOT NULL default '',
link_url varchar(100) NOT NULL default '',
link_level tinyint(1) NOT NULL default '0',
link_level_type tinyint(1) NOT NULL default '0',
KEY link_id (link_id),
KEY link_cat (link_cat),
KEY link_sub (link_sub)
) TYPE=MyISAM;
#
# Daten für Tabelle `phpbb_introportalmodnav`
#
INSERT INTO phpbb_introportalmodnav VALUES (1, 0, 0, 0, 'Navigation', '', -1, 2),
(1, 0, 0, 1, 'Forum', '', -1, 2),
(1, 1, 0, 1, '$lang[\'IntroPortalMOD1\']', 'intro.php', -1, 2),
(1, 2, 0, 1, '$lang[\'IntroPortalMOD2\']', 'portal.php', -1, 2),
(1, 3, 0, 1, '$lang[\'IntroPortalMOD3\']', 'index.php', -1, 2),
(1, 0, 0, 2, '$lang[\'Registered_users\']', '', -1, 2),
(1, 4, 0, 3, '$lang[\'Register\']', 'profile.php?mode=register', -1, 0),
(1, 5, 0, 2, '$lang[\'Profile\']', 'profile.php?mode=editprofile', 0, 2),
(1, 6, 0, 2, '$lang[\'Search\']', 'search.php', 0, 2),
(1, 7, 0, 2, '$lang[\'Memberlist\']', 'memberlist.php', 0, 2),
(1, 8, 0, 2, '$lang[\'FAQ\']', 'faq.php', 0, 2),
(1, 9, 0, 2, '$lang[\'Usergroups\']', 'groupcp.php', 0, 2),
(1, 10, 0, 2, '$lang[\'Private_Messages\']', 'privmsg.php', 0, 2),
(1, 11, 0, 2, '$lang[\'Who_is_Online\']', 'viewonline.php', 0, 2),
(1, 0, 0, 4, '$lang[\'IntroPortalMOD6\']', '', -1, 2),
(1, 12, 0, 4, '$lang[\'IntroPortalMOD4\']', 'http://www.phpbb.de', -1, 2),
(1, 0, 0, 3, '$lang[\'Guest\']', '', -1, 2);