Tech
AusCERT 2008: Complete coverage
All the news and highlights from Australia's largest IT security conference, taking place in the Gold Coast this week.


All the highlights from AusCERT 2008, Australia's biggest security conference.
-
[?
//Get all stories related to AusCERT
library('/zdnet/livery/storyfragments/data/get_related_stories_by_keywordsolr.htm');
unset($options);
$options[rows] = 0;
$options[keywords] = array("AusCERT");
$options[start_date] = "2008/05/19 00:00:00";
$exclude_element_ids = array(339289075);
$stories_list = get_related_stories_by_keywords($options);
$tmp_story_list = array();
$count = 1;
foreach($stories_list as $story){
if($story->title != "" && !in_array($story->id, $exclude_element_ids)){
$listing_arr[$story->add_date][TITLE] = $story->title;
$listing_arr[$story->add_date][URL] = $story->url;
$listing_arr[$story->add_date][IMG] = $story->highlight_image;
$listing_arr[$story->add_date][LONG_SUMMARY] = $story->long_summary;
$listing_arr[$story->add_date][TYPE] = "story";
}
}
$id_list = array();
$id_list[PAGE] = "Security";
//$id_list[PRODUCT_ID] = 22171386; //exclude a vid
$GLOBALS[VIDEO_LISTING_LIMIT] = 0;
template('/zdnet/livery/video/data/get_videos_listing.htm', oid_encode($id_list));
foreach($GLOBALS[VIDEO_LISTING] as $video_id => $vals){
if($vals[POST_DATE] < "200805190000") continue;
$listing_arr[$vals[POST_DATE]][TITLE] = $vals[TITLE];
$listing_arr[$vals[POST_DATE]][URL] = $vals[URL];
$listing_arr[$vals[POST_DATE]][IMG] = $vals[THUMBNAIL_URL]."-88x66.jpg";
$listing_arr[$vals[POST_DATE]][LONG_SUMMARY] = $vals[SUMMARY];
$listing_arr[$vals[POST_DATE]][TYPE] = "video";
}
krsort($listing_arr);
$count = 1;
foreach($listing_arr as $post_date => $vals){
?]
[?= $vals[TITLE] ?]
[? if($vals[IMG] != "") { ?][? } ?]
[?= $vals[LONG_SUMMARY] ?]
[?= $vals[TYPE] == "story" ? 'Read the story' : 'Watch the video' ?]»
[?
$count++;
}
?]
AusCERT 2007 coverage
[? //Auto listing of AusCERT 2007 stories template('/zdnet/special/auscert_2008/2007_story_listing.htm'); ?]