Forums Chat - Druckversion +- MyBB.de Forum (https://www.mybb.de/forum) +-- Forum: Sonstiges (https://www.mybb.de/forum/forum-1.html) +--- Forum: Chat (https://www.mybb.de/forum/forum-9.html) +--- Thema: Forums Chat (/thread-9141.html) |
RE: Forums Chat - Touareg35 - 06.08.2009 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. RE: Forums Chat - linwinman - 06.08.2009 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: RE: Forums Chat - Touareg35 - 06.08.2009 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 |