no glo. did you read the readmefirst file?
most of the time, people do this:
[root]
index.php < your vbHome (lite) file
---[forum] < your forums folder
------[index.php < your index.php file for your forumhome
------[more files here...
---------[admin] < your admin forums folder
------------[index.php < your index.php file for your admin CP
------------[more files here...
the chdir command is needed just to trace the /forum/global.php file, not your vbHL index.php file.
you can place anywhere you like the vbHL index.php file (included in the .zip), as long as you set the correct path to grab global.php, from your forums folder.
vbHome (lite) index.php file cannot work if the path is not correct.
once you set the right path, you can place even on the moon, your vbHome (lite) index.php and it will still work.
for example if your path is:
/home/index/site/local/forum
and your global.php is in /forum folder, you have to enter this:
chdir('/home/index/site/local/forum');
if you do this, you can place your vbHome (lite) file in any of the upper folders, for example:
/home, /index, /site, /local
and as well as in lower ones:
/forum/images
or whereever you want to put it. did you get it now?