In index.php, find:
PHP Code:
$countposts=$DB_site->query_first("SELECT COUNT(postid) AS posts FROM post");
$totalposts=$countposts[posts];
if ($totalposts=="") {
$totalposts=0;
}
And edit the "0" and put in any number than you want ADDED onto the post count.
Do the same for the Thread code which is directly under this code.
By the way, this is for vBulletin 1.x.x - I haven't got vBulletin 2.0 beta yet, but it's probably the same thing. Mayeb a couple different variables.