Мод добавляющий игротеку
Karlos
Zemloc
есть но объем их более 20Gb...Zemloc писал(а):У кого нибудь есть игры? Если есть поделитесь плиз.
TFan
TFan
Код: Выделить всё
Find
Tip: This may be a partial find and not the whole line.
Code:Select all
'L_IGNORE_POST' => ($row['hide_post']) ? sprintf($user->lang['POST_BY_FOE'], get_username_string('full', $poster_id, $row['username'], $row['user_colour'], $row['post_username']), '<a href="' . $viewtopic_url . "&p={$row['post_id']}&view=show#p{$row['post_id']}" . '">', '</a>') : '',
);
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.
Code:Select all
// phpBB Arcade Start
$arcade_data = display_arcade_highscores($poster_id, basename(__FILE__, '.' . $phpEx));
if (sizeof($arcade_data))
{
$postrow = array_merge($postrow, $arcade_data);
}
// phpBB Arcade End
Код: Выделить всё
$arcade_data = display_arcade_highscores($poster_id, basename(__FILE__, '.' . $phpEx));
Код: Выделить всё
Parse error: syntax error, unexpected ';', expecting ')' in /var/www/tracker/viewtopic.php on line 1725
Vadyai
PPK
d0ct0r