<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[TNF : Tatter Network Foundation forum - Some small questions about Textcube.]]></title>
	<link rel="self" href="http://forum.tattersite.com/ko/extern.php?action=feed&amp;tid=3689&amp;type=atom"/>
	<updated>2007-09-24T20:35:42Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.tattersite.com/ko/viewtopic.php?id=3689</id>
		<entry>
			<title type="html"><![CDATA[RSS 답글: Some small questions about Textcube.]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=21488#p21488"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Grom]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=1631</uri>
			</author>
			<updated>2007-09-24T20:35:42Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=21488#p21488</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: Some small questions about Textcube.]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=21481#p21481"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Grom]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=1631</uri>
			</author>
			<updated>2007-09-23T22:18:17Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=21481#p21481</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: Some small questions about Textcube.]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=21466#p21466"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Grom]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=1631</uri>
			</author>
			<updated>2007-09-22T10:46:33Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=21466#p21466</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: Some small questions about Textcube.]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=21252#p21252"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Grom]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=1631</uri>
			</author>
			<updated>2007-09-10T16:35:21Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=21252#p21252</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: Some small questions about Textcube.]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=21247#p21247"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[inureyes]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=2</uri>
			</author>
			<updated>2007-09-10T14:59:14Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=21247#p21247</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: Some small questions about Textcube.]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=21242#p21242"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Grom]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=1631</uri>
			</author>
			<updated>2007-09-10T13:42:06Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=21242#p21242</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: Some small questions about Textcube.]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=21225#p21225"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[inureyes]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=2</uri>
			</author>
			<updated>2007-09-10T07:39:56Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=21225#p21225</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: Some small questions about Textcube.]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=21203#p21203"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Grom]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=1631</uri>
			</author>
			<updated>2007-09-09T13:45:41Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=21203#p21203</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: Some small questions about Textcube.]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=21192#p21192"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Grom]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=1631</uri>
			</author>
			<updated>2007-09-09T02:11:30Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=21192#p21192</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: Some small questions about Textcube.]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=20560#p20560"/>
			<content type="html"><![CDATA[<p>...다른 얘기지만 english notice에도 textcube 1.5 release 소식을 써야 하지 않을..런지;;</p><p>이렇게 되면 textcube.org도 i18n 들어가야겠군요 orz;</p>]]></content>
			<author>
				<name><![CDATA[daybreaker]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=11</uri>
			</author>
			<updated>2007-08-17T05:03:06Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=20560#p20560</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: Some small questions about Textcube.]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=20556#p20556"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Grom]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=1631</uri>
			</author>
			<updated>2007-08-17T04:15:57Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=20556#p20556</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: Some small questions about Textcube.]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=20547#p20547"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[gofeel]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=69</uri>
			</author>
			<updated>2007-08-17T03:39:57Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=20547#p20547</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Some small questions about Textcube.]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=20530#p20530"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Grom]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=1631</uri>
			</author>
			<updated>2007-08-16T21:19:56Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=20530#p20530</id>
		</entry>
</feed>
