Спасибо за раздачу и оценка релиза

iFlooder

Пользователь
displaying_torrent
Найти
PHP:
//Thanks mod
'RATING' => '<span id="VR'.$attach_id.'">'. ($rating_sum ? round($rating_sum/$rating_count,1) : '-') .'</span>',
'RATING_VOTES' => '<span id="VC'.$attach_id.'">'. $rating_count .'</span>',
'THANKED' => '<span id="VT'.$attach_id.'">'. $thanks .'</span>'
. ($thanked || ($userdata['user_id'] == $poster_id) ? '' : '<span id="VB'.$attach_id.'">'. '&nbsp; <img src="images/sps.gif" onClick="this.disabled=true;ajax_do(\''
. append_sid("thanks.php?mode=thank&amp;a=" . $attach_id) .'\');" alt="'. $lang['THANKS'] .'" style="cursor:pointer" /></span>')
. ($thanks > 0 ? ' &nbsp; (<span id="VL'.$attach_id.'"><a href="#torrent" onClick="ajax_do(\'thanks.php?mode=list&a='.$attach_id.'\');">'. $lang['THANK_LIST'] .'</a></span>)' : ''),
'YOUR_VOTE' => $your_vote > 0 ? $your_vote : '',
'DO_VOTE' => $userdata['user_id'] == ANONYMOUS ? '' : ('<span id="VD'.$attach_id.'">'. $rate_html .'</span>'),
  //Thanks mod End
Заменить на
PHP:
//Thanks mod
'RATING' => '<span id="VR'.$attach_id.'">'. ($rating_sum ? round($rating_sum/$rating_count,1) : '-') .'</span>',
'RATING_VOTES' => '<span id="VC'.$attach_id.'">'. $rating_count .'</span>',
'THANKED' => '<span id="VT'.$attach_id.'">'. $thanks .'</span>'
. ($thanked || ($userdata['user_id'] == $poster_id) ? '' : '<span id="VB'.$attach_id.'">'. '&nbsp; <img src="images/sps.gif" onClick="this.disabled=true;ajax_do(\''
. "thanks.php?mode=thank&amp;a=" . $attach_id .'\');" alt="'. $lang['THANKS'] .'" style="cursor:pointer" /></span>')
. ($thanks > 0 ? ' &nbsp; (<span id="VL'.$attach_id.'"><a href="#torrent" onClick="ajax_do(\'thanks.php?mode=list&a='.$attach_id.'\');">'. $lang['THANK_LIST'] .'</a></span>)' : ''),
'YOUR_VOTE' => $your_vote > 0 ? $your_vote : '',
'DO_VOTE' => $userdata['user_id'] == ANONYMOUS ? '' : ('<span id="VD'.$attach_id.'">'. $rate_html .'</span>'),
  //Thanks mod End
Найти
PHP:
$rate_html = '';
for ($r = 5; $r >= 1; $r-- ) {
$rate_html .= '<input type="radio" name="rate'.$attach_id.'" value="'.$r.'" onClick="ajax_do(\''
. append_sid("rate.php?a=" . $attach_id . "&v=" . $r ) .'\');" />'
. '<span onclick="nodeClick(this);">' . $lang['RATING_'.$r] . '</span>';
  }
Заменить
PHP:
$rate_html = '';
for ($r = 5; $r >= 1; $r-- ) {
$rate_html .= '<input type="radio" name="rate'.$attach_id.'" value="'.$r.'" onClick="ajax_do(\''
. "rate.php?a=" . $attach_id . "&v=" . $r  .'\');" />'
. '<span onclick="nodeClick(this);">' . $lang['RATING_'.$r] . '</span>';
  }
В корне заменить файл на тот, что в атаче.
 

ZEvS

Пользователь
кароче нехочет, пишет

Parse error: syntax error, unexpected $end in /home/maxtrack/public_html/attach_mod/displaying_torrent.php on line 629
 
S

SkiFteL

Гость
Столкнулся с тем что нету этого!
Код:
#-----[ 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'],
 
#

Версия TorrenPier II: 2.5 Beta (R413)
 
S

SkiFteL

Гость
Все разобрался! но там все таки нет даже таких строк "switch_leeching_none" но все же поставил куда надо и работает!
Скажите друзья а как поставить кнопку "Спасибо" к примеру в блок где кнопка "Скачать" заранее благодарен!

И как исправить такой баг?
Оцениваю статью даже свою и мне плюсуется типо меня поблагодарили...
 
A

alexey555

Гость
при попытке зайти в профиль
Код:
Warning: require(/var/www/c-341/data/www/tselinograd.org/includes/functions_thanks.php) [function.require]: failed to open stream: Нет такого файла или каталога in /var/www/c-341/data/www/tselinograd.org/includes/ucp/torrent_userprofile.php on line 182
 
Fatal error: require() [function.require]: Failed opening required '/var/www/c-341/data/www/tselinograd.org/includes/functions_thanks.php' (include_path='.:/usr/share/pear:/usr/share/php') in /var/www/c-341/data/www/tselinograd.org/includes/ucp/torrent_userprofile.php on line 182
там
PHP:
require(INC_DIR .'functions_thanks.php');
?
 
Сверху