[問題]推薦網站簡易版外掛問題
發表於 : 2003-09-12 22:54
我看了有關4-4.推薦網站簡易版外掛 by OOHOO 的教學 http://phpbb-tw.net/phpbb/viewtopic.php?t=7311 ,但不知因為什麼,安裝完後在論壇首頁上會出現這些字:
請問各位大大,這是什麼問題呢?謝謝~define('SITE_URL', "http://phpbb-tw.net/"); define('SITE_LOGO_SRC', "http://phpbb-tw.net/phpbb/images/links/web_logo88a.gif"); 加入連結資料, 格式範例如下 $LINKS = array( array('link_title' => 'phpBB 官方網站', 'link_logo_src' => 'images/links/phpBB_88a.gif', 'link_url' => 'http://www.phpbb.com/'), array('link_title' => '竹貓星球', 'link_logo_src' => 'images/links/phpbb-tw_logo88a.gif', 'link_url' => 'http://phpbb-tw.net/'), array('link_title' => '竹貓星球', 'link_logo_src' => 'images/links/phpbb-tw_logo88a.gif', 'link_url' => 'http://phpbb-tw.net/'), array('link_title' => '竹貓星球', 'link_logo_src' => 'images/links/phpbb-tw_logo88a.gif', 'link_url' => 'http://phpbb-tw.net/'), array('link_title' => '竹貓星球', 'link_logo_src' => 'images/links/phpbb-tw_logo88a.gif', 'link_url' => 'http://phpbb-tw.net/'), array('link_title' => '竹貓星球', 'link_logo_src' => 'images/links/phpbb-tw_logo88a.gif', 'link_url' => 'http://phpbb-tw.net/') ); define('DISPLAY_INTERVAL', 6000); // 輪播間隔 (豪秒) define('DISPLAY_LOGO_NUM', 8); // LOGO顯示數量
Warning: Cannot add header information - headers already sent by (output started at c:\appserv\www\phpbb2\includes\links_constants.php:9) in c:\appserv\www\phpbb2\includes\sessions.php on line 295
Warning: Cannot add header information - headers already sent by (output started at c:\appserv\www\phpbb2\includes\links_constants.php:9) in c:\appserv\www\phpbb2\includes\sessions.php on line 296
// Related links $lang['Site_links'] = "推薦網站";
Warning: Cannot add header information - headers already sent by (output started at c:\appserv\www\phpbb2\includes\links_constants.php:9) in c:\appserv\www\phpbb2\includes\page_header.php on line 500
Warning: Cannot add header information - headers already sent by (output started at c:\appserv\www\phpbb2\includes\links_constants.php:9) in c:\appserv\www\phpbb2\includes\page_header.php on line 501
Warning: Cannot add header information - headers already sent by (output started at c:\appserv\www\phpbb2\includes\links_constants.php:9) in c:\appserv\www\phpbb2\includes\page_header.php on line 502