Results 1 to 24 of 24

Thread: team add request

  1. #1
    Member 1fast6's Avatar
    Join Date
    Apr 2002
    Location
    sunny Florida
    Posts
    61

    team add request

    hi bok...

    please add "The Pirate Fleet" team to your OGR-27 project stats

    http://stats.distributed.net/team/tm...=27&team=31857

    thanks
    cover me... I'm going in...


  2. #2
    Administrator Bok's Avatar
    Join Date
    Oct 2003
    Location
    Wake Forest, North Carolina, United States
    Posts
    24,468
    Blog Entries
    13
    Done.

    And run manually, so they should propagate to live within the next 1/2 hour or so..

    Bok

  3. #3
    Unholy Undead Death's Avatar
    Join Date
    Sep 2003
    Location
    Kyiv, Ukraine
    Posts
    907
    Blog Entries
    1
    maybe that's a time to add all teams to ogr27? what's the issue?
    wbr, Me. Dead J. Dona \


  4. #4
    Dungeon Master alpha's Avatar
    Join Date
    Mar 2002
    Location
    Norfolk, UK
    Posts
    1,700
    Some use password protection to prevent you from seeing the member list for that team.

  5. #5
    Administrator Bok's Avatar
    Join Date
    Oct 2003
    Location
    Wake Forest, North Carolina, United States
    Posts
    24,468
    Blog Entries
    13
    Correct.

    Plus it's a screen scraping exercise as no files are produced by dnet unfortunately.

    Bok

  6. #6
    Unholy Undead Death's Avatar
    Join Date
    Sep 2003
    Location
    Kyiv, Ukraine
    Posts
    907
    Blog Entries
    1
    well if can parse one page you can parse them all. it's just a matter of server load.

    maybe top 50 teams??
    wbr, Me. Dead J. Dona \


  7. #7
    Administrator Bok's Avatar
    Join Date
    Oct 2003
    Location
    Wake Forest, North Carolina, United States
    Posts
    24,468
    Blog Entries
    13
    No way would I crawl the whole lot. Dnet have already said NOT to. With top 50, again I'd hit password protected pages.

    I should certainly rewrite the parser to drive from the team list rather than having it based on individual team-id's, it's not just not high on my 'intersting to do' list right now.

    Bok

  8. #8
    Unholy Undead Death's Avatar
    Join Date
    Sep 2003
    Location
    Kyiv, Ukraine
    Posts
    907
    Blog Entries
    1
    http://lists.distributed.net/piperma...il/041674.html

    maybe changes on their side, like xml exporting will be better?
    wbr, Me. Dead J. Dona \


  9. #9
    Administrator Bok's Avatar
    Join Date
    Oct 2003
    Location
    Wake Forest, North Carolina, United States
    Posts
    24,468
    Blog Entries
    13
    I don't really care what format it is in, as long as it was in single files. Parsing html is not fun and prone to errors anyway.

    I've asked a few times for the same thing you are and been knocked back though

    No reason not to keep trying mind

    Bok

  10. #10
    Free-DC Semi-retire gopher_yarrowzoo's Avatar
    Join Date
    Mar 2002
    Location
    Knoxville, TN
    Posts
    3,985
    Yes pity some people don't realize the amount of trouble that others go to in order to update and keep stats running...
    Semi-retired from Free-DC...
    I have some time to help.....
    I need a new laptop,but who needs a laptop when you have a phone...
    Now to remember my old computer specs..


  11. #11
    Unholy Undead Death's Avatar
    Join Date
    Sep 2003
    Location
    Kyiv, Ukraine
    Posts
    907
    Blog Entries
    1
    Well discussion clarify something

    Nuno Rodrigues to D.net
    show details Apr 24 (3 days ago)

    Reply

    I searched the .plans and found this:

    http://n0cgi.distributed.net/cgi/dne...gi?user=thejet


    Thanks to Simon T. we've got another XML export in our stable.
    The Participant Summary page is now available as an XML export.
    The new page can be reached at:

    http://stats.distributed.net/partici...ummary_xml.php

    The page takes the following arguments [as query string parameters]:
    id = The participant ID
    project_id = The project ID [25 == OGR-25, 8 == RC5-72]
    show_friends = Include friend statistics in a <friends> element
    show_neighbors = Include neighbor statistics in a <neighbors> element

    An example can be seen here:
    http://stats.distributed.net/partici...ow_neighbors=1

    Hopefully over the next few weeks/months we'll get a more robust implementation to allow all of our statistics pages to be viewed in XML form, making life much easier for those 3rd party statistics web sites to grab their core data.
    wbr, Me. Dead J. Dona \


  12. #12
    Unholy Undead Death's Avatar
    Join Date
    Sep 2003
    Location
    Kyiv, Ukraine
    Posts
    907
    Blog Entries
    1
    and another

    The distributed.net stats used to have a "raw output" option that was
    designed to make it simpler for web scrapers to pull their stats out
    and work with them locally, but most of the raw pages were lost when
    we migrated to the "next gen" stats system and have never been
    replicated in the "new" codebase (now over five years old, I think).

    That said...

    http://cvs.distributed.net/viewvc.cgi/stats-html/

    ...the stats code is open source and if anyone wants to put the time
    in to produce xml format output the contribution would be happily
    accepted and put into production.
    wbr, Me. Dead J. Dona \


  13. #13
    Unholy Undead Death's Avatar
    Join Date
    Sep 2003
    Location
    Kyiv, Ukraine
    Posts
    907
    Blog Entries
    1
    view-source:http://stats.distributed.net/partici...&project_id=27

    Code:
    <!-- WARNING: This code is experimental and the schema is subject to change at any time --> 
    <!--
    API Documentation:
    // Variables Passed in url:
    // id == Participant ID
    // project_id == Project ID
    // show_friends == Show Friend Data
    // show_neighbors == Show Neighbor Data
    --> 
    <participant-summary id="469686" project="OGR-27" project-id="27" last-update="26-Apr-2009" > 
        <name><![CDATA[Alain Kaeslin .COM]]></name> 
        <motto><![CDATA[]]></motto> 
        <stats> 
            <stat name="rank-project" unit="" value="221" change="322"/> 
    	<stat name="rank-project-day" unit="" value="1" change="7" /> 
            <stat name="work-overall" unit="Gnodes" value="670825"/> 
            <stat name="work-day" unit="Gnodes" value="446509"/> 
            <stat name="work-first" unit="" value="2009-04-24"/> 
            <stat name="work-last" unit="" value="2009-04-26"/> 
            <stat name="days-working" unit="" value="3"/> 
        </stats> 
    </participant-summary>
    from html stats

    Code:
    Rank	Participant	First Unit	Last Unit	Days	Gnodes
    1(7)	Alain Kaeslin .COM	24-Apr-2009	26-Apr-2009	3	446,509
    wbr, Me. Dead J. Dona \


  14. #14
    Administrator Bok's Avatar
    Join Date
    Oct 2003
    Location
    Wake Forest, North Carolina, United States
    Posts
    24,468
    Blog Entries
    13
    That's been there for some time. It's only per user though (there is or was a team one too), so does not really help in getting full stats.

    It would need to be expanded to do all users and have a teamid on too

    Bok

  15. #15
    Unholy Undead Death's Avatar
    Join Date
    Sep 2003
    Location
    Kyiv, Ukraine
    Posts
    907
    Blog Entries
    1
    wbr, Me. Dead J. Dona \


  16. #16
    Unholy Undead Death's Avatar
    Join Date
    Sep 2003
    Location
    Kyiv, Ukraine
    Posts
    907
    Blog Entries
    1
    also if you wish you can make some changes in cvs

    http://cvs.distributed.net/viewvc.cgi/stats-html/team/
    wbr, Me. Dead J. Dona \


  17. #17
    Unholy Undead Death's Avatar
    Join Date
    Sep 2003
    Location
    Kyiv, Ukraine
    Posts
    907
    Blog Entries
    1
    http://stats.distributed.net/team/tm...php?team=26268

    EVEN BETTER!

    You can run grabber once for team = 1; i++; i < 100000
    and then remove from final list all 404 errors or access denied responces.
    wbr, Me. Dead J. Dona \


  18. #18
    Administrator Bok's Avatar
    Join Date
    Oct 2003
    Location
    Wake Forest, North Carolina, United States
    Posts
    24,468
    Blog Entries
    13
    There is no way on earth I would run something to do 100,000 page retrievals from dnet. They would (and rightly so) ban the ip address.

    Until they provide a single file for stats, this is just not going to happen.

    Bok

  19. #19
    Unholy Undead Death's Avatar
    Join Date
    Sep 2003
    Location
    Kyiv, Ukraine
    Posts
    907
    Blog Entries
    1
    okay

    There are 338 registered teams.
    204 of them submitted work units yesterday.
    (2 of them are brand new!)

    you can retrieve only 338 xml pages. )))
    wbr, Me. Dead J. Dona \


  20. #20
    Member 1fast6's Avatar
    Join Date
    Apr 2002
    Location
    sunny Florida
    Posts
    61

    another add request..

    hi bok... one more request to add our RC5-72 team...


    http://stats.distributed.net/team/tm...d=8&team=31857

    thanks...
    cover me... I'm going in...


  21. #21
    Administrator Bok's Avatar
    Join Date
    Oct 2003
    Location
    Wake Forest, North Carolina, United States
    Posts
    24,468
    Blog Entries
    13
    Done and run,

    should show up fairly soon...

    Bok

  22. #22
    Member 1fast6's Avatar
    Join Date
    Apr 2002
    Location
    sunny Florida
    Posts
    61
    thanks, much appreciated...
    cover me... I'm going in...


  23. #23
    Please add [H]ard|OCP

    http://stats.distributed.net/team/tm...=27&team=24958

    edit: and add to RC5-72 as well (same number)
    Last edited by SazanEyes; 06-10-2009 at 12:23 AM.

  24. #24
    Administrator Bok's Avatar
    Join Date
    Oct 2003
    Location
    Wake Forest, North Carolina, United States
    Posts
    24,468
    Blog Entries
    13
    They will show up on tonight's run...

    Bok

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •