attach_mod v239

Du hast Probleme beim Einbau oder bei der Benutzung eines Mods? In diesem Forum bist du richtig.
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Antworten
Benutzeravatar
shebaka
Mitglied
Beiträge: 60
Registriert: 17.03.2004 21:34
Wohnort: Mödling
Kontaktdaten:

attach_mod v239

Beitrag von shebaka »

hallihallo!

ich bin gerade dabei, den attach_mod in ein phpbb 2.0.8 board zu installieren...allerdings verstehe ich einen teil der anleitung nicht!
#
# STEP NUMBER I: Uploading all new Files
#
# Copy/Upload all files to their respective Location (the directory structure is in the folder root)
#
# attach_mod/root/download.php -> download.php
# attach_mod/root/uacp.php -> uacp.php
# attach_mod/root/attach_rules.php -> attach_rules.php
# attach_mod/root/admin/admin_attach_cp.php -> admin/admin_attach_cp.php
# attach_mod/root/admin/admin_attachments.php -> admin/admin_attachments.php
# attach_mod/root/admin/admin_extensions.php -> admin/admin_extensions.php
# attach_mod/root/attach_mod/attachment_mod.php -> attach_mod/attachment_mod.php
# attach_mod/root/attach_mod/displaying.php -> attach_mod/displaying.php
# attach_mod/root/attach_mod/index.htm -> attach_mod/index.htm
# attach_mod/root/attach_mod/pm_attachments.php -> attach_mod/pm_attachments.php
# attach_mod/root/attach_mod/posting_attachments.php -> attach_mod/posting_attachments.php
# attach_mod/root/attach_mod/includes/constants.php -> attach_mod/includes/constants.php
# attach_mod/root/attach_mod/includes/functions_admin.php -> attach_mod/includes/functions_admin.php
# attach_mod/root/attach_mod/includes/functions_attach.php -> attach_mod/includes/functions_attach.php
# attach_mod/root/attach_mod/includes/functions_delete.php -> attach_mod/includes/functions_delete.php
# attach_mod/root/attach_mod/includes/functions_filetypes.php -> attach_mod/includes/functions_filetypes.php
# attach_mod/root/attach_mod/includes/functions_includes.php -> attach_mod/includes/functions_includes.php
# attach_mod/root/attach_mod/includes/functions_selects.php -> attach_mod/includes/functions_selects.php
# attach_mod/root/attach_mod/includes/functions_thumbs.php -> attach_mod/includes/functions_thumbs.php
# attach_mod/root/attach_mod/includes/index.htm -> attach_mod/includes/index.htm
# attach_mod/root/files/index.php -> files/index.php
# attach_mod/root/images/icon_clip.gif -> images/icon_clip.gif
# attach_mod/root/images/icon_disk.gif -> images/icon_disk.gif
# attach_mod/root/images/icon_disk_gray.gif -> images/icon_disk_gray.gif
# attach_mod/root/templates/subSilver/add_attachment_body.tpl -> templates/subSilver/add_attachment_body.tpl
# attach_mod/root/templates/subSilver/posted_attachments_body.tpl -> templates/subSilver/posted_attachments_body.tpl
# attach_mod/root/templates/subSilver/posting_attach_body.tpl -> templates/subSilver/posting_attach_body.tpl
# attach_mod/root/templates/subSilver/posting_attach_rules.tpl -> templates/subSilver/posting_attach_rules.tpl
# attach_mod/root/templates/subSilver/uacp_body.tpl -> templates/subSilver/uacp_body.tpl
# attach_mod/root/templates/subSilver/viewtopic_attach_body.tpl -> templates/subSilver/viewtopic_attach_body.tpl
# attach_mod/root/templates/subSilver/admin/attach_cat_body.tpl -> templates/subSilver/admin/attach_cat_body.tpl
# attach_mod/root/templates/subSilver/admin/attach_cp_attachments.tpl -> templates/subSilver/admin/attach_cp_attachments.tpl
# attach_mod/root/templates/subSilver/admin/attach_cp_body.tpl -> templates/subSilver/admin/attach_cp_body.tpl
# attach_mod/root/templates/subSilver/admin/attach_cp_search.tpl -> templates/subSilver/admin/attach_cp_search.tpl
# attach_mod/root/templates/subSilver/admin/attach_cp_user.tpl -> templates/subSilver/admin/attach_cp_user.tpl
# attach_mod/root/templates/subSilver/admin/attach_extension_groups.tpl -> templates/subSilver/admin/attach_extension_groups.tpl
# attach_mod/root/templates/subSilver/admin/attach_extensions.tpl -> templates/subSilver/admin/attach_extensions.tpl
# attach_mod/root/templates/subSilver/admin/attach_forbidden_extensions.tpl -> templates/subSilver/admin/attach_forbidden_extensions.tpl
# attach_mod/root/templates/subSilver/admin/attach_manage_body.tpl -> templates/subSilver/admin/attach_manage_body.tpl
# attach_mod/root/templates/subSilver/admin/attach_quota_body.tpl -> templates/subSilver/admin/attach_quota_body.tpl
# attach_mod/root/templates/subSilver/admin/attach_shadow.tpl -> templates/subSilver/admin/attach_shadow.tpl
# attach_mod/root/templates/subSilver/admin/extension_groups_permissions.tpl -> templates/subSilver/admin/extension_groups_permissions.tpl
#
so bis hier her hab ich alles gemacht! jetzt steht dann aber nochmal fast das gleiche!!! was ist easymod and mod template compliance?

