Verfasst: 19.11.2004 19:18
Gibt es für die Chatbox 3.0.2 SP1 eine deutsche Übersetzung??
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
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??
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
Aber ich seh im Forum nix von nem Chat...Hacking attempt
Code: Alles auswählen
Added/Updated
Entferne mal die beiden ////'vietuni' => 'http://www.xlpartys.de/forum/vietuni.js', // change this with yours
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
);
?>