After looking at your examples, I thought I'd suggest putting the script into a function. Instead of including the script multiple times, just include it once and call the function more than once:
PHP Code:
include_once ("vbextern.php");
vbextern ("asc", "topthreads", $max="25");
vbextern ("asc", "listusers", $max="10", $memberorder="posts");
Just a suggestion, but since many people will likely use multiple features of the script, it seemed logical.
Also, is there any way to allow users to get full posts emailed to them? Like, if i want to receive this thread by email, any time a post is made i get the full post mailed to me?
That would be a nice feature... I'm myself will be looking into adding it