В строке 36 не хватает закрывающей скобки, а в 52 лишняя фигурная скобка
Код: Выделить всё
...
36 if ( !isset($HTTP_POST_VARS['confirm'] )
37 {
38 include($phpbb_root_path . 'includes/page_header.'.$phpEx);
39 echo<<<EOF
40 <table width="100%" cellspacing="1" cellpadding="2" border="0" class="forumline">
41 <tr>
42 <th class="thHead">Installing the Syntax Highlighter MOD</th>
43 </tr>
44 <tr>
45 <td class="row1" align="center"><form action="" method="post"><span class="gen"><br />Are you sure you want to install the Syntax Highlighter MOD?
46 <br /><br />
47 <input type="submit" name="confirm" value="Yes" class="mainoption" /> <input type="submit" name="cancel" value="No" class="liteoption" /></span></form></td>
48 </tr>
49 </table>
50 EOF;
51 include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
52 }
53 }
54 else
...
Дальше ругань на строку 135 и 163
Код: Выделить всё
135 $sql_query = $remove_remarks($sql_query);
Код: Выделить всё
135 $sql_query = remove_remarks($sql_query);

Разаботчики специально выкладывают нерабочие релизы? Или я чего не понимаю?