|
-- 作者: 5555
-- 發表時間: 2003/07/05 04:30pm
[這篇文章最後由5555在 2003/07/05 05:42pm 第 1 次編輯]
足球胜负彩票插件大众版1.0f版本 For LBXP系列下载地址: http://www.pcgametown.com/SoccerLotto1.0f.rar For LBXP系列压缩包更新日期:2003年7月5日, 01:18:52 For BigJim SuperLB系列下载地址: http://www.pcgametown.com/SoccerLotto1.0fForBigJimSuperLB.rar For BigJim SuperLB系列压缩包更新日期:2003年7月5日, 01:19:12 能不能幫忙繁化一下這個插件 本來我昨天有繁化 但是.................. 呵呵!不知是空間問題還是繁化出問題 居然掛點不能使用...所以也沒辦法提供大夥下載囉 我的是V1201版本 For LBXP系列下载地址: http://www.pcgametown.com/SoccerLotto1.0f.rar 繁化這個應該沒錯吧!! 第2個問題 根據不同的用戶種類在帖子結尾顯示不同的感謝語 topic.cgi line-777 找到: 代碼: if (($emoticons eq 'on') and ($showemoticons eq 'yes')) { $post = &doemoticons("$post"); $post = &smilecode("$post"); }
下面增加: 代碼:
if ($membercode eq "ad" || $membercode eq "smo" || $membercode eq "mo" || $membercode eq "cmo") { $thanks ="感謝$membername對$boardname做出的貢獻!"; } elsif ($membercode ne "ad" || $membercode ne "smo" || $membercode eq "cmo" || $membercode ne "mo" || $membercode ne "banned" || $membercode ne "masked" ) { $thanks ="歡迎會員$membername來$boardname做客!"; } else { $thanks ="";} 上面這個有找到 下面這個找不到ㄟ?? 應該是MX板的改法 XP的要改哪裡ㄋ 手機1201板的我改過可以 但是認證板的就是找不到這一段>< line-807 找到: 代碼: if ($signature ne "") { $post = qq($post<table width=100% cellpadding=0 cellspacing=0 style="TABLE-LAYOUT: fixed"><tr><td style="LEFT: 0px; WIDTH: 100%; WORD-WRAP: break-word; $paraspace; $wordspace\pt" align=right>
$postcopyright <img src=$imagesurl/images/none.gif width=1 height=3> <img src=$imagesurl/images/signature.gif height=12> <img src=$imagesurl/images/none.gif width=1 height=5> $signature</td></tr></table>); } else { $post = qq($post<table width=100% cellpadding=0 cellspacing=0 style="TABLE-LAYOUT: fixed"><tr><td style="LEFT: 0px; WIDTH: 100%; WORD-WRAP: break-word; $paraspace; $wordspace\pt" align=right> $postcopyright </td></tr></table>) if (($post ne "\n</td></tr></table>")&&($posticon !~/ /i)); } } 改爲: 代碼:
if ($signature ne "") { $post = qq($post<table width=100% cellpadding=0 cellspacing=0 style="TABLE-LAYOUT: fixed"><tr><td style="LEFT: 0px; WIDTH: 100%; WORD-WRAP: break-word; $paraspace; $wordspace\pt" align=right> $thanks $postcopyright <img src=$imagesurl/images/none.gif width=1 height=3> <img src=$imagesurl/images/signature.gif height=12> <img src=$imagesurl/images/none.gif width=1 height=5> $signature</td></tr></table>); } else { $post = qq($post<table width=100% cellpadding=0 cellspacing=0 style="TABLE-LAYOUT: fixed"><tr><td style="LEFT: 0px; WIDTH: 100%; WORD-WRAP: break-word; $paraspace; $wordspace\pt" align=right> $thanks $postcopyright </td></tr></table>) if (($post ne "\n</td></tr></table>")&&($posticon !~/ /i)); } } 另外多嘴問一下...POP大新家找到了嗎??
|