Talk live via Skype with a volunteer, in any of several languages. Go to BOINC Online Help.

"; show_forum_header($user); $categories = BoincCategory::enum("is_helpdesk=1 order by orderID"); $first = true; foreach ($categories as $category) { if ($first) { $first = false; show_forum_title($category, null, null); show_mark_as_read_button($user); echo "

"; start_forum_table(array("Topic", "# Questions", "Last post")); } if (strlen($category->name)) { echo " ", $category->name, " "; } $forums = BoincForum::enum("parent_type=0 and category=$category->id order by orderID"); foreach ($forums as $forum) { echo " id\">$forum->title
", $forum->description, " ", $forum->threads, " ", time_diff_str($forum->timestamp, time()), " "; } } echo "

"; page_tail(); $cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit ?>