Log in

View Full Version : direct forum path...


Winterworks
12-23-2008, 01:01 PM
I use VPS.. It's my friends.

When I log onto FTP, I put in my username (mike@trasion.com), password, host, and port.

When it loads, I see a few folders called backups, cgi-bin, errors, htdocs, logs, public_html.

When I open htdocs, that's where all of my forum files/folders are. So I see admincp, archive... etc.

With knowing this, can anyone tell me the direct path to my forum? I need it for vBAdvanced.

Dismounted
12-24-2008, 08:59 AM
Create a blank PHP file with this in it and place it in the same directory as vBAdvanced. Access this file through your browser.
<?php

$cwd = getcwd();
echo 'Your path is: ' . $cwd;
exit;

?>

Marco van Herwaarden
12-24-2008, 11:41 AM
Or find it in your PHP-Info. ;)

Dismounted
12-24-2008, 12:49 PM
That works as well. :D