ich möchte den attachment mod einbauen --->http://www.phpbb.de/moddb/attachment
Im Ordner fehlen die deutschen /language - Dateien und dort wo man sie runter laden kann laut Anleitung ist die HP offline.
Hat vielleicht jemand von euch die deutschen Sprachdateien oder kennt ne andere download-Adresse dafür?
danke
----------------------------------------------
Und sehe ich das richtig, dass ich nur beim ordner files den CHMOD auf 777 stellen muss?
Code: Alles auswählen
.
.
.
.
.
.
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
#
# STEP NUMBER IV: Additional Instructions
#
# 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 and change it under Attachments->Management.
#
# If the installer told you to make the upload path writeable, you have to chmod it to 777
# (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