Likan_TM
Код: Выделить всё
$dict['comment']="{$user->lang['TORRENT_CREATED_FOR']}: {$config['server_name']}\r\n"
."{$user->lang['TORRENT_SUBJECT']}: {$tracker_url}/viewtopic.{$phpEx}?p={$attachment['post_msg_id']}#p{$attachment['post_msg_id']}\r\n"
."{$user->lang['AUTHOR']}: {$attachment['username']} {$tracker_url}/memberlist.$phpEx?mode=viewprofile&u={$attachment['poster_id']}\r\n"
."{$user->lang['DOWNLOAD_FOR']}: {$user->data['username']} {$tracker_url}/memberlist.$phpEx?mode=viewprofile&u={$user->data['user_id']}"; // change torrent comment
$dict['comment.utf-8']="{$user->lang['TORRENT_CREATED_FOR']}: {$config['server_name']}\r\n"
."{$user->lang['TORRENT_SUBJECT']}: {$tracker_url}/viewtopic.{$phpEx}?p={$attachment['post_msg_id']}#p{$attachment['post_msg_id']}\r\n"
."{$user->lang['AUTHOR']}: {$attachment['username']} {$tracker_url}/memberlist.$phpEx?mode=viewprofile&u={$attachment['poster_id']}\r\n"
."{$user->lang['DOWNLOAD_FOR']}: {$user->data['username']} {$tracker_url}/memberlist.$phpEx?mode=viewprofile&u={$user->data['user_id']}"; // change torrent comment
PPK
Спасибо, пошел правитьPPK писал(а):/download/file.php
Likan_TM