Spalten-Beschreibung:
Code: Alles auswählen
topic_id mediumint(8) unsigned NOT NULL auto_increment,
forum_id smallint(8) unsigned NOT NULL default '0',
topic_title char(60) NOT NULL default '',
topic_poster mediumint(8) NOT NULL default '0',
topic_time int(11) NOT NULL default '0',
topic_views mediumint(8) unsigned NOT NULL default '0',
topic_replies mediumint(8) unsigned NOT NULL default '0',
topic_status tinyint(3) NOT NULL default '0',
topic_vote tinyint(1) NOT NULL default '0',
topic_type tinyint(3) NOT NULL default '0',
topic_first_post_id mediumint(8) unsigned NOT NULL default '0',
topic_last_post_id mediumint(8) unsigned NOT NULL default '0',
topic_moved_id mediumint(8) unsigned NOT NULL default '0',
topic_attachment tinyint(1) NOT NULL default '0',
topic_icon tinyint(2) unsigned NOT NULL default '0',
Anfang (mit Konvertierten):
Code: Alles auswählen
INSERT INTO phpbb_topics VALUES (1, 1, 'Chat', 2, 1019233505, 282, 59, 0, 0, 0, 1, 60, 0, 0, 0);
INSERT INTO phpbb_topics VALUES (2, 1, 'Anlagen hinzufügen', 2, 1030269623, 188, 31, 0, 0, 0, 61, 92, 0, 0, 0);
INSERT INTO phpbb_topics VALUES (3, 1, 'Bilder-Upload & Online-Spiele', 2, 1026562507, 281, 59, 0, 0, 0, 93, 152, 0, 0, 0);
INSERT INTO phpbb_topics VALUES (7, 1, 'Neue Board Version & MP3s', 2, 1012411003, 83, 10, 0, 0, 0, 153, 163, 0, 0, 0);
INSERT INTO phpbb_topics VALUES (8, 1, 'Moderatoren gesucht!', 2, 1012411544, 258, 38, 0, 0, 0, 164, 202, 0, 0, 0);
INSERT INTO phpbb_topics VALUES (10, 1, 'RELAUNCH: TARANTINO CAFE', 112, 1020541535, 53, 8, 0, 0, 0, 204, 212, 0, 0, 0);
Code: Alles auswählen
INSERT INTO phpbb_topics VALUES (411, 2, 'Kann mich nicht anmelden!!!', -1, 1049044075, 36, 5, 0, 0, 0, 7697, 7706, 0, 0, 0);
INSERT INTO phpbb_topics VALUES (412, 2, '@ dr somm', 241, 1049053077, 67, 11, 0, 0, 0, 7709, 7752, 0, 0, 0);
INSERT INTO phpbb_topics VALUES (413, 6, 'The Majestic', 202, 1049058651, 11, 0, 0, 0, 0, 7718, 7718, 0, 0, 14);
INSERT INTO phpbb_topics VALUES (414, 5, 'Woher bezieht ihr eure DVD & VHS ???', -1, 1049122209, 14, 2, 0, 0, 0, 7730, 7751, 0, 0, 0);
INSERT INTO phpbb_topics VALUES (415, 6, 'Windtalkers FSK18 | Running Man 2 DVDs Uncut Neuauflage', 237, 1049140332, 7, 2, 0, 0, 0, 7772, 7778, 0, 0, 0);