Since one of the index.php files is much older than the other (version 4.0.2 and the other is the newer 4.2.0pl2), I'll assume you should only be using the newer one.
Replace:
Code:
require('forum.php');
With:
Code:
require_once('./includes/v3arcade_vbsuite_index_compatibility.php');
require('forum.php');
Save and upload the index.php. See if that solves your scoring issues.