"Widgets", add the "Concept2 Logbook Widget" to the sidebar and edit its options. You need to set a title and your ranking ID from your Concept2 profile. */ load_plugin_textdomain('concept2-logbook'); function widget_concept2_logbook_init() { if ( !function_exists('register_sidebar_widget') ) return; function concept2_logbook($args) { extract($args); $options = get_option('widget_concept2_logbook'); $userid = $options['userid']; $title = $options['title']; if ($userid <> '') { $output = `wget -O - -q "http://concept2.com/sranking03/small_counter.asp?user=$userid" | grep "id='season'" | grep "id='total'"`; list($season,$total,$last) = explode("
Seasonal Distance: '.$season.'
'; $output .= 'Total Distance: '.$total.'
'; $output .= 'Last Entry: '.$last.'
'; $output .= '