Open the plugin file, find:
Replace to:
Then try placing
$plugins->add_hook("index_start", "statusupdate_index");
Replace to:
$plugins->add_hook("global_intermediate", "statusupdate_index");
Then try placing
{$statusupdate}
in the header
template.