<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title>도아의 세상사는 이야기: TraceWatch-Update에 달린 최근 댓글/트랙백 목록</title>
		<link>https://offree.net/</link>
		<description>나는 당신의 의견에 동의하지 않습니다. 그러나 만일 당신이 그 의견 때문에 박해를 받는다면 나는 당신의 말할 자유를 위해 끝까지 싸울 것입니다. 볼테르의 삶.</description>
		<language>ko</language>
		<pubDate>Sun, 11 Jan 2026 00:14:49 +0900</pubDate>
		<generator>Textcube 1.7.8 : Con moto</generator>
		<image>
		<title>도아의 세상사는 이야기: TraceWatch-Update에 달린 최근 댓글/트랙백 목록</title>
		<url>https://offree.net/attach/1/6767833769.jpg</url>
		<link>https://offree.net/</link>
		<width>174</width>
		<height>126</height>
		<description>나는 당신의 의견에 동의하지 않습니다. 그러나 만일 당신이 그 의견 때문에 박해를 받는다면 나는 당신의 말할 자유를 위해 끝까지 싸울 것입니다. 볼테르의 삶.</description>
		</image>
		<item>
			<title>도아님의 댓글</title>
			<link>https://offree.net/entry/TraceWatch-Update#comment3311</link>
			<description>위 링크에서 파일을 다시 내려받아 사용하시기 바랍니다.</description>
			<author>(도아)</author>
			<guid>https://offree.net/entry/TraceWatch-Update#comment3311</guid>
			<comments>https://offree.net/entry/TraceWatch-Update#comment</comments>
			<pubDate>Mon, 29 May 2006 15:27:55 +0900</pubDate>
		</item>
		<item>
			<title>섭이님의 댓글</title>
			<link>https://offree.net/entry/TraceWatch-Update#comment3310</link>
			<description>http://www.tattertools.com/ko/forum/viewtopic.php?id=556
과 같은 현상이 발생하는군요 ^^; 방명록에 워낙 글이 안올라오다보니 오늘에서야 알았습니다.</description>
			<author>(섭이)</author>
			<guid>https://offree.net/entry/TraceWatch-Update#comment3310</guid>
			<comments>https://offree.net/entry/TraceWatch-Update#comment</comments>
			<pubDate>Mon, 29 May 2006 14:51:41 +0900</pubDate>
		</item>
		<item>
			<title>날개님의 댓글</title>
			<link>https://offree.net/entry/TraceWatch-Update#comment3894</link>
			<description>안녕하세요. 도아님이 제작하신 TraceWatch 플러그인을 설치 해보았습니다. 기존에는 blog 디렉토리 내의 모든 index.php에 코드를 삽입했었는데 도아님 플러그인을 설치 해보니 전 처럼 100%의 로그를 남기진 않지만 꽤 유용하더군요. 정말 간편하고 좋더라구요. 그래서 그 코드에 BBClone의 코드도 삽입해보려 하는데 안되네요. 우선 간단히 아래의 코드를 해봤는데 안되더라구요. 

