Seite 4 von 6

Verfasst: 19.11.2004 19:18
von TomNRW
Gibt es für die Chatbox 3.0.2 SP1 eine deutsche Übersetzung??

Verfasst: 19.11.2004 19:31
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

Verfasst: 19.11.2004 19:34
von TomNRW
Ja aber kann in Deutsch nix finden

Verfasst: 19.11.2004 19:41
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... :-? :)

Verfasst: 19.11.2004 19:43
von TomNRW
welches Style hast du

gib mal link zum Forum

Verfasst: 19.11.2004 20:10
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

Verfasst: 19.11.2004 21:26
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
);

?>

Verfasst: 19.11.2004 21:38
von Markus67
Hi ...
//'vietuni' => 'http://www.xlpartys.de/forum/vietuni.js', // change this with yours
Entferne mal die beiden //

Markus

Verfasst: 19.11.2004 21:44
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.

Verfasst: 19.11.2004 22:15
von Markus67
Hi ....

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

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

Markus