I have installed this chat on my host and it's really great.
I use a phpBB forum, and have installed this code to check the Nick :
define('IN_PHPBB', true);
$phpbb_root_path = '../forum/';
$phpEx = substr(strrchr(__FILE__, '.'), 1);
$chat_root_phpbbrealtive_path = '../chat/'; // Chat url relative to phpBB root

include($phpbb_root_path . 'common.' . $phpEx);
$user->session_begin();
$auth->acl($user->data);
$user->setup();
if($user->data['user_id'] == ANONYMOUS)
{
echo $user->data['user_id'];
echo "vous n'avez pas accès au chat car vous n'êtes pas logué/e.";
exit();
}
So I have 2 problems now.
First, with IE, sometimes it display the window strange, so I puted that line :
<meta http-equiv=“X-UA-Compatible” content=“IE=7” />
but it conitnues.
Have you got another thing to contourn this problem : Smileys are strange ...
I use for myself Firefox but users are free to use their own...
The second is :
If I open the chatroom first with Firefox for example and then I connect with IE, I'm connect two times in the same time.
My nick is Cyb, so there ie two Cyb on the channel.
It's not a big big problem I think people perhaps have others things to do that joking on a little chat but...
May be someone can help me ? Thanks and sorry again for my english !!