habe im adminmenü User dürfen Datein hochladen eingeschaltet...
jedoch wird der Dloadbereich dann so angezeigt.
Was tun?
verwendete ilchClan Version: 1.1
betroffene Homepage: mouthstyles.de
Hier kann eine Notiz zum Merk-Eintrag hinzugefügt werden (optional)
| Geschlossen | ||



}
if ( !empty ($_FILES['file']['name']) ) {
$uinsert = false;
$type = $_FILES['file']['type'];
$fname = escape($_FILES['file']['name'],'string');
$fname = str_replace(' ','',$fname);
if (
$type == 'application/mp3' OR
$type == 'application/mp3' OR
$type == 'application/mp3' OR
$type == 'application/wav' OR
$type == 'application/mp3' OR
$type == 'application/mp3' OR
$type == 'application/mp3'
) {dies ist der code der für die erlaubten daietitypen verantwortlich ist...

if (
$type == 'audio/mpeg' OR
$type == 'audio/wav' OR
$type == 'application/x-rar-compressed' OR
$type == 'application/x-zip-compressed' OR
$type == 'application/x-rar' OR
$type == 'application/x-zip' OR
$type == 'application/octet-stream'
) {
| Geschlossen | ||
![]() |
Zurück zu Fehlersuche und Probleme | |