Shoubox - First Create The Tables ??? Wasn das ??
Verfasst: 21.10.2004 21:27
hi ich bin grade dabei eine shoutbox in mein forum ein zu bauen hab auch schon alle änderungen in der index.php und der index_body.tpl durchgefürt aber da steht :
First Create The Tables, use the query below:
CREATE TABLE shoutbox (
id int(11) NOT NULL auto_increment,
name varchar(30) NOT NULL,
shout varchar(255) NOT NULL,
url varchar(100) NOT NULL,
timestamp int(10) unsigned NOT NULL,
ipaddress TEXT not null,
PRIMARY KEY (id));
CREATE TABLE chatsession (
username varchar(30) NOT NULL,
lastactive int(11) DEFAULT '0' NOT NULL,
laststatus varchar(8) NOT NULL,
UNIQUE username (username)
);
#copy the files to your phpBB2 root directory
und ich habe kein plan was die meinen . . .
kann mir hier vieleicht jemand weiterhelfen ???
First Create The Tables, use the query below:
CREATE TABLE shoutbox (
id int(11) NOT NULL auto_increment,
name varchar(30) NOT NULL,
shout varchar(255) NOT NULL,
url varchar(100) NOT NULL,
timestamp int(10) unsigned NOT NULL,
ipaddress TEXT not null,
PRIMARY KEY (id));
CREATE TABLE chatsession (
username varchar(30) NOT NULL,
lastactive int(11) DEFAULT '0' NOT NULL,
laststatus varchar(8) NOT NULL,
UNIQUE username (username)
);
#copy the files to your phpBB2 root directory
und ich habe kein plan was die meinen . . .
kann mir hier vieleicht jemand weiterhelfen ???