View Single Post
  #3 (permalink)  
Old 05-30-2009, 05:42 PM
moldenboy moldenboy is offline
Junior Member
 
Join Date: May 2009
Posts: 1
Default phpbb3 install problems

Stimpy - I have exactly the same problem with the white screen when I edit the index.php.

This chat module looks extremely cool - and I hope I can get it to work!

When I got that white screen, I went back to my original index.php (which made my board work again - whew!) - and I tried to proceed with the next step: Administration Control Panel > System > Module Management :: Administration Control Panel. This is where I am supposed to add a module.

However - when I go to that link - I get a big ol' page of script that says:

'acp_chat', 'title' => 'Chat', 'version' => '1.0.0', 'modes' => array( 'acp_chat' => array('title' => 'Chat', 'auth' => '', 'cat' => ''), ), ); } function install($chat_table) { global $phpbb_root_path, $phpEx, $db, $user; $module_data = $this->module(); $sql = 'CREATE TABLE `'.$chat_table.'` ( `extendserver` TINYINT( 1 ) NOT NULL DEFAULT "0", `clientlocation` VARCHAR( 100 ) NOT NULL DEFAULT "http://www.123flashchat.com", `clientswfname` VARCHAR( 50 ) NOT NULL DEFAULT "123flashchat.swf", `chatdatapath` VARCHAR( 100 ) NOT NULL , `chatroomname` VARCHAR( 50 ) NULL , `primaryhost` VARCHAR( 50 ) NULL , `primaryport` INT( 5 ) NULL , `chatgroup` VARCHAR( 50 ) NOT NULL , `chatwidth` INT( 4 ) NOT NULL DEFAULT "634", `chatheight` INT( 4 ) NOT NULL DEFAULT "476", `fullscreen` TINYINT( 1 ) NOT NULL DEFAULT "1" )'; $result = $db->sql_query($sql); $sql = 'INSERT INTO `'.$chat_table.'` ( `extendserver` , `clientlocation` , `clientswfname` , `chatroomname` , `chatdatapath` , `chatgroup` , `chatwidth` , `chatheight` ) VALUES ( "2", "http://www.123flashchat.com", "123flashchat.swf","'.$_SERVER['HTTP_HOST'].'","C:/Program Files/123FlashChatServer7.0/server/data/default/", "", "634", "476" );'; $result = $db->sql_query($sql); $db->sql_freeresult($result); set_config('chat_version', $module_data['version']); } function uninstall() { } } ?>

Well - that ain't good.

I too will buy a license if I can get this thing to work. Can someone please help us?!?!

Moldenboy.
Reply With Quote