mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=10071
This commit is contained in:
parent
fd1629ccd3
commit
3c67823ca3
|
@ -1,5 +1,22 @@
|
|||
<?php
|
||||
|
||||
// the following sites generate stats for a given CPID
|
||||
//
|
||||
$cpid_stats_sites = array(
|
||||
array("BOINCStats",
|
||||
"http://www.boincstats.com/stats/boinc_user_graph.php?pr=bo&id=%s"
|
||||
),
|
||||
array("BOINC Statistics for the WORLD!",
|
||||
"http://www.boincsynergy.com/stats/boinc-individual.php?cpid=%s"
|
||||
),
|
||||
array("BOINC Combined Statistics",
|
||||
"http://boinc.netsoft-online.com/get_user.php?cpid=%s&html=1"
|
||||
),
|
||||
array("The Knights Who Say 'Ni!'",
|
||||
"http://stats.kwsn.net/user.php?proj=all&cpid=%s"
|
||||
),
|
||||
);
|
||||
|
||||
$stats_sites = array(
|
||||
array(
|
||||
"http://www.boincuk.com/globalprojectstats.php",
|
||||
|
|
Loading…
Reference in New Issue