muss/soll ich das machen oder lassen?
#
#-----[ COPY ] ---------------------------
# This is for EasyMod and Mod Template compliance

copy attach_mod/root/download.php to download.php
copy attach_mod/root/uacp.php to uacp.php
copy attach_mod/root/attach_rules.php to attach_rules.php
copy attach_mod/root/admin/admin_attach_cp.php to admin/admin_attach_cp.php
copy attach_mod/root/admin/admin_attachments.php to admin/admin_attachments.php
copy attach_mod/root/admin/admin_extensions.php to admin/admin_extensions.php
copy attach_mod/root/attach_mod/attachment_mod.php to attach_mod/attachment_mod.php
copy attach_mod/root/attach_mod/displaying.php to attach_mod/displaying.php
copy attach_mod/root/attach_mod/index.htm to attach_mod/index.htm
copy attach_mod/root/attach_mod/pm_attachments.php to attach_mod/pm_attachments.php
copy attach_mod/root/attach_mod/posting_attachments.php to attach_mod/posting_attachments.php
copy attach_mod/root/attach_mod/includes/constants.php to attach_mod/includes/constants.php
copy attach_mod/root/attach_mod/includes/functions_admin.php to attach_mod/includes/functions_admin.php
copy attach_mod/root/attach_mod/includes/functions_attach.php to attach_mod/includes/functions_attach.php
copy attach_mod/root/attach_mod/includes/functions_delete.php to attach_mod/includes/functions_delete.php
copy attach_mod/root/attach_mod/includes/functions_filetypes.php to attach_mod/includes/functions_filetypes.php
copy attach_mod/root/attach_mod/includes/functions_includes.php to attach_mod/includes/functions_includes.php
copy attach_mod/root/attach_mod/includes/functions_selects.php to attach_mod/includes/functions_selects.php
copy attach_mod/root/attach_mod/includes/functions_thumbs.php to attach_mod/includes/functions_thumbs.php
copy attach_mod/root/attach_mod/includes/index.htm to attach_mod/includes/index.htm
copy attach_mod/root/files/index.php to files/index.php
copy attach_mod/images/icon_clip.gif to images/icon_clip.gif
copy attach_mod/images/icon_disk.gif to images/icon_disk.gif
copy attach_mod/images/icon_disk_gray.gif to images/icon_disk_gray.gif
copy attach_mod/root/templates/subSilver/add_attachment_body.tpl to templates/subSilver/add_attachment_body.tpl
copy attach_mod/root/templates/subSilver/posted_attachments_body.tpl to templates/subSilver/posted_attachments_body.tpl
copy attach_mod/root/templates/subSilver/posting_attach_body.tpl to templates/subSilver/posting_attach_body.tpl
copy attach_mod/root/templates/subSilver/posting_attach_rules.tpl to templates/subSilver/posting_attach_rules.tpl
copy attach_mod/root/templates/subSilver/uacp_body.tpl to templates/subSilver/uacp_body.tpl
copy attach_mod/root/templates/subSilver/viewtopic_attach_body.tpl to templates/subSilver/viewtopic_attach_body.tpl
copy attach_mod/root/templates/subSilver/admin/attach_cat_body.tpl to templates/subSilver/admin/attach_cat_body.tpl
copy attach_mod/root/templates/subSilver/admin/attach_cp_attachments.tpl to templates/subSilver/admin/attach_cp_attachments.tpl
copy attach_mod/root/templates/subSilver/admin/attach_cp_body.tpl to templates/subSilver/admin/attach_cp_body.tpl
copy attach_mod/root/templates/subSilver/admin/attach_cp_search.tpl to templates/subSilver/admin/attach_cp_search.tpl
copy attach_mod/root/templates/subSilver/admin/attach_cp_user.tpl to templates/subSilver/admin/attach_cp_user.tpl
copy attach_mod/root/templates/subSilver/admin/attach_extension_groups.tpl to templates/subSilver/admin/attach_extension_groups.tpl
copy attach_mod/root/templates/subSilver/admin/attach_extensions.tpl to templates/subSilver/admin/attach_extensions.tpl
copy attach_mod/root/templates/subSilver/admin/attach_forbidden_extensions.tpl to templates/subSilver/admin/attach_forbidden_extensions.tpl
copy attach_mod/root/templates/subSilver/admin/attach_manage_body.tpl to templates/subSilver/admin/attach_manage_body.tpl
copy attach_mod/root/templates/subSilver/admin/attach_quota_body.tpl to templates/subSilver/admin/attach_quota_body.tpl
copy attach_mod/root/templates/subSilver/admin/attach_shadow.tpl to templates/subSilver/admin/attach_shadow.tpl
copy attach_mod/root/templates/subSilver/admin/extension_groups_permissions.tpl to templates/subSilver/admin/extension_groups_permissions.tpl
copy attach_mod/root/language/lang_english/lang_admin_attach.php to language/lang_english/lang_admin_attach.php
copy attach_mod/root/language/lang_english/lang_faq_attach.php to language/lang_english/lang_faq_attach.php
copy attach_mod/root/language/lang_english/lang_main_attach.php to language/lang_english/lang_main_attach.php
copy attach_mod/root/install/mod_table_inst.php to install/mod_table_inst.php
copy attach_mod/root/install/schemas/attach_mysql_basic.sql to install/schemas/attach_mysql_basic.sql
copy attach_mod/root/install/schemas/attach_mysql_schema.sql to install/schemas/attach_mysql_schema.sql
copy attach_mod/root/install/schemas/attach_mssql_basic.sql to install/schemas/attach_mssql_basic.sql
copy attach_mod/root/install/schemas/attach_mssql_schema.sql to install/schemas/attach_mssql_schema.sql
copy attach_mod/root/install/schemas/attach_postgres_basic.sql to install/schemas/attach_postgres_basic.sql
copy attach_mod/root/install/schemas/attach_postgres_schema.sql to install/schemas/attach_postgres_schema.sql
Ich weiss, das ist so ne richtige DAU Frage, aber ich will mir das board nicht verhunzen und alles ordentlich machen!

