Well now ... I've been very busy on this forum the last few months.
I hit the 10,000 mark on May 3, 2012, as announced in my post called This is my 10,000th post!.
This got me curious about how many posts per year I've been doing since I opened this forum five years ago on June 5, 2007. Here are the stats:
And here are my stats compared with all the posts by other members of this forum. As you can see, there is a healthy increasing trend. I'd like to take this opportunity to thank all the members who have taken their valuable time to contribute. THANKS!
For those interested in the technical side of things, here is the code required to suck this data from the vBulletin database:
Code:select MONTH(FROM_UNIXTIME(dateline,'%Y-%m-%d %H.%i.%s')) as 'month',YEAR(FROM_UNIXTIME(dateline,'%Y-%m-%d %H.%i.%s')) as 'year', count(*) from vbpost where userid = 1 GROUP BY MONTH(FROM_UNIXTIME(dateline,'%Y-%m-%d %H.%i.%s')), YEAR(FROM_UNIXTIME(dateline,'%Y-%m-%d %H.%i.%s')) ORDER BY dateline asc;




<<======== Needs more candles.
Reply With Quote




Bookmarks