W-Nailer v0.30; November 30, 2002

+-------------+
|  UPGRADING  |
+-------------+

If you are upgrading (from a version below 0.29), make sure to keep your 
dirs.php file! Otherwise, you will just have to move your galleries to 
the new 'galleries' directory and that's it!
You CANNOT keep your config.php; the new file has a different setup!
If you want to keep your values; you will have to copy them manually using 
a text-editor!


+-------------+
|    SETUP    |
+-------------+
To get started, make sure you change the first line on 
'scripts/nailer.inc.php' to where the script is located!

$dir[path] = '/usr/local/apache/htdocs/projects/w-nailer/';


If you don't know the path, uncomment these lines & run 'nailer.php':

$dp = str_replace(basename($PHP_SELF), '', $_SERVER['PATH_TRANSLATED']);
echo $dp; // debug


the path displayed, should be the correct server path!



Some files & directories need to be writable for PHP:

/galleries/ and underlying directories (see below)

/scripts/
/scripts/dirs.php
/scripts/config.php
/scripts/css.css

/pix/
/pix/sh1.png - sh5.png (if you wish to use the shadow option)

CHMOD these files/directories to 766 or 777 (depends a bit on your server).



Directory structure:
/galleries/
/galleries/fotoxx/
/galleries/fotoxx/thumbs/
/galleries/fotoxx/original/ (NEW since version 0.29!)
/galleries/fotoxx/error/
/galleries/fotoxx/comments/



Point your browser to 'setup.php' to enter the setup pages (Or click the 
yellow 'lock' in the lower right corner of the start screen).
The pages are protected with a password & username listed in 'scripts/login.php'.
Change these if you do not want people to be able to login to your admin area!!
The default value is guest/guest.


+-------------+
|   SUPPORT   |
+-------------+

Any question/comment? Please visit: http://wnailer.vddh.com/forum/index.php

I visit this forum daily, and will try to help you as soon as possible!


Rds,
Willem
