Quote:
Originally Posted by Chuck S That would not appear to be correct as if the path was right in that variable we would find your global.php file in vbulletin please check again |
here's what i have:
// We need to know the server paths to both your
vB installation and your PhotoPost installation
$vbpath = "/home/julian/public_html/forums";
$pppath = "/home/julian/public_html/photopost";
// We need the URL path to your PhotoPost and
vb installation
$url_path = "http://www.keyreef.com/photopost";
$vb_urlpath = "http://www.keyreef.com/forums";
// The URL of your photo dir where your images are stored (with / at end)
$data_dir = "http://www.keyreef.com/photopost/data/";
// If your PhotoPost tables have a prefix, put it here
// Example:
// = "pp_";
$pp_db_prefix = "";
// If you use the mobile phone integration, set this variable to the CatID for the gallery
define( MOBILE_CAT, -1 );