Can you help me? I integrate the chat into my site with login system. Everything works fine, but the auto connect function doesn't.

here's the link to test it:
http://world3d.hu/chat4/index.php?testname=freechat
$params = array();
$params["title"] = "WORLD3D.hu :: Chat";
$params["nick"] = $nev;
$params["serverid"] = md5("world3dchat");
$params["nickmarker"]=false;
$params["max_text_len"] = 300;
$params["language"] = "hu_HU";
$params["theme"] = "world3d";
$params["frozen_nick"] = true;
$params["refresh_delay"] = 5000;
$params["max_msg"] = 50;
$params["height"]="430px";
$params["shownotice"] = 3;
$params["max_msg"] = 50;
$params["height"]="430px";
$params["connect_at_startup"] = true;
$params["focus_on_connect"]=true;
$params["nickmeta"] = array("avatar" => $userpic);
$params["quit_on_closedwindow"]=true;
$chat = new phpFreeChat( $params );