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

vitalix

Пользователь
Ок. добавил.
А с этим как быть ?
[13-Dec-2014 13:48:29 UTC] PHP Notice: Undefined index: rating in /var/www/**/data/www/torrent-hub.com/library/attach_mod/displaying_torrent.php on line 70
[13-Dec-2014 13:48:29 UTC] PHP Notice: Undefined index: thanked in /var/www/**/data/www/torrent-hub.com/library/attach_mod/displaying_torrent.php on line 72
 

vitalix

Пользователь
PHP:
$tor_file_size  = humn_size($attachments['_'. $post_id][$i]['filesize']);
$tor_file_time  = bb_date($attachments['_'. $post_id][$i]['filetime']);

//Thanks mod
68 $rating_sum     = $attachments['_'. $post_id][$i]['rating_sum'];
69 $rating_count   = $attachments['_'. $post_id][$i]['rating_count'];
70  $your_vote      = $attachments['_'. $post_id][$i]['rating'];
71 $thanks         = $attachments['_'. $post_id][$i]['thanks'];
72 $thanked        = $attachments['_'. $post_id][$i]['thanked'];
//End

$tor_reged = (bool) $tracker_status;
$show_peers = (bool) $bb_cfg['bt_show_peers'];

$locked = ($t_data['forum_status'] == FORUM_LOCKED || $t_data['topic_status'] == TOPIC_LOCKED);
$tor_auth = ($bt_user_id != GUEST_UID && (($bt_user_id == $poster_id && !$locked) || $is_auth['auth_mod']));
 

vitalix

Пользователь
d4c1367c1cb817271e205a8c82e82170.png

Запросы сделаны.
 
Сверху