| Index | Recent Threads | Unanswered Threads | Who's Active | Guidelines | Search |
| World Community Grid Forums
|
| No member browsing this thread |
|
Thread Status: Active Total posts in this thread: 7
|
|
| Author |
|
|
foxfire
Advanced Cruncher United States Joined: Sep 1, 2007 Post Count: 121 Status: Offline Project Badges:
|
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] |
||
|
|
SekeRob
Master Cruncher Joined: Jan 7, 2013 Post Count: 2741 Status: Offline |
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.
|
||
|
|
foxfire
Advanced Cruncher United States Joined: Sep 1, 2007 Post Count: 121 Status: Offline Project Badges:
|
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. ![]() |
||
|
|
knreed
Former World Community Grid Tech Joined: Nov 8, 2004 Post Count: 4504 Status: Offline Project Badges:
|
All of the issues above have been fixed. You should be able to use it normally now.
|
||
|
|
knreed
Former World Community Grid Tech Joined: Nov 8, 2004 Post Count: 4504 Status: Offline Project Badges:
|
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. |
||
|
|
Former Member
Cruncher Joined: May 22, 2018 Post Count: 0 Status: Offline |
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] |
||
|
|
foxfire
Advanced Cruncher United States Joined: Sep 1, 2007 Post Count: 121 Status: Offline Project Badges:
|
All of the issues above have been fixed. You should be able to use it normally now. Thank you! ![]() |
||
|
|
|