cya!
Benutzeravatar
Leuchte
Ehemaliges Teammitglied
Beiträge: 9179
Registriert: 26.05.2003 14:57
Wohnort: Duisburg
Kontaktdaten:

Beitrag von Leuchte »

Das kannst du ignorieren. Diese Anweisungen sind nur für den EasyModInstaller (sagt der Name doch schon, oder? ;))

btw:
aber ich will mir das board nicht verhunzen und alles ordentlich machen!
backups? ;)
Benutzeravatar
shebaka
Mitglied
Beiträge: 60
Registriert: 17.03.2004 21:34
Wohnort: Mödling
Kontaktdaten:

Beitrag von shebaka »

danke!!!

naja..wenn man weiß, was ein easymod ist...bin neu in dieser szene!!!

danke jedenfalls!!!!

liebe grüße an alle!
Benutzeravatar
Leuchte
Ehemaliges Teammitglied
Beiträge: 9179
Registriert: 26.05.2003 14:57
Wohnort: Duisburg
Kontaktdaten:

Beitrag von Leuchte »

EasyModInstaller - EinfachModifikationenEinbauer (mal ganz platt) :D
siehe auch hier
http://www.phpbb.de/topic35933.html
Benutzeravatar
shebaka
Mitglied
Beiträge: 60
Registriert: 17.03.2004 21:34
Wohnort: Mödling
Kontaktdaten:

