I've just completed another mod for www.iamviet.com yesterday.
It's displays statistics related to my site and it's mod. top 50 last seen members top 25 most replied posts top 25 read post top 25 posters most page views pm's sent
It's suppose to be a member only thing but I took that out for this demo. Right now the specifications are just for my site, but after I worked out some stuff I'll release this.
Stuff like mySQL support. I use the "TOP" keyword in the sql queries often and mySQL doesn't like it.
Also many of the stuff on the stats are not default to the forum, like active users and private messages. Also active users and pm have been modified for my site. To get the last seen to work, I had to also pay with the ReadLastHereDate and M_LASTHEREDATE and have to figure out how to apply that change to the forum code.
quote: Private Messages 2661 PM's in the system. 40 PM's sent and received within last 24 hours.
LOL!! You have more PM's than some forums have total posts!!
lol yeah, private messaging has been a huge hit for my site.
ok status of this mod is: almost done Just need to think of what to do with mod specific stuff in the stats. Like the stats for Private Messages, Bookmarks, and such...
i added to my dev site and will probably release this soon
i'm using sql server 2000. yeah that is alot even with the pruning and such. Parts of the reason it's so popular is due to the Pager system I created for iamviet.
At one point my PM_INBOX was like 380 messages. Others pointed out that they had way full PM INBOXes as well so i had to create a check all feature for my pm_view.asp file hehe.