Image Manager Module 1.2 for XOOPS 1.3.x
  by Nobuhiro Yasutomi <nobuhiro.yasutomi@nifty.ne.jp> 14/OCT/2002
    update to 1.2 at 12/May/2003

This module support for upload picture and binary data in XOOPS.

Uploaded file is save to database, and cached in filesystem.
This implimentation will be suppress access to huge data on
database and mentenance will be only dump database.

However, except image(picture) data transfer by program. It
reason is security and access control.

[INSTALL]

   $ cd html/modules
   $ tar xfz image-1.2.tar.gz
   $ chmod 777 image/cache
   $ chmod 666 image/cache/config.php

This module can use alone. But modify original XOOPS code for
Easy to use.

   $ cd ..

for image into message, upload and display
   $ patch -p0 < modules/image/patch.diff

allow override theme image ('logo.gif' and 'fivacon.ico')
   $ patch -p0 < modules/image/themes.diff

And You need database FILE access permition to database user,
you will set by mysql admin command like a

   $ mysql -u root
   mysql> GRANT FILE ON *.* TO dbuser@localhost;

After installation by XOOPS's modules management. Access control
set by Groups.

  NOTE: Anonymous user only upload 'image/*' type for abuse.
        Registered user upload type control by image module setup.

Uploaded pictures or other binary datas can access by following
URL:

    XOOPS_URL/modules/image/download.php?id=<Image-ID>

[Changes]

Updated from 1.1 to 1.2

  * admin page worked (fixed $op initialize bug)
  * module setting save in file

Updated from 1.0 to 1.1

  * banner image found rule reviced.
  * permition to download image allow anytime, other type file was controled.
  * register.php operation argument($op) initialize mistake fixed.

---
Nobuhiro Yasutomi
MySite Users < http://mysite.ddo.jp/ >
