Hello everybody,
I have installed the chat but I can't run private messages, because the Nick list box in the right doesn't show the nick of the other users that are connected to the chat, the list box only shows the nick of the current user, others are empty, only the gif icon is showed (user.gif).
Can you help me ?
My installation:
$parm["serverid"] = md5(__FILE__);
$parm["nick"] = $nicki; // it can be useful to take nicks from a database
$parm["isadmin"] = true;
$parm["debug"] = true;
$parm["title"] = "Chat";
$parm["refresh_delay"] = 2000;
$parm['max_msg'] = 0;
V: 1.0-beta11