i would like to use the PFC but i have to install it on an external server since i'm not allowed to install chats at all on my normal server.
So on Server 1 i have sth like this
<iframe src="123.123.123.123/chat/index.php?username=bunny"></iframe>
and in the index.php from the other server
....
$params[nick] = $_GET["username"];
....
It seems to work, but everytime i open the chat with different usernames, the chat doesn't recognize this

How can i manage that every time i open the chat it takes the username written in die param-array, not in any sessions?
thanks for all help & sorry for bad english
regards