Log in

View Full Version : Neel help to setting up vbadvance portal.


manutdvn
10-11-2005, 07:18 AM
I am trying to set up vbadvance portal, but in the last step to fill out the path like this.


In your cmps_index.php file:

Now open your cmps_index.php file in this folder and find:
chdir('./forum');

Replace this with the full path to your forum on your server.

I dont know how to know this path. I created the file info.php like the instruction but I can not get any information about my path. What I should do??? Please.

Rover416
10-11-2005, 07:38 AM
Look in your phpinfo file for this


_SERVER["PATH_TRANSLATED"] /home/****/public_html/



Replace * with your account username and put your forum directory (e.g forum) after public_html. (unless it is installed in the root).

manutdvn
10-11-2005, 08:07 AM
define('CHDIR_PATH', '/www/m/a/manutdvnforum.com/htdocs/forum');
I found this in vbiconfig.php file when I used vbindex 3.0.0
Is that my path?