Found the problem. I renamed it. Try clearing your history and then opening it, or opening it by "SHIFT+Clicking."
The line to remove in the first part of step 3 looks like this:
PHP Code:
else if ($lastposter['userid'] != $bbuserinfo['userid']) {
$DB_site->query("UPDATE thread SET views=views WHERE threadid='$threadid'");}
There is a similar line in the second part of step 3.
I also changed the last line. Just try opening the install file again and see if it is different.
There are NO changes to newreply.php
Hope that works.