Betrifft MOD: [mod=Easy_attach_mod]Easy Attachment MOD[/mod]
Habe den bei mir eingebaut aber außer das auf der Admin seite nun was steht passiert garnix
Dirk
[Easy_attach_mod] Easy_attach_mod
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.
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.
-
- Mitglied
- Beiträge: 253
- Registriert: 04.02.2004 22:40
- Wohnort: Bochum
-
- Mitglied
- Beiträge: 253
- Registriert: 04.02.2004 22:40
- Wohnort: Bochum
Oki funktioniert nun einigermaßen
Was gehört darein, sprich was muss da rein damit was gespeichert werden kann oder auch nicht ?
pdf einfach hinzufühen ?
Dirk
Was gehört darein, sprich was muss da rein damit was gespeichert werden kann oder auch nicht ?
pdf einfach hinzufühen ?
Code: Alles auswählen
<?php
//ERLAUBTE DATEITYPEN - ALLOWED FILETYPS
$allow_config['zip'] = '1';
$allow_config['rar'] = '1';
$allow_config['pdf'] = '1';
$allow_config['doc'] = '1';
$allow_config['gif'] = '1';
$allow_config['png'] = '';
$allow_config['jpg'] = '1';
$allow_config['exe'] = '';
$allow_config['txt'] = '1';
//ERSETZEN VON BESTIMMTEN ENDUNGEN DURCH ANDERE - Hier werden alle hochgeladenen PHP Dateien zu PHPS Dateien
//REPLACE SOME ENDINGS BY OTHER ONES - Here every uploaded PHP_File will became a PHPS File
$replace_config['php'] = 'phps';
$replace_config['jpeg'] = 'jpg';
//MAXIMALE DATEIGROESSE (IN BYTES) - STANDART: 1,5 MB
//MAXIMUM FILESIZE (IN BYTES) - STANDART: 1.5 MB
$size_config = '3072000';
?>
<?php
//ERLAUBTE DATEITYPEN - ALLOWED FILETYPS
$allow_config['zip'] = '1';
$allow_config['rar'] = '1';
$allow_config['pdf'] = '1';
$allow_config['doc'] = '1';
$allow_config['gif'] = '1';
$allow_config['png'] = '';
$allow_config['jpg'] = '1';
$allow_config['exe'] = '';
$allow_config['txt'] = '1';
$allow_config['pdf'] = '1';
//ERSETZEN VON BESTIMMTEN ENDUNGEN DURCH ANDERE - Hier werden alle hochgeladenen PHP Dateien zu PHPS Dateien
//REPLACE SOME ENDINGS BY OTHER ONES - Here every uploaded PHP_File will became a PHPS File
$replace_config['php'] = 'phps';
$replace_config['jpeg'] = 'jpg';
//MAXIMALE DATEIGROESSE (IN BYTES) - standart: 1,5 MB
//MAXIMUM FILESIZE (IN BYTES) - standart: 1.5 MB
$size_config = '3072000';
?>
ja - einfach die blau markierte Zeile einfügen
Meine Spieleseite: http://www.firegames4free.de
Abe sie ist doch schon daasdil12 hat geschrieben:<?php
//ERLAUBTE DATEITYPEN - ALLOWED FILETYPS
$allow_config['zip'] = '1';
$allow_config['rar'] = '1';
$allow_config['pdf'] = '1';
$allow_config['doc'] = '1';
$allow_config['gif'] = '1';
$allow_config['png'] = '';
$allow_config['jpg'] = '1';
$allow_config['exe'] = '';
$allow_config['txt'] = '1';
$allow_config['pdf'] = '1';
?>
ja - einfach die blau markierte Zeile einfügen

Standart: Am besten mit beiden Beinen auf dem Boden
Standardmäßig antworte ich nicht auf PMs
Standardmäßig antworte ich nicht auf PMs
STIMMT JA - den oberen teil hatte ich gar nicht gelesen...
also es wird alles erlaubt, was ein oder ein hinten dran hat
obiges gilt aber nur für allow_config einträge und nicht für replace_config
also es wird alles erlaubt, was ein
Code: Alles auswählen
= '1';
Code: Alles auswählen
= '';
obiges gilt aber nur für allow_config einträge und nicht für replace_config
Meine Spieleseite: http://www.firegames4free.de