ich hätte für mein Forum gerne eine Gallerie, wo man Bilder hoch laden kann. Nun hab ich hier schon etwas im Forum rum gesucht und bin auf das Album von Smator gestossen.
Leider bin ich alles andere als ein Englisch- Ass und hab auch kein Plan von dieser php Programmierung.

Ich hab mich jetzt soweit ichs lesen konnte durch die Installations Anleitung gekämpft, aber nun ist aus.
Gibts irgendwo eine Anleitung auf Deutsch und vielleicht für Einsteiger??
Das habe ich jetzt zB so verstanden, dass ich die constants.php Datei öffne, dort nach den#-----[ OPEN ]-------------------------------------------------------
#
includes/constants.php
#
#-----[ FIND ]----------------------------------------
#
if ( !defined('IN_PHPBB') )
{
die("Hacking attempt");
}
#
#-----[ AFTER, ADD ]----------------------------------
# Don't worried! This file is very *lite*
// Album MOD
include($phpbb_root_path . 'album_mod/album_constants.' . $phpEx);
suche und dahinter einfachif ( !defined('IN_PHPBB') )
{
die("Hacking attempt");
}
rein haue.// Album MOD
include($phpbb_root_path . 'album_mod/album_constants.' . $phpEx);
Also so:
So habe ich das mit allen anderen Sachen, die in der Installations Anleitung beschrieben sind, gemacht. Und wo BEFORE stand, habe ichs davor eingefügt.if ( !defined('IN_PHPBB') )
{
die("Hacking attempt");
}
// Album MOD
include($phpbb_root_path . 'album_mod/album_constants.' . $phpEx);
Hab ich das so richtig gemacht??
Und ab hier versteh ich dann nur noch Bahnhof:
Ich habe wie schon geschrieben ein bestehendes Forum, wo ich das rein hauen will. Habe allerdings noch ein Forum zum rum testen gemacht, bevor ich das richtige Forum mit meinen Testerein schrotte.-----[ COPY ]-------------------------------------------------------
# These following instructions mean...
# Upload all files in directory "phpbb_root" with their structure to your phpBB root directory
#
# Remember to upload all the language files and template files to all your
# language packs and template directories
#
# If you use FTP please remember to use ASCII mode for text files (*.php, *.tpl)
# and BINARY mode for image files (*.jpg, *.gif)
# Fortunately good FTP clients today can auto-detect the mode for your files
copy phpbb_root/*.php to *.php
copy phpbb_root/admin/*.php to admin/
copy phpbb_root/album_mod/*.* to album_mod/
copy phpbb_root/language/lang_english/*.php to language/lang_english/
copy phpbb_root/templates/subSilver/*.* to templates/subSilver/
copy phpbb_root/templates/subSilver/admin/*.* to templates/subSilver/admin/
copy phpbb_root/templates/subSilver/images/*.* to templates/subSilver/images/
copy phpbb_root/templates/subSilver/images/lang_english/*.* to templates/subSilver/images/lang_english/
#
#-----[ ACTION ]--------------------------------------
# Create folder: album_mod/upload
# Create folder: album_mod/upload/cache
#
#-----[ ACTION ]--------------------------------------
# Require for Unix-like host (you can use your FTP client to do this)
#
# CHMOD 777 album_mod/upload
# CHMOD 777 album_mod/upload/cache
#
#-----[ SQL ]--------------------------------------------------------
# For FRESH Install Only!!! If you *upgrade* from Album v1.x.x you
# must *skip* this step to go to the *next* step!
#
# This Photo Album must add 5 tables into your database.
# Fortunately it will not alter any existed tables
#
# Upload album_db_install.php and album_mysql.sql to your phpBB root
# directory then run album_db_install.php by typing on the browser
# After that, delete both files immediately
#
# If you do not want to run album_db_install.php you can run the SQL
# queries manually in album_mysql.sql
#
##########
#
# If you are using phpBB older-than204 you should read file patch_phpBB_older-than-204.txt
#
# If you are using phpBB 2.0.4 you should read file patch_phpBB_204.txt
#
# After install, you should check your AdminCP
#
# If you have any problems try to look at FAQ.TXT first!
#
# Keep all files in this archive at a safe place in your hard disk. You
# maybe will need it again if you want to upgrade in future
# Normally, you can download the lastest version only from my site. So
# if you lost these files, you would not look back again.
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
Kann mir dort vielleicht Jemand helfen? *winsel*
Grüße
Alita