I think it is supposed to make a rss-file with your ten last posts or something.
PostNuke has sopport for newsfeeds in this format, I believe, and this would be an easy way to get those posts on the first page.
But I'd never understand from just reading the post above. Think there was 1 hardcoded word in russian or something in there too that has to be replaced for english pages. Should be replaced with Poster or Author or something to that extent.
*reading file again*
Umm, is this even valid PHP?
PHP Code:
$result = $getlastpost=$DB_site->query("SELECT threadid, title, postusername FROM thread WHERE visible=1 AND (sticky=1 OR sticky=0) AND open<>10 ORDER BY lastpost DESC LIMIT 10");