Beitrag von shebaka »

so was gibt es? warum hab ich dann jetzt 40 files manuell geändert?

naja..beim nächstenmal.. *G*

ich hab eigentlich alles super hingekriegt!

aber jetzt meint phpbb:
Das Verzeichnis "files" ist nicht schreibbar. Du musst das Upload Verzeichnis erstellen und zu 777 chmodden (oder den Besitzer des Verzeichnisses auf den Besitzer des HTTP-Servers stellen) um Dateien hochladen zu können.
Wenn du nur FTP-Zugriff hast, dann ändere das 'Attribut' des Verzeichnisses auf rwxrwxrwx.
das verzeichniss "files" existiert bereits!!!!

was ist zu 777 chmodden?
(oder den Besitzer des Verzeichnisses auf den Besitzer des HTTP-Servers stellen)
klingt lustig, aber ich komm im kopf nicht ganz nach...was bedeutet das?

Soweit ich das verstehe, kann ich die FTP spezifischen felder im admin bereich auslassen oder?

gibt es dazu eine kleine deutsche anleitung???

danke schon mal!

ich hoffe, wenn ich ein bissi in der materie bin, kann ich euch auch helfen!!!

lg shebaka
Benutzeravatar
itst
Ehrenadmin
Beiträge: 7418
Registriert: 21.08.2001 02:00
Wohnort: Büttelborn bei Darmstadt
Kontaktdaten:

Beitrag von itst »

RTFM: KB:chmod
Sascha A. Carlin,
phpBB.de Ehrenadministrator
:o
Benutzeravatar
shebaka
Mitglied
Beiträge: 60
Registriert: 17.03.2004 21:34
Wohnort: Mödling
Kontaktdaten:

Beitrag von shebaka »

okay jetzt ist mir 777 klar!

die rechte sind eh gescheit eingestellt!!!

ich glaub es liegt daran!

www.domain.xx/phpbb2/files

mein system glaubt, das "files" auf "www.domain.xx/phpbb2/" liegt...mein board hat aber ne eigene domain!

also die files liegen in "www.domain.xx/files"

im adminbereich steht aber eh nur "files" als pfad!

wie krieg ich das zum laufen????
Benutzeravatar
Leuchte
Ehemaliges Teammitglied
Beiträge: 9179
Registriert: 26.05.2003 14:57
Wohnort: Duisburg
Kontaktdaten:

Beitrag von Leuchte »

Der Mod bezieht sich auf die Einstellung, die du im ACP unter Allgemeines -Konfiguration > Domainname eingestellt hast.
Wenn dort steht, www.domain.de und der Scriptpfad ist / dann muss dein Files Ordner auch unter www.domain.de/files zu finden sein.
Steht im Scriptpfad /phpbb2/ muss dort logischerweise der 'files' Ordner sein.
Antworten

Zurück zu „phpBB 2.0: Mod Support“