Code: Alles auswählen
COPY phpbb2/upload/index.html TO upload/index.html
Ich hoff mir kann geholfen werden

Also wohin muss diese datei:
Code: Alles auswählen
upload/index.html
greeu peri
Code: Alles auswählen
COPY phpbb2/upload/index.html TO upload/index.html
Code: Alles auswählen
upload/index.html
Code: Alles auswählen
#
#-----[ SQL ]------------------------------------------
#
1.: RUN upload_mod_db_install.php AND DELETE IT AFTER THAT !!!
2.: Set the directory "upload" with FTP-CHMOD to 777 !!!
1.: FÜHRE DIE upload_mod_db_install.php AUS UND LÖSCHE SIE DANACH !!!
2.: Setze das Verzeichnis "upload" per FTP-CHMOD auf 777 !!!
Code: Alles auswählen
RUN upload_mod_db_install.php
phpBB : Kritischer Fehler
Could not connect to the database
Jetzt müsste nur noch jemand so nett sein, das in SQL umzuschreiben. Denn meiner einer kann das nicht."INSERT INTO " . $table_prefix . "config VALUES ('uploadmod_active', '1')",
"INSERT INTO " . $table_prefix . "config VALUES ('uploadmod_dir', 'http://www.domain.de/phpBB2/')",
"INSERT INTO " . $table_prefix . "config VALUES ('uploadmod_uploaddir', 'upload/')",
"INSERT INTO " . $table_prefix . "config VALUES ('uploadmod_size', '512000')",
"INSERT INTO " . $table_prefix . "config VALUES ('uploadmod_pixel', '700')"
Insert into phpbb_config ('config_name', 'config_value') VALUES ('uploadmod_active', '1');Peggy hat geschrieben:Das hier habe ich in der upload_mod_db_install.php gefunden:
Jetzt müsste nur noch jemand so nett sein, das in SQL umzuschreiben. Denn meiner einer kann das nicht."INSERT INTO " . $table_prefix . "config VALUES ('uploadmod_active', '1')",
"INSERT INTO " . $table_prefix . "config VALUES ('uploadmod_dir', 'http://www.domain.de/phpBB2/')",
"INSERT INTO " . $table_prefix . "config VALUES ('uploadmod_uploaddir', 'upload/')",
"INSERT INTO " . $table_prefix . "config VALUES ('uploadmod_size', '512000')",
"INSERT INTO " . $table_prefix . "config VALUES ('uploadmod_pixel', '700')"
@perikles: Zugang zur Datenbank (phpmyAdmin) hast du doch, oder?