HOW TO UNPACK -------------
Choose a directory into which to install the files. Unpack the installation in the directory using either:
gunzip -c forum.tar.gz | tar xf -
or
uncompress -c forum.tar.Z | tar xf -