xoxol77
ru3qx
PPK
ru3qx
Никак не могу разобраться почему у меня выскакиваетPPK писал(а):http://depositfiles.com/files/78xufh127"zzipper писал(а):Мне надо вывести на портале основную категорию, а не конечную. Скрином я наглядно показал структуру раздела.
В данном случае основная это "фильмы", а конечная "фантастика"
Код: Выделить всё
[phpBB Debug] PHP Notice: in file /portal/block/ppkBB3cker_ltorrents.php on line 184: Undefined offset: 1
[phpBB Debug] PHP Notice: in file /portal/block/ppkBB3cker_ltorrents.php on line 184: Undefined offset: 1
[phpBB Debug] PHP Notice: in file /portal/block/ppkBB3cker_ltorrents.php on line 184: Undefined offset: 1
[phpBB Debug] PHP Notice: in file /portal/block/ppkBB3cker_ltorrents.php on line 184: Undefined offset: 1
[phpBB Debug] PHP Notice: in file /portal/block/ppkBB3cker_ltorrents.php on line 184: Undefined offset: 1
[phpBB Debug] PHP Notice: in file /portal/block/ppkBB3cker_ltorrents.php on line 184: Undefined offset: 1
[phpBB Debug] PHP Notice: in file /portal/block/ppkBB3cker_ltorrents.php on line 184: Undefined offset: 1
[phpBB Debug] PHP Notice: in file /portal/block/ppkBB3cker_ltorrents.php on line 184: Undefined offset: 1
[phpBB Debug] PHP Notice: in file /portal/block/ppkBB3cker_ltorrents.php on line 184: Undefined offset: 1
[phpBB Debug] PHP Notice: in file /portal/block/ppkBB3cker_ltorrents.php on line 184: Undefined offset: 1
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4725: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3847)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4727: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3847)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4728: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3847)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4729: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3847)
zzipper
Код: Выделить всё
for ($i = 1; $i < sizeof($fetch_announcements)+1; $i++)
Код: Выделить всё
for (@$i = 1; $i < sizeof($fetch_announcements)+1; $i++)
Код: Выделить всё
$ic=0;
Код: Выделить всё
$ic=$i=0;
Сервера для своего и тестового отличаются? Вообще это предупреждение можно отключить в настройках пхп. (error_reporting(0))zzipper писал(а):На чистом двиге все работет, на моем же - фиг.
serrrios
zzipper
Общая статистика cчитается по таблице phpbb_tracker_snatched, userid - id пользователя, torrent - id торрента, вручную искать через phpmyadmin и правитьxoxol77 писал(а):мне ломанули трекер нехорошие читеры. Вместе с накруткой личной статистики, они зацепили статистику трекера, а именно "Всего роздано". Личную статистику юзеров-то я нашёл в базе, а вот таблицу со статистикой трекера не нашёл. Помогите люди добрые. Спасибо.
PPK
Понятия не имею ..zzipper писал(а):Никак не могу разобраться почему у меня выскакивает
PPK
Тоже без результатно.serrrios писал(а):Или вместо:
Да)serrrios писал(а):Сервера для своего и тестового отличаются?
Отключал, только мне результат нужен, а не отключение нотисов ) Ошибка есть => категория вообще не выводится.serrrios писал(а):Вообще это предупреждение можно отключить в настройках пхп. (error_reporting(0))
Это ваш файл, если не ошибаюсь от 34free версии. Но версия тут неважна, кусочек код предложеный вами для вывода родительской категории на портале, работает вплоть до 36.1donate.PPK писал(а):тот файл выложенный он "откуда"?
На номер строки не смотрите. Возможно она отличается т.к. я производил правки для самостоятельного решения проблемы. Строка эта одна:PPK писал(а):в нём нет 184 строки (т.е. есть, но там негде ошибке появиться) ..
Код: Выделить всё
'TORRENT_FORUM_LINK' => sprintf('<a href="%s">%s</a>', append_sid($phpbb_root_path . 'viewforum.' . $phpEx . '?f=' . $a_fid), $forum_parents[$a_fid][1][0]),
zzipper