|
Easy
// The URL of your photo dir where your images are stored (with / at end)
$data_dir = "http://207.58.143.178/forums/data/";
THAT IS DEFINATELY WRONG
should it not be
// The URL of your photo dir where your images are stored (with / at end)
$data_dir = "http://207.58.143.178/gallery/data/";
|