Page 1 of 1

Having Stats on team page.

Posted: Tue Apr 29, 2008 6:43 pm
by BackDraft
Corrected Thanks

Re: Having Stats on team page.

Posted: Tue Apr 29, 2008 8:43 pm
by uncle_fungus
Welcome to the forum BackDraft!

Unfortunately a fast stats page for your team doesn't exist at that URL since your team isn't in the top 2000 or so. I'm afraid you'll have to wait until you rise up the ranks a bit more, or use one of the 3rd party stats sites like EOC or Kakao (links above).

Also, the vspx27 alias is out-dated. The correct address should have been fah-web.stanford.edu

Re: Having Stats on team page.

Posted: Wed Apr 30, 2008 4:21 pm
by v00d00
Why not just design something to parse these two files for what you need.

http://fah-web.stanford.edu/daily_team_summary.txt
http://fah-web.stanford.edu/daily_user_summary.txt

I personally do mine in a shell script on linux, but doing it in php wouldnt be all that harder.

Re: Having Stats on team page.

Posted: Tue Jun 10, 2008 2:54 am
by BackDraft
uncle_fungus wrote:Welcome to the forum BackDraft!

Unfortunately a fast stats page for your team doesn't exist at that URL since your team isn't in the top 2000 or so. I'm afraid you'll have to wait until you rise up the ranks a bit more, or use one of the 3rd party stats sites like EOC or Kakao (links above).

Also, the vspx27 alias is out-dated. The correct address should have been fah-web.stanford.edu
What Links?

Thank You for the welcome.
Our team is in the high 2000's right now. If I change the vspx27 to fah-web.stanford.edu the stats will work when we get under 2000?
Thanks.

Re: Having Stats on team page.

Posted: Tue Jun 10, 2008 3:37 am
by bruce
Welcome to the foldingforum BackDraft!
What Links?
At the top of this page, you'll see the following:
Folding Forum
Community driven support forum for F@H

Pandegroup • Home • News • Project Summary • Server Status • Client Download
Stats • OfficialExtreme OCKakao Other • Tools • WIKI • fahinfo.org
The two I've colored red are links to other stats sites which derive their data from the official (blue) site but then process it in other ways.

Re: Having Stats on team page.

Posted: Thu Jul 31, 2008 1:08 am
by BackDraft
OK, I have changed the code from this

Code: Select all

http://vspx27.stanford.edu/teamstats/team$team.txt
to this

Code: Select all

http://fah-web.stanford.edu/teamstats/team$team.txt
still no dice and I think we are in the top 2000 now.

Is the code correct? or do I have to change it to something else?
Maybe

Code: Select all

http://fah-web.stanford.edu/teamstats/team111148.txt or html?

Re: Having Stats on team page.

Posted: Thu Jul 31, 2008 11:23 am
by v00d00
Your team still has 93 places to go, to get to the 2000 mark.

http://folding.extremeoverclocking.com/ ... =&t=111148

Re: Having Stats on team page.

Posted: Thu Jul 31, 2008 6:19 pm
by BackDraft
v00d00 wrote:Your team still has 93 places to go, to get to the 2000 mark.

Code: Select all

http://folding.extremeoverclocking.com/team_summary.php?s=&t=111148
oops!
but which code is best?
txt or html.?
I just want to get it right.
I'm getting ready to launch the site in about two weeks and i'm ironing out the bugs right now.

Code: Select all

http://fah-web.stanford.edu/teamstats/team111148.?
Thanks.

Re: Having Stats on team page.

Posted: Thu Jul 31, 2008 7:25 pm
by v00d00
Well thats my one.

http://fah-web.stanford.edu/teamstats/team32896.html

But seriously, id grab the full list as a .bz2 and just parse it in php/perl/python its better and doesnt steal as much of Stanfords bandwidth (which Vijay will probably take offense to if you are loading that link more than 10 times per day).

http://fah-web.stanford.edu/daily_team_summary.txt.bz2
and
http://fah-web.stanford.edu/daily_user_summary.txt.bz2

Both of those are regenerated every 3 hours.