function PrintTraceWatch() {
	$GLOBALS[&#039;adl_count_params&#039;]=true;
	$GLOBALS[&#039;adl_alt_docroot&#039;]=$GLOBALS[&#039;HTTP_SERVER_VARS&#039;][&#039;DOCUMENT_ROOT&#039;].&#039;/statistics&#039;;
	@include_once $GLOBALS[&#039;adl_alt_docroot&#039;].&#039;/twatch_include/logger.php&#039;;

define(&amp;quot;_BBC_PAGE_NAME&amp;quot;, &amp;quot;Blog Main&amp;quot;);
define(&amp;quot;_BBCLONE_DIR&amp;quot;, &amp;quot;../../../statistics/bbclone/&amp;quot;);
define(&amp;quot;COUNTER&amp;quot;, _BBCLONE_DIR.&amp;quot;mark_page.php&amp;quot;);
if (is_readable(COUNTER)) include_once(COUNTER);
    
	return &amp;quot;&amp;lt;!-- TraceWatch Log Sucess --&amp;gt;&amp;quot;;
}
?&amp;gt;

도아님의 코드에 4줄이 삽입된 형태이지요. 그런데 작동하지가 않더라구요. ^^ 혹시 무슨 문제인지 알 것 같으시면 알려주시면 감사하겠습니다. 제가 지금 가장 의심스러워 하는게 “../../../statistics/bbclone/&amp;quot; 이부분인데 여러가지로 수정해 보아도 계속 안되더라구요. 이게 해결된다면 아래 코드로 수정하면 좋을것 같은데 말이죠. ^^

태터툴즈 + BBClone의 10원짜리 팁
switch($md)
{
    case &amp;quot;rss&amp;quot;: $bbclone_id = &amp;quot;RSS Paper&amp;quot;; break;
    case &amp;quot;guest&amp;quot;: $bbclone_id = &amp;quot;Guestbook&amp;quot;; break;
    case &amp;quot;local&amp;quot;: $bbclone_id = &amp;quot;Locations&amp;quot;; break;
    case &amp;quot;keyword&amp;quot;: $bbclone_id = &amp;quot;Guestbook&amp;quot;; break;
    default: $bbclone_id = $pl ? &amp;quot;POST #$pl&amp;quot; : &amp;quot;Blog Main&amp;quot;;
}

define(&amp;quot;_BBC_PAGE_NAME&amp;quot;, $bbclone_id);
define(&amp;quot;_BBCLONE_DIR&amp;quot;, &amp;quot;bbclone/&amp;quot;);
define(&amp;quot;COUNTER&amp;quot;, _BBCLONE_DIR.&amp;quot;mark_page.php&amp;quot;);

if(is_readable(COUNTER))
    include_once(COUNTER);

검색하다 찾은 소스인데... 이게 가능하려면 $md와 $pl이 있어야 하는데...과연 1.0.6 버젼에서 통할지 모르겠네요. 우선 위의 문제를 해결해야 이것도 해보는데...너무 답답해서 여기에 글 올려봅니다. ^^
</description>
			<author>(날개)</author>
			<guid>https://offree.net/entry/TraceWatch-Update#comment3894</guid>
			<comments>https://offree.net/entry/TraceWatch-Update#comment</comments>
			<pubDate>Wed, 08 Nov 2006 11:59:08 +0900</pubDate>
		</item>
		<item>
			<title>도아님의 댓글</title>
			<link>https://offree.net/entry/TraceWatch-Update#comment3898</link>
			<description>BBClone와 TraceWatch는 코드를 삽입하는 방법이 다릅니다. 따라서 TraceWatch 플러그인을 일부 변경해서는 안되는 것이 당연합니다. 

PHP에 대해 모르신다면 아시는 BBClone을 사용하시는 다른 분께 플러그인 제작을 의뢰해 보시기 바랍니다.</description>
			<author>(도아)</author>
			<guid>https://offree.net/entry/TraceWatch-Update#comment3898</guid>
			<comments>https://offree.net/entry/TraceWatch-Update#comment</comments>
			<pubDate>Thu, 09 Nov 2006 10:29:31 +0900</pubDate>
		</item>
		<item>
			<title>eastman님의 댓글</title>
			<link>https://offree.net/entry/TraceWatch-Update#comment15207</link>
			<description>저는 폴더는 kdongwon.com/blog/ 에 태터를 설치했는데
서브도메인을 이용하여 blog.kdongwon.com으로 접속하도록 하여 사용하고 있습니다.
그런데 웹의 루트 폴더에 설치된 다른 폴더 속의 페이지에 PHP 코드를 넣어 실험을 하면 잘 잡히는데
서브도메인으로 접속하도록 되어 있는 폴더 속의 페이지에선 PHP 코드를 똑같이 넣어도 작동을 하지 않는 군요.
마련해주신 플럭인도 작동을 하지 않구요.
그래서 할 수 없는 자바 스크립트로 원격 접속하는 방식의 코드를 생성하여 서브 도메인의 스킨 파일에 집어넣었더니 작동을 합니다.
이 자바 스크립트를 도아님 플러그인에 넣어 사용할 수 있는 방법은 없는지요.
플럭인 만들어주신 거 감사드립니다. 
</description>
			<author>(eastman)</author>
			<guid>https://offree.net/entry/TraceWatch-Update#comment15207</guid>
			<comments>https://offree.net/entry/TraceWatch-Update#comment</comments>
			<pubDate>Wed, 17 Oct 2007 16:14:04 +0900</pubDate>
		</item>
		<item>
			<title>도아님의 댓글</title>
			<link>https://offree.net/entry/TraceWatch-Update#comment15233</link>
			<description>플러그인을 수정하면 가능하지만 지금은 힘들 것 같습니다.</description>
			<author>(도아)</author>
			<guid>https://offree.net/entry/TraceWatch-Update#comment15233</guid>
			<comments>https://offree.net/entry/TraceWatch-Update#comment</comments>
			<pubDate>Thu, 18 Oct 2007 07:08:58 +0900</pubDate>
		</item>
		<item>
			<title>Rewrite Rule 바뀐 Textcube 1.6 에서 Trace Watch 사용하기</title>
			<link>https://offree.net/entry/TraceWatch-Update#trackback31936</link>
			<description>텍스트큐브 1.6 을 Document Root 에 설치한 경우 Trace Watch 를 정상적으로 사용할 수 없습니다.(/blog, /tc 등의 디렉토리에 설치한 경우라면 상관없습니다.)TC 1.6 부터 mod_rewrite 관련해서 구조가 바뀌었?</description>
			<author>(April Breeze...)</author>
			<guid>https://offree.net/entry/TraceWatch-Update#trackback31936</guid>
			<comments>https://offree.net/entry/TraceWatch-Update#trackback</comments>
			<pubDate>Fri, 14 Mar 2008 13:16:18 +0900</pubDate>
		</item>
		<item>
			<title>[텍스트큐브 확장기능] TraceWatch 추적 코드 넣기</title>
			<link>https://offree.net/entry/TraceWatch-Update#trackback348088</link>
			<description>텍스트큐브 블로그에 설치형 웹 통계 도구인 TraceWatch의 추적 코드를 붙여 주는 확장기능(플러그인)입니다. 텍스트큐브 1.7.7 이상에서 쓸 수 있습니다. 도아님의 TraceWatch 로그 플러그인과 구실이</description>
			<author>(팥빙산의 글걸이)</author>
			<guid>https://offree.net/entry/TraceWatch-Update#trackback348088</guid>
			<comments>https://offree.net/entry/TraceWatch-Update#trackback</comments>
			<pubDate>Sun, 17 Jul 2011 23:06:27 +0900</pubDate>
		</item>
	</channel>
</rss>

<!-- Use compress gzip -->
