JDVU
Пользователь
помоему самый верный вариант
/attach_mod/posting_attachments.php
после ~855 строки
вставить
/attach_mod/posting_attachments.php
после ~855 строки
Код:
if ($this->post_attach)
{
Код:
if (strpos(strtolower($this->filename), '.torrent') !== false)
{
$this->filename = transliterate($this->filename);
$this->filename = str_replace(array(" ", ".torrent"), array("_", ""), $this->filename);
if ( !strpos(strtolower($this->filename), 'your.site') )
{
$this->filename = $this->filename.'_[your.site].torrent';
}
}