From: Lo?c C. <lo...@us...> - 2001-12-01 11:45:52
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/docs In directory usw-pr-cvs1:/tmp/cvs-serv19586/docs Modified Files: install.txt Log Message: added some words about required rights for the cache directory Index: install.txt =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/docs/install.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** install.txt 2001/06/13 18:07:38 1.2 --- install.txt 2001/12/01 11:45:49 1.3 *************** *** 30,33 **** --- 30,34 ---- chat/ + chat/cache chat/config chat/images *************** *** 44,51 **** docs/ ! 4) Before updating from an older version of phpMyChat, clean the messages table (using the 'chat/admin.php3' script of the old version, for example). ! 5) Then you have two possibilities : a) Use the online configuration tool by accessing 'chat/setup.php3' --- 45,57 ---- docs/ ! 4) If the previous stages were done locally, upload the whole directory to your ! server. ! In all cases ensure chat script is allowed read/write files in the ! 'chat/cache' sub-directory. ! ! 5) Before updating from an older version of phpMyChat, clean the messages table (using the 'chat/admin.php3' script of the old version, for example). ! 6) Then you have two possibilities : a) Use the online configuration tool by accessing 'chat/setup.php3' *************** *** 55,59 **** directives). ! 6) Once all this has been done, you should protect the config file (that contains your login/password for db access). Look at your server documentation to find out how to do this. --- 61,65 ---- directives). ! 7) Once all this has been done, you should protect the config file (that contains your login/password for db access). Look at your server documentation to find out how to do this. *************** *** 66,69 **** </files> ! 7) Add more languages by downloading them on phpHeaven, and put the directories in chat/localization/ --- 72,75 ---- </files> ! 8) Add more languages by downloading them on phpHeaven, and put the directories in chat/localization/ |