*** empty log message ***

svn path=/trunk/boinc/; revision=10071
This commit is contained in:
David Anderson 2006-05-01 18:54:01 +00:00
parent fd1629ccd3
commit 3c67823ca3
1 changed files with 17 additions and 0 deletions

View File

@ -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",