Automatisch Topic erstellen - MySQL
Verfasst: 13.09.2011 21:29
Hey,
ist es möglich zu erfahren wie ein Insert Befehl für die Tabelle phpbb_topics normalerweise aussieht, um dann selbst mit einem php code automatisch solche inserts für mein Forum erstellen zu können?
Damit topic_last_poster usw. alles übereinstimmt.
Also ein Aufbau für die Werte für:
topic_id forum_id icon_id topic_attachment topic_approved topic_reported topic_title topic_poster topic_time topic_time_limit topic_views topic_replies topic_replies_real topic_status topic_type topic_first_post_id topic_first_poster_name topic_first_poster_colour topic_last_post_id topic_last_poster_id topic_last_poster_name topic_last_poster_colour topic_last_post_subject topic_last_post_time topic_last_view_time topic_moved_id topic_bumped topic_bumper poll_title poll_start poll_length poll_max_options poll_last_vote poll_vote_change
Und dann auch für die Tabelle phpbb_posts.
Ziel von dem allen ist es, automatisch über php einen neuen Topic immer im selben Forum zu erstellen, mit gewissen einträgen im ersten Post.
Vielen Dank für Antworten und Hilfe.
ist es möglich zu erfahren wie ein Insert Befehl für die Tabelle phpbb_topics normalerweise aussieht, um dann selbst mit einem php code automatisch solche inserts für mein Forum erstellen zu können?
Damit topic_last_poster usw. alles übereinstimmt.
Also ein Aufbau für die Werte für:
topic_id forum_id icon_id topic_attachment topic_approved topic_reported topic_title topic_poster topic_time topic_time_limit topic_views topic_replies topic_replies_real topic_status topic_type topic_first_post_id topic_first_poster_name topic_first_poster_colour topic_last_post_id topic_last_poster_id topic_last_poster_name topic_last_poster_colour topic_last_post_subject topic_last_post_time topic_last_view_time topic_moved_id topic_bumped topic_bumper poll_title poll_start poll_length poll_max_options poll_last_vote poll_vote_change
Und dann auch für die Tabelle phpbb_posts.
Ziel von dem allen ist es, automatisch über php einen neuen Topic immer im selben Forum zu erstellen, mit gewissen einträgen im ersten Post.
Vielen Dank für Antworten und Hilfe.