1 頁 (共 1 頁)

[外掛問題救助]attach_mod_2.3.10

發表於 : 2004-09-05 10:38
paul2004
第四步不懂
有没有人懂?

STEP NUMBER IV: Additional Instructions
#
# In this installation i have put three little icons (icon_disk.gif, icon_disk_gray.gif, icon_clip.gif) for attachments into.
# Put it to your images, or whereever you want.
#
# The standard path for your files is 'files' and the standard upload image is images/icon_clip.gif.
# If you want to change it, go to your Administration Panel under Attachments->Management.
#
# You'll have to create the upload path and chmod it to 777 (or change the owner to you httpd-servers owner) to upload files if
# you don't use the ftp upload feature.
# if you have only 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 into the database. You don't have to chmod the directory (ftp-path).
#
# it would be wise that you put the provided index.php to this directory to prevent directory indexing.
#
# 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).

Re: [外掛問題救助]attach_mod_2.3.10

發表於 : 2004-09-05 16:04
flower
STEP NUMBER IV: Additional Instructions
#
# In this installation i have put three little icons (icon_disk.gif, icon_disk_gray.gif, icon_clip.gif) for attachments into.
# Put it to your images, or whereever you want.

確定所需圖片(*.gif)都上傳到應該上傳的位置

#
# The standard path for your files is 'files' and the standard upload image is images/icon_clip.gif.
# If you want to change it, go to your Administration Panel under Attachments->Management.

預設的上傳檔案目錄是files 預設的下載圖型請上傳放置於images/icon_clip.gif
這些設定都可以由後台的檔案設定變更


#
# You'll have to create the upload path and chmod it to 777 (or change the owner to you httpd-servers owner) to upload files if
# you don't use the ftp upload feature.
# if you have only plain ftp-access change the 'Attribute' of your files-directory to rwxrwxrwx.

請將上傳的目錄權限變更為777 (rwxrwxrwx)

#
# If you are using the ftp-upload feature, enter the relevant information in Attachments->Management.
# The password is stored in plaintext into the database. You don't have to chmod the directory (ftp-path).
#
# it would be wise that you put the provided index.php to this directory to prevent directory indexing.

最好是在這些目錄裡面放置空的index.php or index.html 以防止整個目錄內容曝光

#
# 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).

如果有使用cache的功能 請將cache的目錄權限變更為777 (rwxrwxrwx)

Re: [外掛問題救助]attach_mod_2.3.10

發表於 : 2004-09-06 10:21
paul2004
flower 寫:STEP NUMBER IV: Additional Instructions

(rwxrwxrwx)[/color]
thank you :-)