//PhotoPost Setting
//You must change these values in order to run this script
$Url_Path = "http://www.mysite.com/image/"; //URL of your photo album, where the index.php is (with / at end)
$data_dir = "http://www.mysite.com/image/data/" ; //URL of your photo dir where those jpeg stored (with / at end)
$images_dir =$Url_Path."images/"; //URL of your photopost images dir where default missing thumb image is stored (with / at end)
$rel_dir = "data/"; // path to the data directory where pictures reside RELATIVE
// to the location of THIS file (used for checking thumbs)
//Database Setting
//You must change these values in order to run this script
//These value are not visible in the output page source
|