Actually - looking at those paths I can see why it failed - you are not installing the chat in the forum folder, but a level up in the [root] html folder. Flashchat/vb integration assumes the former. The best bet is to edit nothing and install it in the forum folder.
If you really want it a level up then edit the CMS file (line 8) to this;
PHP Code:
require_once $vbpath . '/../../forum/includes/config.php';