[Acydmods-checkins] amod_24x/docs install.txt,1.15,1.16
Brought to you by:
acydburn
|
From: Meik S. <acy...@us...> - 2006-09-04 16:46:39
|
Update of /cvsroot/acydmods/amod_24x/docs In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv12090/docs Modified Files: install.txt Log Message: version 2.4.4 Index: install.txt =================================================================== RCS file: /cvsroot/acydmods/amod_24x/docs/install.txt,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** install.txt 1 Jun 2006 18:50:43 -0000 1.15 --- install.txt 4 Sep 2006 16:46:35 -0000 1.16 *************** *** 1,1030 **** ! ################################################################# ! ## MOD Title: File Attachment Mod v2 ! ## MOD Author: Acyd Burn < N/A > (Meik Sievertsen) http://www.opentools.de/ ! ## MOD Description: ! ## This Mod adds the ability to attach files in phpBB2. ! ## This Version has been tested and works with phpBB 2.0.20. ! ## This Version will NOT work with phpBB2 Modules designed for *Nuke Portals or phpBB2 Ports. ! ## MOD Version: 2.4.4 ! ## ! ## Installation Level: Intermediate [...2033 lines suppressed...] ! # (or change the owner to you httpd-servers owner) to upload files if you do not use the ftp upload feature. ! # if you only have plain ftp-access change the 'Attribute' of your files-directory to rwxrwxrwx. ! # ! # If you are using the ftp-upload feature, enter the relevant information in Attachments->Management. ! # The password is stored in plaintext within the database. You don't have to chmod the directory (ftp-path). ! # ! # it would be wise if you put the provided index.php to this directory to prevent directory indexing if this ! # has been enabled at your server. ! # ! # Before you make anything, i suggest you go to your Administration Panel->Attachments->Management and prove ! # that uploading is working with the Test Upload button. ;) ! # ! # CONFIG CACHING ! # ! # If you want the Attachment Mod config table to be cached (reduce of one query on all phpBB2 Pages), you ! # have to create a directory 'cache' within your phpBB2 root folder. ! # This directory have to be chmodded to 777 (see above instructions on how to do this). ! # ! ! # EoM |