Bis jetzt habe ich das gemacht:
Code: Alles auswählen
# These following instructions mean...
# Upload all files in directory "phpbb_root" with their structure to your phpBB root directory
copy phpbb_root/*.php to *.php
copy phpbb_root/admin/*.php to admin/*.php
copy phpbb_root/album_mod/*.* to album_mod/*.*
copy phpbb_root/album_mod/upload/*.* to album_mod/upload/*.*
copy phpbb_root/album_mod/upload/cache/*.* to album_mod/upload/cache/*.*
copy phpbb_root/album_mod/upload/med_cache/*.* to album_mod/upload/med_cache/*.*
copy phpbb_root/album_mod/upload/otf/*.* to album_mod/upload/otf/*.*
copy phpbb_root/album_mod/upload/wm_cache/*.* to album_mod/upload/wm_cache/*.*
copy phpbb_root/language/lang_english/*.php to language/lang_english/*.php
copy phpbb_root/language/lang_english/email/*.* to language/lang_english/email/*.*
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/*.*
copy cgi-bin/nuffload.cgi to cgi-bin/nuffload.cgi
Nun schau ich in den Administrations-Bereich und dann sieht das auf einmal so aus:
[ externes Bild ]
Ich kann also rechts nichts mehr auswählen, da alles weiß ist.
Was ist denn jetzt passiert?
Aber kurz nach dem Upload ging das noch und ich habe nichts weiter gemacht.