Re: je PETE un cable ! (corruption de fichier) |
Objet : Re: je PETE un cable ! (corruption de fichier) par swakk sur 28/01/2012 21:27:08 Je pense avoir trouvé le bon bout mimetypes.inc.php la premiere ligne de type mime je l'ai rajouté et ca corrige (en locale) le probleme pour le bug c est donc, pas du coté des types mime serveur qu'il faut chercher, mais APPAREMENT de xoops allez, on va tester en live !! preparez vous au plantage! /** * XOOPS MIME types * * You may not change or alter any portion of this comment or credits * of supporting developers from this source code or any supporting source code * which is considered copyrighted (c) material of the original comment or credit authors. * This program is distributed in the hope that it will be useful, *WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * * @copyright The XOOPS Project http://sourceforge.net/projects/xoops/ * @license GNU GPL 2 (http://www.gnu.org/licenses/old-licenses/gpl-2.0.html) * @package kernel * @since 2.0.0 * @version $Id: mimetypes.inc.php 8066 2011-11-06 05:09:33Z beckmi $ */ defined('XOOPS_ROOT_PATH') or die('Restricted access'); /** * Return a list of file Mimetypes * * This should really be replaced with a more accurate way of determining the actually mimetype */ return array( 'rar' => 'application/rar' , 'hqx' => 'application/mac-binhex40' , 'doc' => 'application/msword' , 'dot' => 'application/msword' , 'bin' => 'application/octet-stream' , 'lha' => 'application/octet-stream' , 'lzh' => 'application/octet-stream' , 'exe' => 'application/octet-stream' , 'class' => 'application/octet-stream' , 'so' => 'application/octet-stream' , 'dll' => 'application/octet-stream' , 'pdf' => 'application/pdf' , 'ai' => 'application/postscript' , 'eps' => 'application/postscript' , 'ps' => 'application/postscript' , 'smi' => 'application/smil' , 'smil' => 'application/smil' , 'wbxml' => 'application/vnd.wap.wbxml' , 'wmlc' => 'application/vnd.wap.wmlc' , 'wmlsc' => 'application/vnd.wap.wmlscriptc' , 'xla' => 'application/vnd.ms-excel' , 'xls' => 'application/vnd.ms-excel' , 'xlt' => 'application/vnd.ms-excel' , 'ppt' => 'application/vnd.ms-powerpoint' , 'csh' => 'application/x-csh' , 'dcr' => 'application/x-director' , 'dir' => 'application/x-director' , 'dxr' => 'application/x-director' , 'spl' => 'application/x-futuresplash' , 'gtar' => 'application/x-gtar' , 'php' => 'application/x-httpd-php' , 'php3' => 'application/x-httpd-php' , 'php4' => 'application/x-httpd-php' , 'php5' => 'application/x-httpd-php' , 'phtml' => 'application/x-httpd-php' , 'js' => 'application/x-javascript' , 'sh' => 'application/x-sh' , 'swf' => 'application/x-shockwave-flash' , 'sit' => 'application/x-stuffit' , 'tar' => 'application/x-tar' , 'tcl' => 'application/x-tcl' , 'xhtml' => 'application/xhtml+xml' , 'xht' => 'application/xhtml+xml' , 'xhtml' => 'application/xml' , 'ent' => 'application/xml-external-parsed-entity' , 'dtd' => 'application/xml-dtd' , 'mod' => 'application/xml-dtd' , 'gz' => 'application/x-gzip' , 'zip' => 'application/zip' , 'au' => 'audio/basic' , 'snd' => 'audio/basic' , 'mid' => 'audio/midi' , 'midi' => 'audio/midi' , 'kar' => 'audio/midi' , 'mp1' => 'audio/mpeg' , 'mp2' => 'audio/mpeg' , 'mp3' => 'audio/mpeg' , 'aif' => 'audio/x-aiff' , 'aiff' => 'audio/x-aiff' , 'm3u' => 'audio/x-mpegurl' , 'ram' => 'audio/x-pn-realaudio' , 'rm' => 'audio/x-pn-realaudio' , 'rpm' => 'audio/x-pn-realaudio-plugin' , 'ra' => 'audio/x-realaudio' , 'wav' => 'audio/x-wav' , 'ogg' => 'audio/ogg' , 'bmp' => 'image/bmp' , 'gif' => 'image/gif' , 'jpeg' => 'image/jpeg' , 'jpg' => 'image/jpeg' , 'jpe' => 'image/jpeg' , 'png' => 'image/png' , 'tiff' => 'image/tiff' , 'tif' => 'image/tif' , 'wbmp' => 'image/vnd.wap.wbmp' , 'pnm' => 'image/x-portable-anymap' , 'pbm' => 'image/x-portable-bitmap' , 'pgm' => 'image/x-portable-graymap' , 'ppm' => 'image/x-portable-pixmap' , 'xbm' => 'image/x-xbitmap' , 'xpm' => 'image/x-xpixmap' , 'ics' => 'text/calendar' , 'ifb' => 'text/calendar' , 'css' => 'text/css' , 'html' => 'text/html' , 'htm' => 'text/html' , 'asc' => 'text/plain' , 'txt' => 'text/plain' , 'rtf' => 'text/rtf' , 'sgml' => 'text/x-sgml' , 'sgm' => 'text/x-sgml' , 'tsv' => 'text/tab-seperated-values' , 'wml' => 'text/vnd.wap.wml' , 'wmls' => 'text/vnd.wap.wmlscript' , 'xsl' => 'text/xml' , 'ogv' => 'video/ogg' , 'mpeg' => 'video/mpeg' , 'mpg' => 'video/mpeg' , 'mpe' => 'video/mpeg' , 'qt' => 'video/quicktime' , 'mov' => 'video/quicktime' , 'avi' => 'video/x-msvideo' , 'flv' => 'video/x-flv' , 'mp4' => 'video/mp4' , 'wmv' => 'video/x-ms-wmv' , 'webm' => 'video/webm' , '3gp' => 'video/quicktime' ); ?> |