$i= true;
while($i) {
sleep(0.5);
$line = fgets($fp,4096);
if($line) {
$line = stripslashes($line);
list($options,$message) = explode("#!#",$line);
list($toroom,$topeople) = explode("<!>",$options);
if($toroom == $chatroom || $toroom == "") {
if($topeople=="" || $topeople == $loginname) {
print $message."<script language=\"JavaScript\"> window.scrollBy(0,10000); </script>";
}
}
flush();
}
}
?>
found this onece in phplitlechat from boris@gamate.com