Quote:
Originally Posted by top end ms
Excelent way to ruine the PhotoPost software.
"// NOTE: This variable can only be set PRIOR to your first installation of PhotoPost;
// existing databases will not be changed and you will be unable to connect if you change
// this variable after performing a default installation."
Looks like I have to REINSTALL EVERYTHING NOW!!! Good lookin'
|
This does not ruine anything.
photopost/config-int.php
Standard setup EX:
Code:
//-----------------------------------------------------------------------------------//
// Forum Integration Configuration File
//
// For users using our forum integration files, there are a few things
// we need to know - like the location of PhotoPost and your forums; this
// prevents us from doing alot of extra processing in these scripts we otherwise
// would have to do.
//
// Follow the guides to set your paths and enable the integration options you
// want.
//-----------------------------------------------------------------------------------//
// We need to know the server paths to both your vB installation and your PhotoPost installation
$vbpath = "/www/pp/forums";
$pppath = "/www/pp/pro";
// We need the URL path to your PhotoPost and vb installation
$url_path = "http://192.168.0.4/pro/";
$vb_urlpath = "http://192.168.0.4/forums/";
// The URL of your photo dir where your images are stored (with / at end)
$data_dir = "http://192.168.0.4/pro/data/";
// If your PhotoPost tables have a prefix, put it here
// Example:
// pp_ = "pp_";
$pp_db_prefix = "pp_";