PDA

View Full Version : Stats


SiGmA_X
06-09-02, 02:36 AM
I am working on a PHP-Nuke Block for F@H. Where would I find the Include's for the amount of completed WU's, the Score, and the Rank?

Thanks in advance!

Cluster
06-09-02, 03:45 AM
http://www.statsman.org/folding2stats
http://folding.stanford.edu/stats.html

SiGmA_X
06-09-02, 04:12 AM
Thank you, but I need it just for certain data, which can be updated hourly, automatically. Sort of like how Statsman.org is. How does it gather the data?

Cluster
06-09-02, 05:00 AM
Actually, we have something like that. I have a perl script that pulls the data off of stanford parsing it for points, wus, and rank. I'm working on a modification of it for the contest to pull a bunch of different data out of it. I don't have the link on me, but i'm sure someone else has it bookmarked. Ploaf runs the page, so you could ask him more on it.

SiGmA_X
06-09-02, 05:04 AM
Could you please try to fine me the link? I really need this...

David
06-09-02, 05:58 AM
I belive Stanford maintains a text file on their server. Just parse that, should be OK to do with php.

SiGmA_X
06-09-02, 06:38 AM
Yes, I know, but WHERE?

David
06-09-02, 07:07 AM
Originally posted by SiGmA_X
Yes, I know, but WHERE?

Try looking at the official site: http://folding.stanford.edu

OR

Try the forums: http://forum.folding-community.org


:D

Ploaf
06-09-02, 08:58 AM
If you are just looking for the different stats pages stanford maintains 2 sets of stats pages. One is the stats page for the various team stats. This is what we use. http://folding.stanford.edu/cgi-bin/teampage.detailed?q=32

There is also a plain text file that has everyones stats all in one place. This is the file that Statsman uses - http://folding.stanford.edu/daily_user_summary.txt
and this one for the teams - http://folding.stanford.edu/daily_team_summary.txt

SiGmA_X
06-09-02, 02:15 PM
Okay, thank you. Is there a MySQL of this by any chance?

Or, how would you recommend pulling the data for just a certain team/user? With a MySQL, you can do a search, but this is a bit different…