


> sorry for my english very sad

Moderators: OldWolf, re*s.t.a.r.s.*2
require_once dirname(__FILE__)."/src/phpfreechat.class.php";
$params = array();
$params["title"] = "Quick chat";
$params["nick"] = "guest".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["debug"] = true;
$chat = new phpFreeChat( $params );
Return to General Support (v1.x)
Users browsing this forum: No registered users and 19 guests