PixelFX - ok thx. no problems. Let me know - I'll be waiting to test

.
Mickie D - I'm using Apache, but I'm using myvbindex as my homepage hack. Can you copy me your configuration file for thumbincluder.php, specifically PixelFX and myself weren't sure about the paths. Here is my config settings for thumbincluder.php:
//PhotoPost Setting
//You must change these values in order to run this script
$Url_Path = "http://mysite.com/gallery/"; //URL of your photo album, where the index.php is (with / at end)
$data_dir = "http://mysite.com/gallery/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
My actual site structure is:
Code:
mysite.com (root)
|--- myvbindex.php (equivalent to vbindex)
|--- Gallery (photopost location)
|--- thumbincluder.php
|--- Forum (vbulletin install)
I believe its just the path info that's incorrect, so if you could copy me your settings as above, I'd appreciate it

.