Index  | Recent Threads  | Unanswered Threads  | Who's Active  | Guidelines  | Search
 

Quick Go »
No member browsing this thread
Thread Status: Active
Total posts in this thread: 7
[ Jump to Last Post ]
Post new Thread
Author
Previous Thread This topic has been viewed 2327 times and has 6 replies Next Thread
foxfire
Advanced Cruncher
United States
Joined: Sep 1, 2007
Post Count: 121
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Lookup by BOINC User ID Not Working [Resolved]

Before the move this URL: https://www.worldcommunitygrid.org/boinc/show_user.php?userid=402500
would return a XML page of user stats. It now returns what appears to be the php script:

<?php
// This file is part of BOINC.

// http://boinc.berkeley.edu

// Copyright (C) 2008 University of California

//

// BOINC is free software; you can redistribute it and/or modify it

// under the terms of the GNU Lesser General Public License

// as published by the Free Software Foundation,

// either version 3 of the License, or (at your option) any later version.

//

// BOINC is distributed in the hope that it will be useful,

// but WITHOUT ANY WARRANTY; without even the implied warranty of

// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

// See the GNU Lesser General Public License for more details.

//

// You should have received a copy of the GNU Lesser General Public License

// along with BOINC. If not, see <http://www.gnu.org/licenses/>.


// This page shows basic account details about a given user

// The page can be output as either XML or HTML.

// If output as xml the user may optionally

// also get a list of hosts in case the user provides his/her authenticator.

// Object-caching and full-file caching is used to speed up queries

// for data from this page.

$cvs_version_tracker[]="\$Id$";
....
----------------------------------------

----------------------------------------
[Edit 1 times, last edit by foxfire at May 20, 2017 6:33:01 PM]
[May 18, 2017 11:39:24 PM]   Link   Report threatening or abusive post: please login first  Go to top 
SekeRob
Master Cruncher
Joined: Jan 7, 2013
Post Count: 2741
Status: Offline
Reply to this Post  Reply with Quote 
Re: Lookup by BOINC User ID Not Working

Not familiar with that link, interesting you did not have to specify ?xml=true to get xml back. If I run it as-is, it asks if I want to open it in Visual Studio.
[May 19, 2017 8:19:26 AM]   Link   Report threatening or abusive post: please login first  Go to top 
foxfire
Advanced Cruncher
United States
Joined: Sep 1, 2007
Post Count: 121
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Lookup by BOINC User ID Not Working

Not familiar with that link, interesting you did not have to specify ?xml=true to get xml back. If I run it as-is, it asks if I want to open it in Visual Studio.

And if you open it you will get the text file partially listed in OP.
----------------------------------------

[May 19, 2017 12:33:44 PM]   Link   Report threatening or abusive post: please login first  Go to top 
knreed
Former World Community Grid Tech
Joined: Nov 8, 2004
Post Count: 4504
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Lookup by BOINC User ID Not Working

All of the issues above have been fixed. You should be able to use it normally now.
[May 20, 2017 3:35:52 AM]   Link   Report threatening or abusive post: please login first  Go to top 
knreed
Former World Community Grid Tech
Joined: Nov 8, 2004
Post Count: 4504
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Lookup by BOINC User ID Not Working

Not familiar with that link, interesting you did not have to specify ?xml=true to get xml back

It is part of the RPC's provided by the BOINC PHP website. Since we don't use the full BOINC website, we force that page to render only in XML since the HTML that does render has no javascript files or css associated with it. However, some people use those pages to grab stats across multiple projects and so we make those available.
[May 20, 2017 3:37:48 AM]   Link   Report threatening or abusive post: please login first  Go to top 
Former Member
Cruncher
Joined: May 22, 2018
Post Count: 0
Status: Offline
Reply to this Post  Reply with Quote 
Re: Lookup by BOINC User ID Not Working

Well thnks for making it work again. Added to my xml retrievables library.
----------------------------------------
[Edit 1 times, last edit by Former Member at May 20, 2017 6:13:06 AM]
[May 20, 2017 6:06:28 AM]   Link   Report threatening or abusive post: please login first  Go to top 
foxfire
Advanced Cruncher
United States
Joined: Sep 1, 2007
Post Count: 121
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Lookup by BOINC User ID Not Working

All of the issues above have been fixed. You should be able to use it normally now.

Thank you!
----------------------------------------

[May 20, 2017 6:32:33 PM]   Link   Report threatening or abusive post: please login first  Go to top 
[ Jump to Last Post ]
Post new Thread