Shoutbox
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Shoutbox
Versuche mit Easy Mod Przemo 1.4 zu installieren.
Bekomme folgende Fehlermeldung.
Could not perform improperly formed COPY command.
admin/admin_shoutbox.php to /admin/admin_shoutbox.php
MOD script line #79 :: FAQ :: Report
bei der Installation ohne Easyinstall versteh ich nicht so gant.
Upload and run as Forum admin: db_install.php or insert it manually:
Wo muss ich das manuell einfügen??
Bekomme folgende Fehlermeldung.
Could not perform improperly formed COPY command.
admin/admin_shoutbox.php to /admin/admin_shoutbox.php
MOD script line #79 :: FAQ :: Report
bei der Installation ohne Easyinstall versteh ich nicht so gant.
Upload and run as Forum admin: db_install.php or insert it manually:
Wo muss ich das manuell einfügen??
Hallo,
der MOD ist nicht em-kompatibel und somit meldet der EMI genau das. Also musst Du den MOD gemäß gemaß >>> KB:18 <<< händisch einbauen.
Die db_install.php ist im Browser auszurufen und sollte danach vom Webspace gelöscht werden.
Weiterhin gibt es auch noch die, viel zu selten benutzte, boardeigene Funktion [ externes Bild ] Suchen um Informationen zu finden ! :oop
der MOD ist nicht em-kompatibel und somit meldet der EMI genau das. Also musst Du den MOD gemäß gemaß >>> KB:18 <<< händisch einbauen.
Die db_install.php ist im Browser auszurufen und sollte danach vom Webspace gelöscht werden.
Weiterhin gibt es auch noch die, viel zu selten benutzte, boardeigene Funktion [ externes Bild ] Suchen um Informationen zu finden ! :oop
Viele Grüße - gloriosa 
Die einen schützen sich vor frischem Wind, während die anderen ihn nutzen.
Kein kostenloser MOD-Einbau usw. bzw. Support via PN, Email oder IRC !

Die einen schützen sich vor frischem Wind, während die anderen ihn nutzen.
Kein kostenloser MOD-Einbau usw. bzw. Support via PN, Email oder IRC !
die Suchfunktion habe ich benutzt aber nichts anständiges gefunden was mir weiter geholfen hat. Ich hab inzwischen auch versucht das nach der install Anleitung einzubauen hat aber auch nicht funktioniert.
Bekomme die Meldung:
Fatal error: Call to undefined function: session_pagestart() in /homepages/45/d177909521/htdocs/phpBB2/admin/mods/ShoutBox/db_install.php on line 9
Bekomme die Meldung:
Fatal error: Call to undefined function: session_pagestart() in /homepages/45/d177909521/htdocs/phpBB2/admin/mods/ShoutBox/db_install.php on line 9
Hallo,
sofern Du die Installationsanleitung befolgt hättest wäre Dir aufgefallen, das die db_install.php in die Board-Root (da wo sich die memberlist.php befindet) zu kopieren ist.
sofern Du die Installationsanleitung befolgt hättest wäre Dir aufgefallen, das die db_install.php in die Board-Root (da wo sich die memberlist.php befindet) zu kopieren ist.

Viele Grüße - gloriosa 
Die einen schützen sich vor frischem Wind, während die anderen ihn nutzen.
Kein kostenloser MOD-Einbau usw. bzw. Support via PN, Email oder IRC !

