PDA

View Full Version : full forum url path ? Help please


it_pimpin
02-02-2007, 02:20 PM
As this is a General Hosting/Server discussions section I feel it might be appropiate to ask this here !
I want to install a vbulletin mod on my forum i.e photoplog and I am required to fill in my full forum path somewhere on the mod files.

I know of a PHP script that when you upload to your site gives you the full forum or website path. I just can't remember it. I have used something like this before for a previous vbulletin mod but just can't remember the file this time around.

Anybody out here who can help ? I will be smitten a million:up: . Thanks

DPSR
02-02-2007, 02:49 PM
Try this:

In your vb admincp (in Maintenance): http://www.yoursite.com/admincp/index.php?do=phpinfo

Apache Environment >> DOCUMENT_ROOT

:)

or


create a .php file with:
<?php phpinfo(); ?>

upload above file to your server and run it :)

it_pimpin
02-03-2007, 09:45 AM
:up: That waz exactly what I needed thankz a smitthen men !!

tutusinghsohi
02-04-2007, 01:49 AM
thanks a lot..
i was about to start a thread for the same question...but this thread solved my problems..:D