Shoutbox installieren als Neuling... aber wie?
Verfasst: 26.07.2004 11:08
Ich bin ein totaler neuling in php! ich weiß nit wie ich diesen text umsetzen soll:
ich weiß nichts damit anzufangen! ;( aber ich will unbedingt so ne shoutbox haben 
kennt jemand ein gutes doc oder odf zum thema???
Code: Alles auswählen
##############################################################
#
#-----[ COPY ]------------------------------------------
#
admin/admin_shoutbox.php to /admin/admin_shoutbox.php
templates/subSilver/admin/shoutbox_config_body.tpl to /templates/subSilver/admin/shoutbox_config_body.tpl
templates/subSilver/shoutbox_send_body.tpl to /templates/style/shoutbox_send_body.tpl
templates/subSilver/shoutbox_view_body.tpl to /templates/style/shoutbox_view_body.tpl
shoutbox.php to /shoutbox.php
shoutbox_body.php to /shoutbox_body.php
shoutbox_send.php to /shoutbox_send.php
shoutbox_view.php to /shoutbox_view.php
Upload and run as forum admin: db_install.php
or insert it manually:
#
#-----[ SQL ]------------------------------------------
#
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)
);
CREATE TABLE phpbb_shoutbox_config (
config_name varchar(255) NOT NULL,
config_value varchar(255) NOT NULL,
PRIMARY KEY (config_name)
);
...

kennt jemand ein gutes doc oder odf zum thema???