Posted November 20, 2010
Hi. I decided to compile some stats on GogPM for those who are curious.
In the first 3 weeks of November, gogpm.barefoot-monkey.org.za has had 27781 hits from 504 unique visitors
The top-10 countries for visiting the site are (in order): United States, Great Britain, Canada, Poland, South Africa, Norway, Australia, Finland, Germany, Denmark
92.7% of all page hits were made using Windows computers, with a fairly even split between XP, Vista and 7 (although Windows 7 is in the lead).
3.9% were from Mac OSX
3% were from some operating systems that use Linux
63% of all page hits were made from Firefox
24.6% from Google Chrome
6.5% from Internet Explorer (and only 0.1% using IE6. I love you guys!)
3.8% from Opera
1.5% from Safari
Here are some stats that I got from the PM database along with the SQL queries that were used to generate the results.
187 GOG users have registered their accounts on GogPM
(select count(*) from accounts)
481 messages have been sent (not counting those that have been deleted)
(select count(*) from messages)
The most messages that any one user has received is 43
(select count(*) as number from messages group by to_user order by number desc limit 1)
The most messages that any one user has sent is 63
(select count(*) as number from messages group by from_user order by number desc limit 1)
I want to say a sincere thank you to the GOG community for all your support and encouragement.
In the first 3 weeks of November, gogpm.barefoot-monkey.org.za has had 27781 hits from 504 unique visitors
The top-10 countries for visiting the site are (in order): United States, Great Britain, Canada, Poland, South Africa, Norway, Australia, Finland, Germany, Denmark
92.7% of all page hits were made using Windows computers, with a fairly even split between XP, Vista and 7 (although Windows 7 is in the lead).
3.9% were from Mac OSX
3% were from some operating systems that use Linux
63% of all page hits were made from Firefox
24.6% from Google Chrome
6.5% from Internet Explorer (and only 0.1% using IE6. I love you guys!)
3.8% from Opera
1.5% from Safari
Here are some stats that I got from the PM database along with the SQL queries that were used to generate the results.
187 GOG users have registered their accounts on GogPM
(select count(*) from accounts)
481 messages have been sent (not counting those that have been deleted)
(select count(*) from messages)
The most messages that any one user has received is 43
(select count(*) as number from messages group by to_user order by number desc limit 1)
The most messages that any one user has sent is 63
(select count(*) as number from messages group by from_user order by number desc limit 1)
I want to say a sincere thank you to the GOG community for all your support and encouragement.