whuru
Пользователь
Mr.ELDORADO, повтори этот шаг, только обрати внимание, чтобы кодировка была UTF-8! Notepad++ тебе в помощь.
PHP:
#-----[ OPEN ]---------------------------------
#
includes/ucp/torrent_userprofile.php
#
#-----[ FIND ]---------------------------------
#
{
$template->assign_block_vars('switch_leeching_none', array());
}
#
#-----[ AFTER, ADD ]---------------------------------
#
require(INC_DIR .'functions_thanks.php');
#
#-----[ FIND ]---------------------------------
#
'LEECH_ROWSPAN' => ($leeching_count) ? 'rowspan="'. ($leeching_count + 1) .'"' : '',
#
#-----[ AFTER, ADD ]---------------------------------
#
'USER_THANKS_' => '<b>' . @get_user_thanks($profiledata['user_id']) . '</b> / <b>' . @get_user_thanked($profiledata['user_id']) . '</b> (раз)',
'USER_THANKS_LINK' => 'thanks.php?u=' . $profiledata['user_id'],
#