Jump to the post that solved this thread.
Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Not Solved [How To?] Number of posts on an hour-by-hour basis
#1
Not Solved
G'day,

is there any way I can see the number of posts in each hour for my forum? I'm just interested in seeing the busy/down times each day.

I have searched, but no joy. Possibly wrong search terms, etc.
#2
Not Solved
use phpMyAdmin or similar and run this query

SELECT hour(from_unixtime(dateline)), count(pid) FROM `mybb_posts` group by hour(from_unixtime(dateline))

result is list of hours 0-23 and number of posts.

on large boards, this may be slow
Lost interest, sold my sites, will browse here once in a while. It's been fun.
#3
Not Solved
Thanks for that, works a treat. Brilliant.

I was hoping that this could be looked at easily on the web with the other stats, but I guess you can't have everything :-)
Jump to the post that solved this thread.


Forum Jump:


Users browsing this thread: 1 Guest(s)