<!--QuoteBegin-naka+28.03.2006, 02:39--><div class='quotetop'>Цитата(naka @ 28.03.2006, 02:39)</div><div class='quotemain'><!--QuoteEBegin-->А я имею.
Открывается файл sources/misc/attach.php
Ищется код
<!--c1--><div class='codetop'>Код</div><div class='codemain'><!--ec1--> @header( "Content-Type: ".$ibforums->cache['attachtypes'][ $attach['attach_ext'] ]['atype_mimetype'].
"\nContent-Disposition: inline; filename=\"".$attach['attach_file']
."\"\nContent-Length: ".(string)(filesize( $file ) ) );<!--c2--></div><!--ec2-->
заменяем
<!--c1--><div class='codetop'>Код</div><div class='codemain'><!--ec1--> header( "Content-Type: ".$ibforums->cache['attachtypes'][ $attach['attach_ext'] ]['atype_mimetype'] );
header( "Content-Disposition: inline; filename=\"".$attach['attach_file']."\"" );
header( "Content-Length: ".(string)(filesize( $file ) ) );<!--c2--></div><!--ec2-->
<div align="right">[snapback]12823[/snapback]</div><!--QuoteEnd--></div><!--QuoteEEnd-->
Опа.... :shok: :thumbsup:
Все работает спасибо тебе огромное !
Открывается файл sources/misc/attach.php
Ищется код
<!--c1--><div class='codetop'>Код</div><div class='codemain'><!--ec1--> @header( "Content-Type: ".$ibforums->cache['attachtypes'][ $attach['attach_ext'] ]['atype_mimetype'].
"\nContent-Disposition: inline; filename=\"".$attach['attach_file']
."\"\nContent-Length: ".(string)(filesize( $file ) ) );<!--c2--></div><!--ec2-->
заменяем
<!--c1--><div class='codetop'>Код</div><div class='codemain'><!--ec1--> header( "Content-Type: ".$ibforums->cache['attachtypes'][ $attach['attach_ext'] ]['atype_mimetype'] );
header( "Content-Disposition: inline; filename=\"".$attach['attach_file']."\"" );
header( "Content-Length: ".(string)(filesize( $file ) ) );<!--c2--></div><!--ec2-->
<div align="right">[snapback]12823[/snapback]</div><!--QuoteEnd--></div><!--QuoteEEnd-->
Опа.... :shok: :thumbsup:
Все работает спасибо тебе огромное !