seb4ik, сохрани в правильно кодировки
Прочитал весь форум.. по постам понял, что нужно index.php сохранить в кодировке UTF8 без ВОМ. Сохранял файл через прогу notepad++ в разных кодировках.
seb4ik, а шаблончик пробывал ? 😀
Я правельно понимаю, в файле .htaccess ?
AddDefaultCharset UTF-8
Где копать? Ревизия R388
Notice: Undefined index: t_last_added_num in /host/www/test_tracker/index.php on line 25
Notice: Undefined index: t_top_downloaders in /host/www/test_tracker/index.php on line 30
Notice: Undefined index: t_top_uploaders in /host/www/test_tracker/index.php on line 35
Notice: Undefined index: t_top_downloaders in /host/www/test_tracker/index.php on line 40
Notice: Undefined index: t_top_uploaders in /host/www/test_tracker/language/lang_russian/lang_main.php on line 1759
Notice: Undefined index: t_top_downloaders in /host/www/test_tracker/language/lang_russian/lang_main.php on line 1760
Notice: Undefined index: t_last_added_num in /host/www/test_tracker/includes/datastore/build_cat_forums.php on line 146
Notice: Undefined index: t_top_downloaded in /host/www/test_tracker/includes/datastore/build_cat_forums.php on line 164
Notice: Undefined index: t_top_uploaders in /host/www/test_tracker/includes/datastore/build_cat_forums.php on line 182
Notice: Undefined index: t_top_downloaders in /host/www/test_tracker/includes/datastore/build_cat_forums.php on line 193
Notice: Undefined index: t_last_added_num in /host/www/test_tracker/includes/datastore/build_cat_forums.php on line 146
Notice: Undefined index: t_top_downloaded in /host/www/test_tracker/includes/datastore/build_cat_forums.php on line 164
Notice: Undefined index: t_top_uploaders in /host/www/test_tracker/includes/datastore/build_cat_forums.php on line 182
Notice: Undefined index: t_top_downloaders in /host/www/test_tracker/includes/datastore/build_cat_forums.php on line 193
Notice: Undefined index: t_last_added_num in /host/www/test_tracker/index.php on line 386
Notice: Undefined index: t_top_downloaded in /host/www/test_tracker/index.php on line 419
Notice: Undefined index: t_top_uploaders in /host/www/test_tracker/index.php on line 449
Notice: Undefined index: t_top_downloaders in /host/www/test_tracker/index.php on line 477
Oblom,
---------------------------------[ Открыть config.php ]-----------------------------
$bb_cfg['latest_news_forum_id'] = '1'; // (string) 1,2,3...
---------------------------------[ После вставить ]---------------------------------
//Last added torrents
$bb_cfg['t_last_added_num'] = 7;
//Top downloaded torrents
$bb_cfg['t_top_downloaded'] = 7;
//Top seeders
$bb_cfg['t_top_uploaders'] = 5;
//Top leechers
$bb_cfg['t_top_downloaders'] = 5;