chatbox
Forumregels
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.

chatbox
chatbox als ik daar op klikt staat er Cannot find room. wat moet ik doen
als ik nu op de chat box klikt krijg ik wit beeld en verder niks
als ik in admin board config op ok klik krijg ik dit
en ik heb de sql uitgevoerd die zegt dit
als ik in admin board config op ok klik krijg ik dit
Code: Selecteer alles
Failed to update general configuration for ChatSpot
DEBUG MODE
Line : 66
File : admin_chatspot.php
en ik heb de sql uitgevoerd die zegt dit
Code: Selecteer alles
This script will update the database for the Chatspot MOD. Executing...
[Executed successfully] line: 1, DROP TABLE IF EXISTS `phpbb_chatspot_messages`
[Executed successfully] line: 2, CREATE TABLE `phpbb_chatspot_messages` ( `message_id` int(11) unsigned NOT NULL auto_increment, `room_id` int(11) NOT NULL default '0', `username` varchar(25) NOT NULL default '', `msg` text NOT NULL, `msg_type` tinyint(1) unsigned NOT NULL default '0', `timestamp` int(11) unsigned NOT NULL default '0', `to_user_id` mediumint(8) unsigned NOT NULL default '0', `from_user_id` mediumint(8) unsigned NOT NULL default '0', PRIMARY KEY (`message_id`) ) TYPE=MyISAM
[Executed successfully] line: 3, DROP TABLE IF EXISTS `phpbb_chatspot_rooms`
[Executed successfully] line: 4, CREATE TABLE `phpbb_chatspot_rooms` ( `room_id` mediumint(11) NOT NULL auto_increment, `room_name` varchar(20) NOT NULL default '', `room_type` tinyint(1) unsigned NOT NULL default '0', `room_access` mediumint(8) unsigned NOT NULL default '0', `room_password` varchar(20) default NULL, `room_creator_id` mediumint(8) unsigned NOT NULL default '0', PRIMARY KEY (`room_id`) ) TYPE=MyISAM
[Executed successfully] line: 5, INSERT INTO `phpbb_chatspot_rooms` VALUES ('1', 'Lobby', '1', '0', NULL, '0')
[Executed successfully] line: 6, DROP TABLE IF EXISTS `phpbb_chatspot_sessions`
[Executed successfully] line: 7, CREATE TABLE `phpbb_chatspot_sessions` ( `user_id` mediumint(8) unsigned NOT NULL default '0', `username` varchar(25) NOT NULL default '', `room_id` mediumint(11) NOT NULL default '0', `last_active` int(11) NOT NULL default '0', `last_status` tinyint(1) unsigned NOT NULL default '1', `mode` tinyint (1) NOT NULL default '0' ) TYPE=MyISAM
[Executed successfully] line: 8, DROP TABLE IF EXISTS `phpbb_chatspot_options`;
[Executed successfully] line: 9, CREATE TABLE `phpbb_chatspot_options` ( `id` varchar(255) NOT NULL, `value` varchar(255) NOT NULL ) TYPE=MyISAM;
[ERROR] line: 10, ALTER TABLE phpbb_users ADD `chatspot_colour` VARCHAR( 6 ) NOT NULL ;
[ERROR] line: 11, ALTER TABLE phpbb_users ADD `chatspot_alert` VARCHAR( 30 ) NOT NULL ;
[ERROR] line: 12, ALTER TABLE phpbb_users ADD `chatspot_ignores` VARCHAR( 100 ) NOT NULL ;
[ERROR] line: 13, ALTER TABLE phpbb_users ADD `chatspot_kick` TEXT NOT NULL ;
[ERROR] line: 14, ALTER TABLE phpbb_users ADD `chatspot_img_height` SMALLINT( 4 ) NOT NULL default '300' ;
[ERROR] line: 15, ALTER TABLE phpbb_users ADD `chatspot_img_width` SMALLINT( 4 ) NOT NULL default '300' ;
[ERROR] line: 16, ALTER TABLE phpbb_users ADD `chatspot_max_file` SMALLINT( 4 ) NOT NULL default '75' ;
[ERROR] line: 17, ALTER TABLE phpbb_users ADD `chatspot_img_flag` TINYINT( 1 ) NOT NULL default '1' ;
[ERROR] line: 18, ALTER TABLE phpbb_users ADD `chatspot_icon` VARCHAR( 20 ) NOT NULL default 'mini_profile.gif' ;
[Executed successfully] line: 19, UPDATE phpbb_users SET chatspot_colour = '000000';
[Executed successfully] line: 20, UPDATE phpbb_users SET chatspot_alert = 'e';
[Executed successfully] line: 21, UPDATE phpbb_users SET chatspot_ignores = '';
[Executed successfully] line: 22, UPDATE phpbb_users SET chatspot_kick = 'a:1:{i:1;a:1:{i:0;s:1:"0";}}';
[Executed successfully] line: 23, INSERT INTO phpbb_chatspot_options VALUES('log', '0,1,1,3,2,n,0,n');
[Executed successfully] line: 24, INSERT INTO phpbb_chatspot_options VALUES('kickinv', '1,1,0,15 minutes,10 minutes,');
Complete.
de chatbpox werkt nu perfeckt enkelt dit krijg ik nog steeds in admin gedeelte
Code: Selecteer alles
Failed to update general configuration for ChatSpot
DEBUG MODE
Line : 66
File : admin_chatspot.php