functions.php
Around line 80 find:
$post[postdate]=vbdate($dateformat,$post[dateline]);
$post[posttime]=vbdate($timeformat,$post[dateline]);
ADD:
$post[nntppostdate]=vbdate($dateformat,$post[nntpdateline]);
$post[nntpposttime]=vbdate($timeformat,$post[nntpdateline]);
Make sure you add the other functions.php usenet hacks also. If I remember correctly this is the only one that had to be moved
Last night I upgraded from vB 2.0.1 to 2.0.3 and managed to get usenet hack v20010714 (for vB 2.01) installed. I ran newnews.pl without problem, however, I did not test posting.
Tonight I'll tackle the latest usenet hack upgrade, with fingers crossed.
Good luck DarkReaper