I'm trying to PFC for our icehockeclub.
1. When I log in only the first letter appears i the nick-list. For ex. if I log in with sip only an s appears.
Why is that ???
2. I also have problems to log in as admin. I have read all about it it here but I cant get it right.
My file looks lika this:
<?php
require_once dirname(__FILE__)."/src/phpfreechat.class.php";
$params = array("title" => "Halmstad Hockeys Chat",
"max_msg" => 21,
"clock" => false,
"isadmin" => false,
"serverid" => md5(__FILE__),
"theme" => "blune",
);
$params["channels"] = array('Bortamatch');
$params["admins"] = array("sip" => "zippy61");
$chat = new phpFreeChat( $params );
?>
I log in with sip and then gives to command /identify zippy61 but nothing happens.
URL: http://www.hockey.halmstad.com/phpfreechat/hhchat.php
Thank's