Question to everyone:
On some large boards, the browser stats parts get very large due to the fact that there is a lot of different browser versions. What approach would you guys recommend to shorten that list?
Example of a long list:
http://waw-df.com/forum/psistats.php
Edit:
I changed it not to track more than the major and the minor versions. E.g., if a version if X.Y.Z, it'll only track X.Y. To reset browser stats, run this query:
[SQL]DELETE FROM `psistats_data` WHERE `ctype` = 'browser'[/SQL]