Hi there,
I'm trying to test 123flashchat now, I'm trying to integrate it into my phpbb3 forum, and host the chat server myself (other server than the server on which the forum runs).
I have some issues regarding the integration:
- I installed the integration part end did the instructions, but as soon as I edit the index.php with this:
root/index.php
Find:
$birthday_list = '';
After add:
// begin 123 flash chat mod include
($phpbb_root_path . 'includes/functions_chat.'.$phpEx);
$chat_info = getChatters();
$chat_list = getChatterList();
$Room_im= chat_config();
//end 123 flash chat mod
My forum index is a blank screen

When I remove the part it works just fine. What's the problem here? Tried DEBUG mode of phpbb, but no results, also blank screen.
- I want to use an other chatserver, which is hosted by me on another location, I installed the chatserver on that server and tested it. But I don't know what I should fill-in, in the adminpanel in phpbb3.
Hope that somebody can help me with these issues. If it all works as I want to, than I will be buying a license.
