Frage zu ChatBox Mod
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.
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.
Hast du schon mal bei http://smartor.is-root.com nachgesehen ?TomNRW hat geschrieben:Gibt es für die Chatbox 3.0.2 SP1 eine deutsche Übersetzung??
Markus
.... Telefon-Support - Schnelle Hilfe bei Hackangriffen, Modeinbau, Templateanpassung, Grafikerst., uvm.
.... Es gibt keine Probleme .... Nur neue Chancen
.... Ihr wollt ein einmaliges Template? - Prof. Templateerstellung und phpBB-Anpassungen
.... Es gibt keine Probleme .... Nur neue Chancen
.... Ihr wollt ein einmaliges Template? - Prof. Templateerstellung und phpBB-Anpassungen
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.
#
# 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.

Das als ich die #-----[ OPEN and EDIT ]---------------------------------------------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
#
# 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.
Aber ich seh im Forum nix von nem Chat...Hacking attempt


Hi ...
Hinzugüefügt / Upgedated -> Alles in Ordnung
Die chatbox_mod/chatbox_config.php musst du mit einem Editor öffnen und editieren ... nicht im Browser
Markus
Code: Alles auswählen
Added/Updated

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

Markus
.... Telefon-Support - Schnelle Hilfe bei Hackangriffen, Modeinbau, Templateanpassung, Grafikerst., uvm.
.... Es gibt keine Probleme .... Nur neue Chancen
.... Ihr wollt ein einmaliges Template? - Prof. Templateerstellung und phpBB-Anpassungen
.... Es gibt keine Probleme .... Nur neue Chancen
.... Ihr wollt ein einmaliges Template? - Prof. Templateerstellung und phpBB-Anpassungen
Ich hab jetzt das rote editiert.
Aber ich seh noch nichts...(nur noch ein kleiner Schritt!!?)
<?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
);
?>
Aber ich seh noch nichts...(nur noch ein kleiner Schritt!!?)

<?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
);
?>
Hi ...
Markus
Entferne mal die beiden ////'vietuni' => 'http://www.xlpartys.de/forum/vietuni.js', // change this with yours
Markus
.... Telefon-Support - Schnelle Hilfe bei Hackangriffen, Modeinbau, Templateanpassung, Grafikerst., uvm.
.... Es gibt keine Probleme .... Nur neue Chancen
.... Ihr wollt ein einmaliges Template? - Prof. Templateerstellung und phpBB-Anpassungen
.... Es gibt keine Probleme .... Nur neue Chancen
.... Ihr wollt ein einmaliges Template? - Prof. Templateerstellung und phpBB-Anpassungen
So ist es jetzt, aber noch kein Forum.'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
);
?>
Hi ....
Muss der Pfad nicht so heissen ?
In welchem Verzeichnis liegt denn die Datei ?
http://www.xlpartys.de/vietuni.js
Markus
Muss der Pfad nicht so heissen ?
In welchem Verzeichnis liegt denn die Datei ?
http://www.xlpartys.de/vietuni.js
Markus
.... Telefon-Support - Schnelle Hilfe bei Hackangriffen, Modeinbau, Templateanpassung, Grafikerst., uvm.
.... Es gibt keine Probleme .... Nur neue Chancen
.... Ihr wollt ein einmaliges Template? - Prof. Templateerstellung und phpBB-Anpassungen
.... Es gibt keine Probleme .... Nur neue Chancen
.... Ihr wollt ein einmaliges Template? - Prof. Templateerstellung und phpBB-Anpassungen