[問題]看不懂安裝術語~"~

phpBB Installation & Usage Support
phpBB 2 安裝於各類型作業平台之問題討論;外掛問題,請到相關版面依發問格式發表!
(發表文章請按照公告格式發表,違者砍文)

版主: 版主管理群

版面規則
本區是討論關於 phpBB 2.0.X 架設安裝上的問題,只要有安裝任何外掛,請到外掛討論相關版面按照公告格式發表。
(發表文章請按照公告格式發表,違者砍文)
主題已鎖定
andyexex
星球公民
星球公民
文章: 47
註冊時間: 2003-10-18 20:52
來自: 赤貫星

[問題]看不懂安裝術語~"~

文章 andyexex »

------[REPLACE ALL BETWEEN]------

------[AND]------

------[WITH]------


這些什麼意思阿@@"
竹貓忠實會員
竹貓忠實會員
文章: 1058
註冊時間: 2003-05-15 00:30
來自: Game.Hack-遊戲駭客
聯繫:

文章 »

------[替換中間全部]------

------[和]------

------[跟]------
有事問問題,沒事答問題。
廣告不是這樣打滴!遊戲駭客
寒冰軒
竹貓忠實會員
竹貓忠實會員
文章: 417
註冊時間: 2003-11-06 23:24
來自: 阿婆A灶腳
聯繫:

Re: [問題]看不懂安裝術語~"~

文章 寒冰軒 »

andyexex 寫:------[REPLACE ALL BETWEEN]------

------[AND]------

------[WITH]------


這些什麼意思阿@@"
http://www.otek.com.tw/newotek/Tch_TWOnline_Trial.htm

