會員註冊 / 登入  |  電腦版  |  Jump to bottom of page

公告區 Announcements » 安道生網站技術練功房成立滿一週年了

發表人: andowson, 七段學員
2008-01-02 16:06:24
大家好,今天是網站成立滿一年的日子,2007年的元旦假期讓我有時間把網站架起來,從2007年1月的月流量182名訪客成長到2007年12月的月流量4608名訪客,可以說每日的訪客數都大於第一個月整個月加起來的訪客數了。
去年的成果大致如下:
註冊會員數:423名
select count(*) from jforum_users where user_regdate < to_date('2008-01-01', 'yyyy-mm-dd')

已啟用帳號數:300人
select count(*) from jforum_users where user_active = 1 and user_regdate < to_date('2008-01-01', 'yyyy-mm-dd')

啟用率約為七成(300/423)
有發表文章人數:17人
select count(*) from jforum_users where user_regdate < to_date('2008-01-01', 'yyyy-mm-dd') and user_posts > 0

發文率約為5.67%(17/300)
發表文章數:222篇
select count(*) from jforum_posts where post_time < to_date('2008-01-01', 'yyyy-mm-dd')


今年的展望:
1.會員數成長到1000人,啟用率八成
2.發表文章數成長到500篇,發文率8%

希望大家多多發表自己練功的成果喔!




會員註冊 / 登入  |  電腦版  |  Jump to top of page