I am a new user of this soft. Look Great!
Well I am using some parameters in the phpfreechat-1.0-beta10
require_once dirname(__FILE__)."/src/phpfreechat.class.php";
$params = array();
$params["title"] = "Mi Chat";
$params["nick"] = "invitado: ".rand(1,1000); // setup the intitial nickname
$params["isadmin"] = true; // just for debug

$params["serverid"] = md5(__FILE__); // calculate a unique id for this chat
$params["height"] = "200px"; // height of chat area is 230px
$params["width"] = "400px"; // width of chat area is 800px
//$params["debug"] = true;
$chat = new phpFreeChat( $params );
But the $chat->printChat(); ignore this
What happend?
Sorry my poor engish
Cheers
Alejandro