安裝時看不懂的英文我都會到這兒先查一下
還不錯用啦\r
因為英文不好所以嚕~ 找點工具來幫忙
~§ 架站系統:WindowsXP §~
~§ 架站程式:Appserv2.4.4a §~
~§ 使用網路:giga ADSL §~
~§ 安裝程式:Apache + php + MySql §~
~§ 論壇版本: 2.0.18 §~
申明檔
1.新手發問並不是可恥的事.可恥的是沒有按照發文規則及格式還裝做沒解決你的問題是我們的錯。
2.很樂意大家pm給我.或把我加入即時通.msn,但加入並不是代表小弟已成為您的私人看護
3.還是想不通嗎? 那可以到地下十八樓找你的答案。
[http://microduo.home99.tw/?fromuid=6331]微剋多資訊[/url]
andyexex
星球公民
星球公民
文章: 47
註冊時間: 2003-10-18 20:52
來自: 赤貫星

文章 andyexex »

那這段是要怎麼做?
[php]<?php
------[FIND]------
//start of display-items

------[REPLACE ALL BETWEEN]------
//start of display-items
------[AND]------
//
// Note! The order used for parsing the message _is_ important, moving things around could break any
// output
//

------[WITH]------
$gsql = "select * from " . CONFIG_TABLE . " where config_name='viewtopic'";
if ( !($gresult = $db->sql_query($gsql)) )
{
message_die(CRITICAL_ERROR, 'ERROR: Getting Global Variables!');
}
$grow = mysql_fetch_array($gresult);
if ($grow['config_value'] == images)
{
$itempurge = str_replace("?, "", $postrow[$i]['user_items']);
$itemarray = explode('?,$itempurge);
$itemcount = count ($itemarray);
$user_items = "<br>";
for ($xe = 0;$xe < $itemcount;$xe++)
{
if ($itemarray[$xe] != NULL)
{
if (file_exists("shop/images/".$itemarray[$xe].".jpg"))
{
$user_items .= " <img src=\"shop/images/$itemarray[$xe].jpg\" title=\"$itemarray[$xe]\" alt=\"$itemaray[$xe]\">";
}
elseif (file_exists("shop/images/".$itemarray[$xe].".gif"))
{
$user_items .= " <img src=\"shop/images/$itemarray[$xe].gif\" title=\"$itemarray[$xe]\" alt=\"$itemaray[$xe]\">";
}
}
}
}
$ususername = $postrow[$i]['username'];
$usernameurl = append_sid("shop.".$phpEx."?action=inventory&searchname=".$ususername);

$usql = "select user_privs, user_effects from " . USERS_TABLE . " where username='$ususername'";
if ( !($uresult = $db->sql_query($usql)) ) { message_die(GENERAL_MESSAGE, 'Fatal Error Getting User Info!'); }
$urow = mysql_fetch_array($uresult);
$usereffects = explode("?, $urow['user_effects']);
$userprivs = explode("?, $urow['user_privs']);
$userbs = array();
$usercount = count($userprivs);
for ($x = 0; $x < $usercount; $x++) { $temppriv = explode("?, $userprivs[$x]); $userbs[] = $temppriv[0]; $userbs[] = $temppriv[1]; }
$usercount = count($usereffects);
for ($x = 0; $x < $usercount; $x++) { $temppriv = explode("?, $usereffects[$x]); $userbs[] = $temppriv[0]; $userbs[] = $temppriv[1]; }
$sql = "select config_value from " . CONFIG_TABLE . " where config_name='specialshop'";
if ( !($result = $db->sql_query($sql)) ) { message_die(GENERAL_MESSAGE, 'Fatal Error Getting Item Info!'); }
$row = mysql_fetch_array($result);
$shoparray = explode("?, $row['config_value']);
$shoparraycount = count ($shoparray);
$shopstatarray = array();
for ($x = 0; $x < $shoparraycount; $x++)
{
$temparray = explode("?, $shoparray[$x]);
$shopstatarray[] = $temparray[0];
$shopstatarray[] = $temparray[1];
}
if (($userbs[10] == on) && ($shopstatarray[12] == on)) { $poster = "<font color=\"".$userbs[11]."\">".$poster."</font>"; }
if ((($userbs[12] == on) && ($shopstatarray[14] == on)) || (($userbs[14] == on) && ($shopstataray[16] = on))) {
$nameeffects = "<span style=\"width:100";
if (($userbs[12] == on) && ($shopstatarray[14] == on)) { $nameeffects .= "; filter:shadow(color=#".$userbs[13].", strength=5)"; }
if (($userbs[14] == on) && ($shopstatarray[16] == on)) { $nameeffects .= "; filter:glow(color=#".$userbs[15].", strength=5)"; }
$nameeffects .= "\">".$poster."</span>";
$poster = $nameeffects;
}
if (($shopstatarray[6] == on) && ($userbs[2] != on) && ($poster_rank != "Site Admin")) { $poster_avatar = ""; }
if (($shopstatarray[8] == on) && ($userbs[4] != on) && ($poster_rank != "Site Admin")) { $user_sig = ""; }
if (($shopstatarray[10] == on) && ($userbs[6] != on) && ($poster_rank != "Site Admin")) { $poster_rank = "None"; $rank_image = ""; }

?>[/php]

我只知道先尋找到 //start of display-items
然後其他的我都看不懂怎麼處理耶~"~
mit
星球公民
星球公民
文章: 247
註冊時間: 2003-10-23 18:26
來自: 壞鄰居社區
聯繫:

文章 mit »

用------[WITH]------ 以下那一堆東西
取代要修改的檔案中\r
//start of display-items

//
// Note! The order used for parsing the message _is_ important, moving things around could break any
// output
//

中間所有的程式碼。

懂嗎?加油 ;-)
圖檔
andyexex
星球公民
星球公民
文章: 47
註冊時間: 2003-10-18 20:52
來自: 赤貫星

文章 andyexex »

收到,我會努力的^^y
依夢兒
竹貓忠實會員
竹貓忠實會員
文章: 2013
註冊時間: 2002-11-20 00:07

文章 依夢兒 »

建議你先看一看這一篇:
http://phpbb-tw.net/phpbb/viewtopic.php?t=19308
有任何關於 phpBB 或是架站的問題,請在論壇上公開發表出來,大家一起討論。
請不要丟私人訊息問我,因為私訊是用來聊私事的。
這樣作對於解決您的問題一點幫助也沒有,也很沒有效率,小弟我一概謝絕。



搜尋是一種美德,在發問之前,請多加利用頂端的文章搜尋功能,搜尋可能的關鍵字。
確定您想問的問題找不到答案後,再發問。
主題已鎖定

回到「phpBB 2 安裝與使用」