[問題]誰有婚姻註冊外掛譯文?
版主: 版主管理群
[問題]誰有婚姻註冊外掛譯文?
問題外掛:婚姻註冊外掛
參考連結:
使用版本:phpBB 2.0.8a
網站位置:http://ray.science3.net/
狀況描述:
請問各位大大,誰人有婚姻註冊的譯文呢??
小弟急需...
謝謝!
參考連結:
使用版本:phpBB 2.0.8a
網站位置:http://ray.science3.net/
狀況描述:
請問各位大大,誰人有婚姻註冊的譯文呢??
小弟急需...
謝謝!
他是說 Marriage神川小羽 寫:老實說 我根本沒有聽說過有外掛叫做
婚姻註冊外掛的......
http://www.phpbb.com/phpBB/viewtopic.ph ... t=marriage
我的論壇喔...歡迎來坐坐
http://www.moszonehk.net/phpBB2
http://www.moszonehk.net/phpBB2
##############################################################
## The mod includes the following install files:
## (Do only the ones that apply on you)
##
## install step 1.txt for all users
## This file includes instructions that all users have to do regardless mods they have installed
##
## install step 2.txt for non PCP users
## For user NOT using PCP
##
## install step 3.txt for PCP (Profile Control Panel ) by Ptirhiik - RPGnet-fr users
## If you use that HACK u also must do this step otherwise you won't see the viewprofile and viewtopic part of this hack.
##
## install step 4.txt for APM (Advanced Private Messages ) by Ptirhiik - RPGnet-fr users
## If you use that HACK u also must do this step otherwise the PM part of this hack wont work.
## It's possible that the instructions below are allready there in that case ignore don't do this instructions.
##
## install step 5.txt for Post Icons by Ptirhiik - RPGnet-fr users
## The adds a heart icon to the post icons you can set the Marriage hack to use it
##
## install step 6.txt for Prune Users HACK by Niels users
## If you use that HACK u also must do this step otherwise you can get problems with the marriage hack.
##
## install step 7.txt for non APM users
## For user NOT using APM
##############################################################
只需安裝step 1,2,7
## The mod includes the following install files:
## (Do only the ones that apply on you)
##
## install step 1.txt for all users
## This file includes instructions that all users have to do regardless mods they have installed
##
## install step 2.txt for non PCP users
## For user NOT using PCP
##
## install step 3.txt for PCP (Profile Control Panel ) by Ptirhiik - RPGnet-fr users
## If you use that HACK u also must do this step otherwise you won't see the viewprofile and viewtopic part of this hack.
##
## install step 4.txt for APM (Advanced Private Messages ) by Ptirhiik - RPGnet-fr users
## If you use that HACK u also must do this step otherwise the PM part of this hack wont work.
## It's possible that the instructions below are allready there in that case ignore don't do this instructions.
##
## install step 5.txt for Post Icons by Ptirhiik - RPGnet-fr users
## The adds a heart icon to the post icons you can set the Marriage hack to use it
##
## install step 6.txt for Prune Users HACK by Niels users
## If you use that HACK u also must do this step otherwise you can get problems with the marriage hack.
##
## install step 7.txt for non APM users
## For user NOT using APM
##############################################################
只需安裝step 1,2,7
我装了基本上没什么错误;,但只有一少地方出错了,就是在search.php中的508行中出错,
那error message :Parse error: parse error, unexpected T_DEC, expecting T_VARIABLE or '$' in /home/ebeetcom/public_html/phpBB2/includes/functions_search.php on line 508
而我的search.php中的502~508行的codes:
请问我那里出错了?!
那error message :Parse error: parse error, unexpected T_DEC, expecting T_VARIABLE or '$' in /home/ebeetcom/public_html/phpBB2/includes/functions_search.php on line 508
而我的search.php中的502~508行的codes:
代碼: 選擇全部
$from_sql = POSTS_TABLE . " p";
if ( $search_author != '' )
{
$from_sql .= ", " . USERS_TABLE . " u";
$where_sql .= " AND u.user_id = p.poster_id AND u.username LIKE '$search_author' ";
}
请问我那里出错了?!



