Hallo, Gast! (Registrieren)

Wir wünschen allen Besuchern frohe Ostern!

Letzte Ankündigung: MyBB 1.8.37 veröffentlicht (04.11.23)


Benutzer, die gerade dieses Thema anschauen: 1 Gast/Gäste
Forums Chat
#21
Es bleibt doch bei einer Datenbank, wenn ich für unser Forum einen chat einrichten möchte? oder muss ich eine sep. Datenbank anlegen?

Hm
also so ist´s aktuell

// Database connection values:
$config['dbConnection'] = array();
// Database hostname:
$config['dbConnection']['host'] = 'localhost';
// Database username:
$config['dbConnection']['user'] = 'blaforum@1';
// Database password:
$config['dbConnection']['pass'] = 'blaforum';
// Database name:
$config['dbConnection']['name'] = 'blaforum@1-blaforum';
// Database type:
$config['dbConnection']['type'] = null;
// Database link:
$config['dbConnection']['link'] = null;


wie gesagt alles in der datenbank vom forum.
Zitieren
#22
Wie genau heißt denn die Datenbank, wenn du sie dir in phpMyAdmin ansiehst bzw. wie ist der Name in der Datei ".../inc/config.php" eingetragen?

Ansonsten verwende bitte einmal diesen Block:
PHP-Code:
// Database connection values:
$config['dbConnection'] = array();
// Database hostname:
$config['dbConnection']['host'] = 'localhost';
// Database username:
$config['dbConnection']['user'] = 'blaforum@1';
// Database password:
$config['dbConnection']['pass'] = 'blaforum';
// Database name:
$config['dbConnection']['name'] = 'blaforum@1-01';
// Database type:
$config['dbConnection']['type'] = null;
// Database link:
$config['dbConnection']['link'] = null
Zitieren
#23
also due idee mt dem 1-01 funktionirt nicht.
wenn ich mir bei kilu den Datenbanknamen anzeigen lasse steht dort
blaforum@1-blaforum und es ist die einzigste Datenbank die ich habe.

// Database connection values:
$config['dbConnection'] = array();
// Database hostname:
$config['dbConnection']['host'] = 'localhost';
// Database username:
$config['dbConnection']['user'] = 'blaforum@1';
// Database password:
$config['dbConnection']['pass'] = 'blaforum';
// Database name:
$config['dbConnection']['name'] = 'blaforum@1-blaforum';
// Database type:
$config['dbConnection']['type'] = null;
// Database link:
$config['dbConnection']['link'] = null

was mir auffällt ist das die Dateigrösse zwichen notepad++ und der hostdatei immer so 200kb unterschied hat
Zitieren