Die einen schützen sich vor frischem Wind, während die anderen ihn nutzen.
Kein kostenloser MOD-Einbau usw. bzw. Support via PN, Email oder IRC !
wenn ich dann die db_install.php aufrufe bekomme ich..
Install results:
[failed] line: 1 , CREATE TABLE phpbb_shoutbox ( id int(11) NOT NULL auto_increment, sb_user_id int(11) NOT NULL, msg varchar(255) NOT NULL, timestamp int(10) unsigned NOT NULL, sb_username varchar(255) NOT NULL, PRIMARY KEY (id) )
[failed] line: 2 , CREATE TABLE phpbb_shoutbox_config ( config_name varchar(255) NOT NULL, config_value varchar(255) NOT NULL, PRIMARY KEY (config_name) )
[failed] line: 3 , INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('allow_guest_view','1')
[failed] line: 4 , INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('allow_guest','0')
[failed] line: 5 , INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('allow_delete_all','0')
[failed] line: 6 , INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('allow_delete','0')
[failed] line: 7 , INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('allow_edit_all','0')
[failed] line: 8 , INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('allow_edit','0')
[failed] line: 9 , INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('allow_bbcode','1')
[failed] line: 10 , INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('allow_smilies','1')
[failed] line: 11 , INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('links_names','1')
[failed] line: 12 , INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('make_links','1')
[failed] line: 13 , INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('count_msg','100')
[failed] line: 14 , INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('delete_days','30')
[failed] line: 15 , INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('text_lenght','500')
[failed] line: 16 , INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('word_lenght','90')
[failed] line: 17 , INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('date_format','D G:i')
[failed] line: 18 , INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('date_on','1')
[failed] line: 19 , INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('shoutbox_on','1')
[failed] line: 20 , INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('shout_width','630')
[failed] line: 21 , INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('shout_height','130')
[failed] line: 22 , INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('banned_user_id','')
[failed] line: 23 , INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('banned_user_id_view','')
Install results:
[failed] line: 1 , CREATE TABLE phpbb_shoutbox ( id int(11) NOT NULL auto_increment, sb_user_id int(11) NOT NULL, msg varchar(255) NOT NULL, timestamp int(10) unsigned NOT NULL, sb_username varchar(255) NOT NULL, PRIMARY KEY (id) )
[failed] line: 2 , CREATE TABLE phpbb_shoutbox_config ( config_name varchar(255) NOT NULL, config_value varchar(255) NOT NULL, PRIMARY KEY (config_name) )
[failed] line: 3 , INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('allow_guest_view','1')
[failed] line: 4 , INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('allow_guest','0')
[failed] line: 5 , INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('allow_delete_all','0')
[failed] line: 6 , INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('allow_delete','0')
[failed] line: 7 , INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('allow_edit_all','0')
[failed] line: 8 , INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('allow_edit','0')
[failed] line: 9 , INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('allow_bbcode','1')
[failed] line: 10 , INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('allow_smilies','1')
[failed] line: 11 , INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('links_names','1')
[failed] line: 12 , INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('make_links','1')
[failed] line: 13 , INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('count_msg','100')
[failed] line: 14 , INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('delete_days','30')
[failed] line: 15 , INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('text_lenght','500')
[failed] line: 16 , INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('word_lenght','90')
[failed] line: 17 , INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('date_format','D G:i')
[failed] line: 18 , INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('date_on','1')
[failed] line: 19 , INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('shoutbox_on','1')
[failed] line: 20 , INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('shout_width','630')
[failed] line: 21 , INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('shout_height','130')
[failed] line: 22 , INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('banned_user_id','')
[failed] line: 23 , INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('banned_user_id_view','')
Hallo (soviel Höflichkeit muss sein),
1. Frage : Sind Dir die BBcode - Tags für Code ausgegangen ?
2. Frage : Bist Du als Admin eingeloggt wenn Du die db_install.php aufrufst ?
1. Frage : Sind Dir die BBcode - Tags für Code ausgegangen ?
2. Frage : Bist Du als Admin eingeloggt wenn Du die db_install.php aufrufst ?
Viele Grüße - gloriosa 
Die einen schützen sich vor frischem Wind, während die anderen ihn nutzen.
Kein kostenloser MOD-Einbau usw. bzw. Support via PN, Email oder IRC !

Die einen schützen sich vor frischem Wind, während die anderen ihn nutzen.
Kein kostenloser MOD-Einbau usw. bzw. Support via PN, Email oder IRC !
Hallo gloriosa,
Erstmal sry. Bin echt dankbar für deine Hilfe. Ich ärgere mich nur selber, weil ich mich so blöd anstelle. Ist anscheinend heute nicht mein Tag.
Also ich bin im Adminbereich und hab dann oben in die Leiste db_install.php aufgerufen.
Was meinst du bitte mit Punkt 1. Da hab ich leider eine Wissenslücke.
Erstmal sry. Bin echt dankbar für deine Hilfe. Ich ärgere mich nur selber, weil ich mich so blöd anstelle. Ist anscheinend heute nicht mein Tag.
Also ich bin im Adminbereich und hab dann oben in die Leiste db_install.php aufgerufen.
Was meinst du bitte mit Punkt 1. Da hab ich leider eine Wissenslücke.