--- lbbs/utils/bin/gen_top.php 2004/10/22 18:47:51 1.2 +++ lbbs/utils/bin/gen_top.php 2004/12/01 06:04:37 1.4 @@ -30,7 +30,7 @@ " \033[1;37mµÚ \033[31m%2d \033[37mÃû °æ¿é : \033[33m%s%s \033[37m¡¾\033[32m%s \033[37m¡¿ \033[35m%s%s \r\n". " \033[37m ±êÌâ : \033[44;37m%s%s \033[0;40;37m\r\n", $i++, $row["sname"], str_repeat(" ", 20 - strlen($row["sname"])), - strftime("%a %d %H:%M:%S", strtotime($row["sub_dt"])), + strftime("%b %d %H:%M:%S", strtotime($row["sub_dt"])), str_repeat(" ", 16 - strlen($row["username"])), $row["username"], substr($row["title"],0,60), str_repeat(" ", 60 - strlen($row["title"])) @@ -41,8 +41,6 @@ mysql_close($db_conn); - $buffer .= "\r\n"; - if (($fp=fopen($cache_path,"w"))) { fwrite($fp,$buffer);