"); echo "

Join ".PROJECT."

  1. ".tr(RULES_TITLE)."
  2. Download BOINC
  3. When prompted, enter ".$master_url."

Returning participants

Community

Project totals and leader boards

"; } $caching = false; if ($caching) { start_cache(INDEX_PAGE_TTL); } $stopped = web_stopped(); $rssname = PROJECT . " RSS 2.0" ; $rsslink = URL_BASE . "rss_main.php"; if (defined("CHARSET")) { header("Content-type: text/html; charset=".tr(CHARSET)); } echo ""; echo " ".PROJECT."

".PROJECT."

"; if (!$stopped) { $profile = get_current_uotd(); if ($profile) { echo " \n"; } } echo "
"; if ($stopped) { echo " ".PROJECT." is temporarily shut down for maintenance. Please try again later. "; } else { db_init(); show_nav(); } echo "

Powered by \"BOINC

User of the day

"; $user = lookup_user_id($profile->userid); echo uotd_thumbnail($profile, $user); echo user_links($user)."
"; echo sub_sentence(output_transform(strip_tags($profile->response1)), ' ', 150, true); echo "

News

"; show_news($project_news, 5); if (count($project_news) > 5) { echo "...more"; } echo "

News is available as an RSS feed \"XML\".

"; if ($caching) { page_tail_main(true); end_cache(INDEX_PAGE_TTL); } else { page_tail_main(); } ?>