Frage zu ChatBox Mod

Du hast Probleme beim Einbau oder bei der Benutzung eines Mods? In diesem Forum bist du richtig.
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
TomNRW

Beitrag von TomNRW »

Gibt es für die Chatbox 3.0.2 SP1 eine deutsche Übersetzung??
Benutzeravatar
Markus67
Ehrenadmin
Beiträge: 28346
Registriert: 12.01.2004 16:02
Wohnort: Neuss
Kontaktdaten:

Beitrag von Markus67 »

TomNRW hat geschrieben:Gibt es für die Chatbox 3.0.2 SP1 eine deutsche Übersetzung??
Hast du schon mal bei http://smartor.is-root.com nachgesehen ?

Markus
TomNRW

Beitrag von TomNRW »

Ja aber kann in Deutsch nix finden
Benutzeravatar
derBaum
Mitglied
Beiträge: 206
Registriert: 23.05.2004 23:07

Beitrag von derBaum »

Das stand da, als ich die Dateien geändert habe und den neuen mod ordner hochgeladen hab und die chatbox_db_install.php gestartet habe.
This list is a result of the SQL queries needed for ChatBox

[Added/Updated] line: 1 , DROP TABLE IF EXISTS `phpbb_chatbox`
[Added/Updated] line: 2 , CREATE TABLE `phpbb_chatbox` ( `id` int(11) NOT NULL auto_increment, `name` varchar(99) NOT NULL default '', `msg` varchar(255) NOT NULL default '', `timestamp` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`) ) TYPE=MyISAM AUTO_INCREMENT=1528
[Added/Updated] line: 3 , DROP TABLE IF EXISTS `phpbb_chatbox_session`
[Added/Updated] line: 4 , CREATE TABLE `phpbb_chatbox_session` ( `username` varchar(99) NOT NULL default '', `user_id` mediumint(8) unsigned NOT NULL default '0', `lastactive` int(10) NOT NULL default '0', `laststatus` varchar(8) NOT NULL default '', UNIQUE KEY `username` (`username`) ) TYPE=MyISAM
Das als ich die #-----[ OPEN and EDIT ]---------------------------------------------
#
# chatbox_mod/chatbox_config.php,
# Set the Settings in this file to suite your needs. everything is labeled.
# Also you can edit the chatbox css file to change the look if you wish.

gestartet hab.
Hacking attempt
Aber ich seh im Forum nix von nem Chat... :-? :)
TomNRW

Beitrag von TomNRW »

welches Style hast du

gib mal link zum Forum
Benutzeravatar
Markus67
Ehrenadmin
Beiträge: 28346
Registriert: 12.01.2004 16:02
Wohnort: Neuss
Kontaktdaten:

Beitrag von Markus67 »

Hi ...

Code: Alles auswählen

Added/Updated
Hinzugüefügt / Upgedated -> Alles in Ordnung :wink:

Die chatbox_mod/chatbox_config.php musst du mit einem Editor öffnen und editieren ... nicht im Browser :wink:

Markus
Benutzeravatar
derBaum
Mitglied
Beiträge: 206
Registriert: 23.05.2004 23:07

Beitrag von derBaum »

Ich hab jetzt das rote editiert.
Aber ich seh noch nichts...(nur noch ein kleiner Schritt!!?)
:grin:

<?php
/***************************************************************************
* chatbox_config.php
* -------------------
* begin : Sun July 08 2002
* copyright : (C) 2004 Wooly Spud
* email : phpbb@xgmag.com
*
* $Id: chatbox_config.php,v 3.0.2 01/12/2004, 20:06:21 hnt Exp $
*
***************************************************************************/

/***************************************************************************
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
***************************************************************************/

if ( !defined('IN_PHPBB') )
{
die("Hacking attempt");
}

error_reporting(E_ERROR | E_WARNING | E_PARSE);

include_once($phpbb_root_path . './chatbox_mod/chatbox_function.'.$phpEx);

define("_CHATBOX_VERSION", "3.0.2 sp1"); // DO NOT CHANGE THIS

define("_CHATBOX_SYSTEM_MSG", "System Msg");

$cfg_chatname = "Black Dragon Syndicate";

$chatbox_config = array (

'refresh_time' => '10',

'delete_time' => '300',

'offline_time' => '300',

'away_time' => '150',

'stylesheet' => 'chatbox.css',

'show_amount' => '100', // amount of chats to show

'max_msg_len' => '120',

'direction' => '1', // 1 = new posts at bottom, others = new posts at the top

//'vietuni' => 'http://www.xlpartys.de/forum/vietuni.js', // change this with yours
);

?>
Benutzeravatar
Markus67
Ehrenadmin
Beiträge: 28346
Registriert: 12.01.2004 16:02
Wohnort: Neuss
Kontaktdaten:

Beitrag von Markus67 »

Hi ...
//'vietuni' => 'http://www.xlpartys.de/forum/vietuni.js', // change this with yours
Entferne mal die beiden //

Markus
Benutzeravatar
derBaum
Mitglied
Beiträge: 206
Registriert: 23.05.2004 23:07

Beitrag von derBaum »

'show_amount' => '100', // amount of chats to show

'max_msg_len' => '120',

'direction' => '1', // 1 = new posts at bottom, others = new posts at the top

'vietuni' => 'http://xlpartys.de/forum/vietuni.js', change this with yours
);

?>
So ist es jetzt, aber noch kein Forum.
Benutzeravatar
Markus67
Ehrenadmin
Beiträge: 28346
Registriert: 12.01.2004 16:02
Wohnort: Neuss
Kontaktdaten:

Beitrag von Markus67 »

Hi ....

Muss der Pfad nicht so heissen ?
In welchem Verzeichnis liegt denn die Datei ?

http://www.xlpartys.de/vietuni.js

Markus
Antworten

Zurück zu „phpBB 2.0: Mod Support“