i forgot tell you , i work in local server and this is my config data :
$cfgGalleryDirWeb = 'http://localhost/forum/gallery/'; // absolute web path to gallery files
$cfgImageDirWeb = 'http://localhost/forum/gallery/images/'; // absolute web path to image dir
$cfgImageDirLocal = 'C:/apache/htdocs/forum/gallery/images/'; //The local path to the image dir
$cfgThumbDirWeb = 'http://localhost/forum/gallery/thumbnails/'; // absolute web path to thumbnails dir
$cfgThumbDirLocal = 'C:/apache/htdocs/forum/gallery/thumbnails/'; // The local path to the thumbnails dir
// Put the forums usernumbers for the OakGallery Admins here (comma separated).
// Like this: '1,2,3,4' - NOT like this: '1, 2, 3' !!!
$cfgAdminList = '2';
$cfgForumDir = 'C:/apache/htdocs/forum/'; // The local path to the forum dir
$cfgGalleryDir = 'C:/apache/htdocs/forum/gallery/'; // The local path to the vGallery dir
$cfgConvert = '/usr/bin/X11/convert'; // Local path to ImageMagick's convert
$cfgComposite = '/usr/bin/X11/composite'; // Local path to ImageMagick's composite
|