Hallo, Gast! (Registrieren)

Letzte Ankündigung: MyBB 1.8.38 veröffentlicht (30.04.24)


Benutzer, die gerade dieses Thema anschauen: 1 Gast/Gäste
chat install probleme
#4
Das Install-Skript hat bei mir auch Probleme gemacht.

Aber da es eh nicht viel macht, kannst du es auch per Hand anlegen.

Du musst nur folgende SQL-Statements in phpMyAdmin-> SQL eintragen (einfach das ganze Zitat kopieren und fertig).

Zitat:DROP TABLE IF EXISTS ajax_chat_online;
CREATE TABLE ajax_chat_online (
userID INT(11) NOT NULL,
userName VARCHAR(64) NOT NULL,
userRole INT(1) NOT NULL,
channel INT(11) NOT NULL,
dateTime DATETIME NOT NULL,
ip VARBINARY(16) NOT NULL
) DEFAULT CHARSET=utf8 COLLATE=utf8_bin;

DROP TABLE IF EXISTS ajax_chat_messages;
CREATE TABLE ajax_chat_messages (
id INT(11) NOT NULL AUTO_INCREMENT,
userID INT(11) NOT NULL,
userName VARCHAR(64) NOT NULL,
userRole INT(1) NOT NULL,
channel INT(11) NOT NULL,
dateTime DATETIME NOT NULL,
ip VARBINARY(16) NOT NULL,
text TEXT,
PRIMARY KEY (id)
) DEFAULT CHARSET=utf8 COLLATE=utf8_bin;

DROP TABLE IF EXISTS ajax_chat_bans;
CREATE TABLE ajax_chat_bans (
userID INT(11) NOT NULL,
userName VARCHAR(64) NOT NULL,
dateTime DATETIME NOT NULL,
ip VARBINARY(16) NOT NULL
) DEFAULT CHARSET=utf8 COLLATE=utf8_bin;

DROP TABLE IF EXISTS ajax_chat_invitations;
CREATE TABLE ajax_chat_invitations (
userID INT(11) NOT NULL,
channel INT(11) NOT NULL,
dateTime DATETIME NOT NULL
) DEFAULT CHARSET=utf8 COLLATE=utf8_bin;

MfG Megaleecher
Höre nie auf besser zu werden, weil dann hast du aufgehört gut zu sein.
Zitieren


Nachrichten in diesem Thema
chat install probleme - von EYvil - 05.03.2009, 18:13
RE: chat install probleme - von Megaleecher - 05.03.2009, 20:43
RE: chat install probleme - von EYvil - 06.03.2009, 15:56
RE: chat install probleme - von Megaleecher - 06.03.2009, 17:47
RE: chat install probleme - von EYvil - 06.03.2009, 21:27
RE: chat install probleme - von Megaleecher - 06.03.2009, 21:48
RE: chat install probleme - von EYvil - 06.03.2009, 21:58
RE: chat install probleme - von linwinman - 06.03.2009, 22:20
RE: chat install probleme - von EYvil - 06.03.2009, 22:23
RE: chat install probleme - von linwinman - 06.03.2009, 22:37
RE: chat install probleme - von EYvil - 06.03.2009, 22:41
RE: chat install probleme - von linwinman - 06.03.2009, 22:49
RE: chat install probleme - von EYvil - 06.03.2009, 22:57
RE: chat install probleme - von linwinman - 06.03.2009, 23:03
RE: chat install probleme - von Megaleecher - 06.03.2009, 23:53
RE: chat install probleme - von EYvil - 07.03.2009, 09:52
RE: chat install probleme - von Megaleecher - 07.03.2009, 12:21
RE: chat install probleme - von EYvil - 07.03.2009, 15:09
RE: chat install probleme - von StefanT - 07.03.2009, 15:18
RE: chat install probleme - von Megaleecher - 07.03.2009, 15:22
RE: chat install probleme - von EYvil - 07.03.2009, 15:42
RE: chat install probleme - von Megaleecher - 07.03.2009, 15:56
RE: chat install probleme - von EYvil - 07.03.2009, 15:57
RE: chat install probleme - von Megaleecher - 07.03.2009, 15:59
RE: chat install probleme - von EYvil - 07.03.2009, 16:00
RE: chat install probleme - von Megaleecher - 07.03.2009, 16:04
RE: chat install probleme - von EYvil - 07.03.2009, 16:06
RE: chat install probleme - von Megaleecher - 07.03.2009, 16:07
RE: chat install probleme - von EYvil - 07.03.2009, 16:10
RE: chat install probleme - von StefanT - 07.03.2009, 16:14
RE: chat install probleme - von EYvil - 07.03.2009, 22:03
RE: chat install probleme - von Candy - 17.03.2009, 01:55
RE: chat install probleme - von ows - 17.03.2009, 11:08
RE: chat install probleme - von Candy - 17.03.2009, 13:42
RE: chat install probleme - von Michael - 17.03.2009, 15:27
RE: chat install probleme - von Megaleecher - 17.03.2009, 16:07
RE: chat install probleme - von Candy - 17.03.2009, 16:34
RE: chat install probleme - von Megaleecher - 17.03.2009, 23:12
RE: chat install probleme - von Candy - 17.03.2009, 23:55
RE: chat install probleme - von Michael - 18.03.2009, 04:00
RE: chat install probleme - von Megaleecher - 18.03.2009, 06:48
RE: chat install probleme - von Michael - 08.05.2009, 00:43
RE: chat install probleme - von jey-loettre - 08.05.2009, 14:34
RE: chat install probleme - von plshelp - 08.06.2009, 22:00
RE: chat install probleme - von ows - 09.06.2009, 09:13
RE: chat install probleme - von plshelp - 10.06.2009, 15:49
RE: chat install probleme - von plshelp - 12.06.2009, 18:40
RE: chat install probleme - von kabescherer - 15.06.2009, 07:44
RE: chat install probleme - von Keppler - 15.06.2009, 15:25
RE: chat install probleme - von ows - 15.06.2009, 16:31
RE: chat install probleme - von Keppler - 15.06.2009, 17:23
RE: chat install probleme - von ows - 15.06.2009, 17:55
RE: chat install probleme - von Keppler - 15.06.2009, 21:24
RE: chat install probleme - von linwinman - 16.06.2009, 00:39
RE: chat install probleme - von Koelner - 07.06.2013, 12:31
RE: chat install probleme - von Kenny - 07.06.2013, 23:46
RE: chat install probleme - von Guido - 27.09.2009, 20:01
RE: chat install probleme - von StefanT - 28.09.2009, 13:59
RE: chat install probleme - von Guido - 28.09.2009, 14:33
RE: chat install probleme - von StefanT - 28.09.2009, 14:37
RE: chat install probleme - von linwinman - 28.09.2009, 14:37
RE: chat install probleme - von Guido - 28.09.2009, 14:43
RE: chat install probleme - von linwinman - 28.09.2009, 14:51
RE: chat install probleme - von Guido - 28.09.2009, 15:19
RE: chat install probleme - von linwinman - 28.09.2009, 15:41
RE: chat install probleme - von Guido - 29.09.2009, 10:45
RE: chat install probleme - von linwinman - 29.09.2009, 17:44
RE: chat install probleme - von Guido - 29.09.2009, 19:00
RE: chat install probleme - von linwinman - 29.09.2009, 19:04
RE: chat install probleme - von Guido - 30.09.2009, 09:01
RE: chat install probleme - von Koelner - 08.06.2013, 13:50