1 頁 (共 1 頁)

[問題]請問一下 這是什麼問題阿

發表於 : 2004-02-20 16:45
oidnder
架設主機作業系統:windows 2000 server
您的上網方式: 東森cable, 因為家裡有多人上網
使用D-link DI-604 的ip分享器
申請的網域: sheep-tw.no-ip.org
安裝的程式:Apache + php + MySql
phpBB2 版本: 2.0.6



錯誤狀況:
Parse error: parse error, unexpected ':' in d:\appserv\www\phpbb\viewtopic.php on line 807

發表於 : 2004-02-20 16:48
oidnder
對ㄌ 還有一各問題
為什麼有時候人家連的近來偶的網頁
有時候卻不行

能否告知 謝謝
(爬ㄌ一堆文 頭暈中...........)

發表於 : 2004-02-20 17:34
Mac
viewtopic.php
807 行
有問題

貼 800 ~ 810 出來吧\r

~Mac

發表於 : 2004-02-20 18:11
oidnder
for($i = 0; $i < $total_posts; $i++)
{
$poster_id = $postrow[$i]['user_id'];
$poster = ( $poster_id == ANONYMOUS ) ? $lang['Guest'] : $postrow[$i]['username'];

$post_date = create_date($board_config['default_dateformat'], $postrow[$i]['post_time'], $board_config['board_timezone']);

$poster_posts = ( $postrow[$i]['user_id'] != ANONYMOUS ) ? $lang['Posts'] . ': ' . $postrow[$i]['user_posts'] : '';

$poster_from = ( $postrow[$i]['user_from'] && $postrow[$i]['user_id'] != ANONYMOUS ) ? $lang['Location'] . ': ' . $postrow[$i]['user_from'] : '';

$poster_joined = ( $postrow[$i]['user_id'] != ANONYMOUS ) ? ("虛擬貨幣: " . $postrow[$i]['user_money']) : ""; // Virtual_Money_MOD by OOHOO
$lang['Joined'] . ': ' . create_date($lang['DATE_FORMAT'], $postrow[$i]['user_regdate'], $board_config['board_timezone']) : '';

$poster_avatar = '';
if ( $postrow[$i]['user_avatar_type'] && $poster_id != ANONYMOUS && $postrow[$i]['user_allowavatar'] )
{
switch( $postrow[$i]['user_avatar_type'] )
{
case USER_AVATAR_UPLOAD:
$poster_avatar = ( $board_config['allow_avatar_upload'] ) ? '<img src="' . $board_config['avatar_path'] . '/' . $postrow[$i]['user_avatar'] . '" alt="" border="0" />' : '';
break;
case USER_AVATAR_REMOTE:
$poster_avatar = ( $board_config['allow_avatar_remote'] ) ? '<img src="' . $postrow[$i]['user_avatar'] . '" alt="" border="0" />' : '';
break;
case USER_AVATAR_GALLERY:
\n $poster_avatar = ( $board_config['allow_avatar_local'] ) ? '<img src="' . $board_config['avatar_gallery_path'] . '/' . $postrow[$i]['user_avatar'] . '" alt="" border="0" />' : '';
break;
}

發表於 : 2004-02-20 19:25
Mac
第 807 行又是哪一行呢?

~Mac

發表於 : 2004-02-20 20:52
oidnder
$lang['Joined'] . ': ' . create_date($lang['DATE_FORMAT'], $postrow[$i]['user_regdate'], $board_config['board_timezone']) : '';

發表於 : 2004-02-20 21:03
Mac
你的虛擬貨幣安裝錯誤

代碼: 選擇全部

$poster_joined = ( $postrow[$i]['user_id'] != ANONYMOUS ) ? ("虛擬貨幣: " . $postrow[$i]['user_money']) : ""; // Virtual_Money_MOD by OOHOO 
$lang['Joined'] . ': ' . create_date($lang['DATE_FORMAT'], $postrow[$i]['user_regdate'], $board_config['board_timezone']) : '';
以上那一段再檢查一下安裝說明是否是要你那樣子編輯

原本這一段應該是\r

代碼: 選擇全部

	$poster_joined = ( $postrow[$i]['user_id'] != ANONYMOUS ) ? $lang['Joined'] . ': ' . create_date($lang['DATE_FORMAT'], $postrow[$i]['user_regdate'], $board_config['board_timezone']) : '';
~Mac

發表於 : 2004-02-20 22:38
oidnder
好ㄌㄟ 謝謝mic大大
但是虛擬貨幣那裡偶真的看不懂他的意義\r
完整安裝的4-3 第2步\r
他的在下面加入是只哪裡阿

發表於 : 2004-02-20 23:50
Mac
它的意思不是那一行之中的後面,而是下一行的意思吧\r

~Mac

發表於 : 2004-02-21 23:06
oidnder
原來如此阿 謝謝mac大大 :mrgreen: :mrgreen: :mrgreen: