<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[TNF : Tatter Network Foundation forum - Some small questions about Textcube.]]></title>
		<link>http://forum.tattersite.com/ko/viewtopic.php?id=3689</link>
		<description><![CDATA[Some small questions about Textcube. 의 최근 RSS 글들.]]></description>
		<lastBuildDate>Mon, 24 Sep 2007 20:35:42 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[RSS 답글: Some small questions about Textcube.]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=21488#p21488</link>
			<description><![CDATA[<p>Thanks. So I written this. Now my function return <br /></p><div class="codebox"><pre><code>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;methodResponse&gt;&lt;params&gt;&lt;param&gt;&lt;value&gt;&lt;struct&gt;&lt;member&gt;&lt;name&gt;error&lt;/name&gt;&lt;value&gt;&lt;boolean&gt;0&lt;/boolean&gt;&lt;/value&gt;&lt;/member&gt;&lt;member&gt;&lt;name&gt;message&lt;/name&gt;&lt;value&gt;&lt;string&gt;Success&lt;/string&gt;&lt;/value&gt;&lt;/member&gt;&lt;/struct&gt;&lt;/value&gt;&lt;/param&gt;&lt;/params&gt;&lt;/methodResponse&gt;</code></pre></div><p>Very thanks Creorix <img src="http://forum.tattersite.com/ko/img/smilies/smile.png" width="15" height="15" alt="smile" /><br />But still TextCube cant change the trigger to on. Its always off. It uses AJAX technology so it should change in realtime but my TextCube dont turn this. Only reload page... I think I forgot about something <img src="http://forum.tattersite.com/ko/img/smilies/hmm.png" width="15" height="15" alt="hmm" /></p>]]></description>
			<author><![CDATA[null@example.com (Grom)]]></author>
			<pubDate>Mon, 24 Sep 2007 20:35:42 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=21488#p21488</guid>
		</item>
		<item>
			<title><![CDATA[RSS 답글: Some small questions about Textcube.]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=21481#p21481</link>
			<description><![CDATA[<p>Thx Creorix but this xml code is wrong I think. I still cant get good reposne in TextCube. Spotter is always off <img src="http://forum.tattersite.com/ko/img/smilies/hmm.png" width="15" height="15" alt="hmm" /></p>]]></description>
			<author><![CDATA[null@example.com (Grom)]]></author>
			<pubDate>Sun, 23 Sep 2007 22:18:17 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=21481#p21481</guid>
		</item>
		<item>
			<title><![CDATA[RSS 답글: Some small questions about Textcube.]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=21466#p21466</link>
			<description><![CDATA[<p>Hello again.<br />So some time ago I decided to write Eolin like service. Protocol will be the same like in Eolin so I dont change eolin implementation in blog much.</p><p>I want to use Zend_XMLRPC to XMLRPC requests but...<br />I have for now only sync.create implementation done.<br />What I need next? I think now server should send response to client, right? But how this should looks?<br />I found simillar to this<br /></p><div class="codebox"><pre><code>&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
&lt;methodResponse&gt;&lt;params&gt;&lt;param&gt;&lt;value&gt;&lt;struct&gt;&lt;member&gt;&lt;name&gt;error&lt;/name&gt;&lt;value&gt;&lt;boolean&gt;0&lt;/boolean&gt;&lt;/value&gt;&lt;/member&gt;&lt;member&gt;&lt;name&gt;message&lt;/name&gt;&lt;value&gt;&lt;string&gt;Success&lt;/string&gt;&lt;/value&gt;&lt;/member&gt;&lt;/struct&gt;&lt;/value&gt;&lt;/param&gt;&lt;/params&gt;&lt;/methodResponse&gt;</code></pre></div><p>This is response? What I need yet?<br />My sync.create implementation parse this only<br /></p><div class="codebox"><pre><code>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;methodResponse&gt;&lt;params&gt;&lt;param&gt;&lt;value&gt;&lt;struct&gt;&lt;member&gt;&lt;name&gt;blogURL&lt;/name&gt;&lt;value&gt;&lt;string&gt;http://127.0.0.1/tc2/grom&lt;/string&gt;&lt;/value&gt;&lt;/member&gt;&lt;member&gt;&lt;name&gt;syncURL&lt;/name&gt;&lt;value&gt;&lt;string&gt;http://127.0.0.1/tc2/grom/sync/1&lt;/string&gt;&lt;/value&gt;&lt;/member&gt;&lt;member&gt;&lt;name&gt;blogTitle&lt;/name&gt;&lt;value&gt;&lt;string/&gt;&lt;/value&gt;&lt;/member&gt;&lt;member&gt;&lt;name&gt;language&lt;/name&gt;&lt;value&gt;&lt;string&gt;en&lt;/string&gt;&lt;/value&gt;&lt;/member&gt;&lt;member&gt;&lt;name&gt;permalink&lt;/name&gt;&lt;value&gt;&lt;string&gt;http://127.0.0.1/tc2/grom/entry/test&lt;/string&gt;&lt;/value&gt;&lt;/member&gt;&lt;member&gt;&lt;name&gt;title&lt;/name&gt;&lt;value&gt;&lt;string&gt;test&lt;/string&gt;&lt;/value&gt;&lt;/member&gt;&lt;member&gt;&lt;name&gt;content&lt;/name&gt;&lt;value&gt;&lt;string&gt;to jest test hththdfdsfds :)&lt;/string&gt;&lt;/value&gt;&lt;/member&gt;&lt;member&gt;&lt;name&gt;author&lt;/name&gt;&lt;value&gt;&lt;string&gt;Grom&lt;/string&gt;&lt;/value&gt;&lt;/member&gt;&lt;member&gt;&lt;name&gt;tags&lt;/name&gt;&lt;value&gt;&lt;array&gt;&lt;data&gt;&lt;value&gt;&lt;string&gt;heh&lt;/string&gt;&lt;/value&gt;&lt;value&gt;&lt;string&gt;new&lt;/string&gt;&lt;/value&gt;&lt;value&gt;&lt;string&gt;sparta&lt;/string&gt;&lt;/value&gt;&lt;/data&gt;&lt;/array&gt;&lt;/value&gt;&lt;/member&gt;&lt;member&gt;&lt;name&gt;location&lt;/name&gt;&lt;value&gt;&lt;string&gt;/&lt;/string&gt;&lt;/value&gt;&lt;/member&gt;&lt;member&gt;&lt;name&gt;written&lt;/name&gt;&lt;value&gt;&lt;string&gt;Sat, 15 Sep 2007 11:03:14 +0900&lt;/string&gt;&lt;/value&gt;&lt;/member&gt;&lt;/struct&gt;&lt;/value&gt;&lt;/param&gt;&lt;/params&gt;&lt;/methodResponse&gt;</code></pre></div><p>It should make something more?</p><p>Uh I forgot. I send response like this:<br /></p><div class="codebox"><pre><code>        $sock = @fsockopen(&quot;http://127.0.0.1/tc2/grom/&quot;, 80, $errno, $errstr, 30);

        fwrite($sock, &#039;POST / HTTP/1.0&#039;.&quot;\r\n&quot;);
        fwrite($sock, &#039;Host: &#039;.&quot;http://127.0.0.1/&quot;.&quot;\r\n&quot;);
        fwrite($sock, &#039;User-Agent: Mozilla/4.0 (compatible; Eolin)&#039;.&quot;\r\n&quot;);
        fwrite($sock, &#039;Content-Type: text/xml&#039;.&quot;\r\n&quot;);
        fwrite($sock, &#039;Content-Length: &#039;.strlen(&#039;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;&lt;methodResponse&gt;&lt;params&gt;&lt;param&gt;&lt;value&gt;&lt;struct&gt;&lt;member&gt;&lt;name&gt;error&lt;/name&gt;&lt;value&gt;&lt;boolean&gt;0&lt;/boolean&gt;&lt;/value&gt;&lt;/member&gt;&lt;member&gt;&lt;name&gt;message&lt;/name&gt;&lt;value&gt;&lt;string&gt;Success&lt;/string&gt;&lt;/value&gt;&lt;/member&gt;&lt;/struct&gt;&lt;/value&gt;&lt;/param&gt;&lt;/params&gt;&lt;/methodResponse&gt;&#039;).&quot;\r\n&quot;);
        fwrite($sock, &#039;Connection: close&#039;.&quot;\r\n&quot;);
        fwrite($sock, &quot;\r\n&quot;);
        fwrite($sock, &#039;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;&lt;methodResponse&gt;&lt;params&gt;&lt;param&gt;&lt;value&gt;&lt;struct&gt;&lt;member&gt;&lt;name&gt;error&lt;/name&gt;&lt;value&gt;&lt;boolean&gt;0&lt;/boolean&gt;&lt;/value&gt;&lt;/member&gt;&lt;member&gt;&lt;name&gt;message&lt;/name&gt;&lt;value&gt;&lt;string&gt;Success&lt;/string&gt;&lt;/value&gt;&lt;/member&gt;&lt;/struct&gt;&lt;/value&gt;&lt;/param&gt;&lt;/params&gt;&lt;/methodResponse&gt;&#039;);
        fwrite($sock, &quot;\r\n&quot;);
        fclose($sock);</code></pre></div><p>Maybe this is a problem?</p>]]></description>
			<author><![CDATA[null@example.com (Grom)]]></author>
			<pubDate>Sat, 22 Sep 2007 10:46:33 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=21466#p21466</guid>
		</item>
		<item>
			<title><![CDATA[RSS 답글: Some small questions about Textcube.]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=21252#p21252</link>
			<description><![CDATA[<p>It work&#039;s. Thanks so much inureyes and all others <img src="http://forum.tattersite.com/ko/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (Grom)]]></author>
			<pubDate>Mon, 10 Sep 2007 16:35:21 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=21252#p21252</guid>
		</item>
		<item>
			<title><![CDATA[RSS 답글: Some small questions about Textcube.]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=21247#p21247</link>
			<description><![CDATA[<p>Please change the ACL from 0 to 16, and tell us the result plz <img src="http://forum.tattersite.com/ko/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (inureyes)]]></author>
			<pubDate>Mon, 10 Sep 2007 14:59:14 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=21247#p21247</guid>
		</item>
		<item>
			<title><![CDATA[RSS 답글: Some small questions about Textcube.]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=21242#p21242</link>
			<description><![CDATA[<p>My Teamblog table looks like this <a href="http://img266.imageshack.us/img266/1095/zrzutekranu2jy9.png">http://img266.imageshack.us/img266/1095 … nu2jy9.png</a><br />My table configuration: <a href="http://pastebin.com/m4d199fa6">http://pastebin.com/m4d199fa6</a><br /><img src="http://forum.tattersite.com/ko/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (Grom)]]></author>
			<pubDate>Mon, 10 Sep 2007 13:42:06 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=21242#p21242</guid>
		</item>
		<item>
			<title><![CDATA[RSS 답글: Some small questions about Textcube.]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=21225#p21225</link>
			<description><![CDATA[<div class="quotebox"><cite>Grom 작성:</cite><blockquote><p>Thanks for answer.</p><div class="quotebox"><blockquote><p>Has the account (whose name is &#039;grom&#039;) a privilege of administrator?</p></blockquote></div><p>I think so... This is my first account created in installation process.&nbsp; In prefix_Users I have only entry for this account. And in prefix_UserSettings I dont have any entries.</p><div class="quotebox"><blockquote><p>If you already signed in using the administrator account and same problem is occured, it might be a problem of a session table.<br />Try to delete all data of &#039;prefix_Sessions&#039; table of database, and re-login. Then the problem will be solved.</p></blockquote></div><p>I deleted all entries in Session table but still I dont have &quot;Invite Friend&quot; option in Admin Page.</p></blockquote></div><p>Please check Teamblog field and tell us the value of ACL ~<br />If you&#039;re able to, describe the total structure and value of your TC. It&#039;ll be helpful what we should focus on. <img src="http://forum.tattersite.com/ko/img/smilies/cool.png" width="15" height="15" alt="cool" /></p>]]></description>
			<author><![CDATA[null@example.com (inureyes)]]></author>
			<pubDate>Mon, 10 Sep 2007 07:39:56 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=21225#p21225</guid>
		</item>
		<item>
			<title><![CDATA[RSS 답글: Some small questions about Textcube.]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=21203#p21203</link>
			<description><![CDATA[<p>Thanks for answer.</p><div class="quotebox"><blockquote><p>Has the account (whose name is &#039;grom&#039;) a privilege of administrator?</p></blockquote></div><p>I think so... This is my first account created in installation process.&nbsp; In prefix_Users I have only entry for this account. And in prefix_UserSettings I dont have any entries.</p><div class="quotebox"><blockquote><p>If you already signed in using the administrator account and same problem is occured, it might be a problem of a session table.<br />Try to delete all data of &#039;prefix_Sessions&#039; table of database, and re-login. Then the problem will be solved.</p></blockquote></div><p>I deleted all entries in Session table but still I dont have &quot;Invite Friend&quot; option in Admin Page.</p>]]></description>
			<author><![CDATA[null@example.com (Grom)]]></author>
			<pubDate>Sun, 09 Sep 2007 13:45:41 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=21203#p21203</guid>
		</item>
		<item>
			<title><![CDATA[RSS 답글: Some small questions about Textcube.]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=21192#p21192</link>
			<description><![CDATA[<p>Hello again.<br />So I installed your blogging software and I think its great but...<br />On single user installation all options work and admin panel have many features but If I installed this blog on multiuser installation list of features severely decreased. I even have Invite a Friend option. Can I activate more options somewhere? Or maybe I must write it myself?</p><p>My admin panel looks like this: <a href="http://farm2.static.flickr.com/1389/1348074035_26b7b8d5f8_o.png">http://farm2.static.flickr.com/1389/134 … d5f8_o.png</a><br />Some texts is translated. I want to make unofficial support for your software for Polish users <img src="http://forum.tattersite.com/ko/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (Grom)]]></author>
			<pubDate>Sun, 09 Sep 2007 02:11:30 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=21192#p21192</guid>
		</item>
		<item>
			<title><![CDATA[RSS 답글: Some small questions about Textcube.]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=20560#p20560</link>
			<description><![CDATA[<p>...다른 얘기지만 english notice에도 textcube 1.5 release 소식을 써야 하지 않을..런지;;</p><p>이렇게 되면 textcube.org도 i18n 들어가야겠군요 orz;</p>]]></description>
			<author><![CDATA[null@example.com (daybreaker)]]></author>
			<pubDate>Fri, 17 Aug 2007 05:03:06 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=20560#p20560</guid>
		</item>
		<item>
			<title><![CDATA[RSS 답글: Some small questions about Textcube.]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=20556#p20556</link>
			<description><![CDATA[<p>Thx for answer. It is very helpfull for me.</p><p>PS. Your english is good <img src="http://forum.tattersite.com/ko/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<author><![CDATA[null@example.com (Grom)]]></author>
			<pubDate>Fri, 17 Aug 2007 04:15:57 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=20556#p20556</guid>
		</item>
		<item>
			<title><![CDATA[RSS 답글: Some small questions about Textcube.]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=20547#p20547</link>
			<description><![CDATA[<p>WoW~ English! English!.....:D:D</p><p>First, Textcube does not works well with &quot;hostname only&quot; but works with hostname+domain. I edited the &quot;Hosts&quot;(<a href="http://en.wikipedia.org/wiki/Hosts_file">http://en.wikipedia.org/wiki/Hosts_file</a>) file for testing on localhost. and edited config.php too.<br /></p><div class="quotebox"><cite>Grom 작성:</cite><blockquote><p>Is that means that I can have many blogs?</p></blockquote></div><p>Yes. For example, <a href="http://notice.textcube.org/en">http://notice.textcube.org/en</a> and <a href="http://notice.textcube.org/ko">http://notice.textcube.org/ko</a><br /></p><div class="quotebox"><cite>Grom 작성:</cite><blockquote><p>How can I create new blogs?</p></blockquote></div><p>setting-&gt;account-&gt;Invite a Friend<br />It makes a new blog and account.</p><p>Sorry for my poor english.&nbsp; <img src="http://forum.tattersite.com/ko/img/smilies/sad.png" width="15" height="15" alt="sad" />:(</p>]]></description>
			<author><![CDATA[null@example.com (gofeel)]]></author>
			<pubDate>Fri, 17 Aug 2007 03:39:57 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=20547#p20547</guid>
		</item>
		<item>
			<title><![CDATA[Some small questions about Textcube.]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=20530#p20530</link>
			<description><![CDATA[<p>Hello. For the beginning, I&#039;d like to apologize you about writting here, but English forum not work <img src="http://forum.tattersite.com/ko/img/smilies/hmm.png" width="15" height="15" alt="hmm" /><br />Some time ago I found this engine. I think its very nice and have English translation <img src="http://forum.tattersite.com/ko/img/smilies/smile.png" width="15" height="15" alt="smile" /> I download it fast and check on my localhost but it not work. Today I downloaded version 1.5-core from dev site and installed this on my localhost. In installation process I saw something simillar to this:<br /></p><div class="quotebox"><blockquote><p>Multi-user :&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;Discrete blogs via sub-path</p></blockquote></div><p>Is that means that I can have many blogs? If yes than how? I select this but I have only one http://localhost/tc/grom/ . How can I create new blogs? Next question is about logging. I have blog but if I try to loggin in http://localhost/tc/grom/login?requestURI=http%3A%2F%2Flocalhost%2Ftc%2Fgrom%2Fowner%2Fentry%2Fpost using my email and password this reload page and show me the same page <img src="http://forum.tattersite.com/ko/img/smilies/hmm.png" width="15" height="15" alt="hmm" /> Any suggestions?</p><p>Sorry for my poor English <img src="http://forum.tattersite.com/ko/img/smilies/hmm.png" width="15" height="15" alt="hmm" /></p>]]></description>
			<author><![CDATA[null@example.com (Grom)]]></author>
			<pubDate>Thu, 16 Aug 2007 21:19:56 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=20530#p20530</guid>
		</item>
	</channel>
</rss>
