<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Ттюх! Майнкрафт! &mdash; Some Error in ttyhstore]]></title>
	<link rel="self" href="https://ttyh.ru/extern.php?action=feed&amp;tid=305&amp;type=atom" />
	<updated>2017-06-22T00:44:11Z</updated>
	<generator>PunBB</generator>
	<id>https://ttyh.ru/viewtopic.php?id=305</id>
		<entry>
			<title type="html"><![CDATA[Re: Some Error in ttyhstore]]></title>
			<link rel="alternate" href="https://ttyh.ru/viewtopic.php?pid=4176#p4176" />
			<content type="html"><![CDATA[<p>Thank-you very much <br />You really help me a lot<br />My server success to load the skins<br />I find that I forget to change &quot;http root&quot; in config.php (Default is 127.0.0.1),<br />and it is not in the white listed domain,it is OK after fix</p>]]></content>
			<author>
				<name><![CDATA[GarryLai]]></name>
				<uri>https://ttyh.ru/profile.php?id=1309</uri>
			</author>
			<updated>2017-06-22T00:44:11Z</updated>
			<id>https://ttyh.ru/viewtopic.php?pid=4176#p4176</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Some Error in ttyhstore]]></title>
			<link rel="alternate" href="https://ttyh.ru/viewtopic.php?pid=4175#p4175" />
			<content type="html"><![CDATA[<p>I have modify the php and change table &quot;players&quot; to &quot;users&quot; because I want it to synchronize with forum</p>]]></content>
			<author>
				<name><![CDATA[GarryLai]]></name>
				<uri>https://ttyh.ru/profile.php?id=1309</uri>
			</author>
			<updated>2017-06-21T23:13:23Z</updated>
			<id>https://ttyh.ru/viewtopic.php?pid=4175#p4175</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Some Error in ttyhstore]]></title>
			<link rel="alternate" href="https://ttyh.ru/viewtopic.php?pid=4174#p4174" />
			<content type="html"><![CDATA[<p>Trigger looks fine for me, but... is not it wrong table? Should be `players`.</p>]]></content>
			<author>
				<name><![CDATA[betrok]]></name>
				<uri>https://ttyh.ru/profile.php?id=38</uri>
			</author>
			<updated>2017-06-21T16:43:03Z</updated>
			<id>https://ttyh.ru/viewtopic.php?pid=4174#p4174</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Some Error in ttyhstore]]></title>
			<link rel="alternate" href="https://ttyh.ru/viewtopic.php?pid=4173#p4173" />
			<content type="html"><![CDATA[<p>I ust this trigger to generate UUID and Access Token, is it correct??<br />When user register on the web and it will work.</p><div class="codebox"><pre><code>CREATE TRIGGER `master` BEFORE INSERT ON `users`
 FOR EACH ROW BEGIN
SET NEW.accessToken = UUID();
SET NEW.clientToken = UUID();
END</code></pre></div>]]></content>
			<author>
				<name><![CDATA[GarryLai]]></name>
				<uri>https://ttyh.ru/profile.php?id=1309</uri>
			</author>
			<updated>2017-06-21T13:36:25Z</updated>
			<id>https://ttyh.ru/viewtopic.php?pid=4173#p4173</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Some Error in ttyhstore]]></title>
			<link rel="alternate" href="https://ttyh.ru/viewtopic.php?pid=4172#p4172" />
			<content type="html"><![CDATA[<p>How to check it??<br />Thanks</p>]]></content>
			<author>
				<name><![CDATA[GarryLai]]></name>
				<uri>https://ttyh.ru/profile.php?id=1309</uri>
			</author>
			<updated>2017-06-21T09:02:13Z</updated>
			<id>https://ttyh.ru/viewtopic.php?pid=4172#p4172</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Some Error in ttyhstore]]></title>
			<link rel="alternate" href="https://ttyh.ru/viewtopic.php?pid=4171#p4171" />
			<content type="html"><![CDATA[<p>Are you sure that this uuid is correct? Blank answer for nonexistent uuid is normal there.<br />Check master error log as well.</p>]]></content>
			<author>
				<name><![CDATA[betrok]]></name>
				<uri>https://ttyh.ru/profile.php?id=38</uri>
			</author>
			<updated>2017-06-21T03:46:14Z</updated>
			<id>https://ttyh.ru/viewtopic.php?pid=4171#p4171</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Some Error in ttyhstore]]></title>
			<link rel="alternate" href="https://ttyh.ru/viewtopic.php?pid=4170#p4170" />
			<content type="html"><![CDATA[<p>The skin also can&#039;t display</p><p>I visit </p><div class="codebox"><pre><code>/index.php?act=hasJoined&amp;serverId=-4f7d46a0f3e19fe392d3c3d7dcee6069531583cc&amp;username=test2</code></pre></div><p> and I got some response,</p><p>but when I visit </p><div class="codebox"><pre><code>/index.php?act=profile/394dee69dae88e85996f3b1d0eb781&amp;unsigned=true</code></pre></div><p>I got a blank page</p><p>Is it normal??<br />Thank-you very much.</p>]]></content>
			<author>
				<name><![CDATA[GarryLai]]></name>
				<uri>https://ttyh.ru/profile.php?id=1309</uri>
			</author>
			<updated>2017-06-20T16:56:51Z</updated>
			<id>https://ttyh.ru/viewtopic.php?pid=4170#p4170</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Some Error in ttyhstore]]></title>
			<link rel="alternate" href="https://ttyh.ru/viewtopic.php?pid=4167#p4167" />
			<content type="html"><![CDATA[<p>Mojang used weird skin signing scheme. AFAIK it&#039;s outdated already, but we did not make any related changes in master...</p><p>Well, you need valid keypair in authlib and on master server to make skins work. We use <a href="https://ttyh.ru/files/shared/key.zip">this one</a>.<br />Place key.pem to master directory and replace yggdrasil_session_pubkey.der in authlib jar.</p>]]></content>
			<author>
				<name><![CDATA[betrok]]></name>
				<uri>https://ttyh.ru/profile.php?id=38</uri>
			</author>
			<updated>2017-06-20T06:36:40Z</updated>
			<id>https://ttyh.ru/viewtopic.php?pid=4167#p4167</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Some Error in ttyhstore]]></title>
			<link rel="alternate" href="https://ttyh.ru/viewtopic.php?pid=4166#p4166" />
			<content type="html"><![CDATA[<p>I success to build a store server ,<br />but I have little problem, <br />that is why my server can&#039;t display the skin which has already uploaded<br />and &quot;Jarstings&quot; can&#039;t use in 1.12 ,<br />I fine a way to fix it:<br />1. unzip the jar<br />2. use UltraEdit to find all .class file<br />3. after change some strings zip it and rename to .jar</p><p>the skin problem please help me<br />Thanks</p>]]></content>
			<author>
				<name><![CDATA[GarryLai]]></name>
				<uri>https://ttyh.ru/profile.php?id=1309</uri>
			</author>
			<updated>2017-06-19T17:24:11Z</updated>
			<id>https://ttyh.ru/viewtopic.php?pid=4166#p4166</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Some Error in ttyhstore]]></title>
			<link rel="alternate" href="https://ttyh.ru/viewtopic.php?pid=4163#p4163" />
			<content type="html"><![CDATA[<p>Rewrite .sha1 file next to lib with actual checksum.</p>]]></content>
			<author>
				<name><![CDATA[betrok]]></name>
				<uri>https://ttyh.ru/profile.php?id=38</uri>
			</author>
			<updated>2017-06-17T01:13:29Z</updated>
			<id>https://ttyh.ru/viewtopic.php?pid=4163#p4163</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Some Error in ttyhstore]]></title>
			<link rel="alternate" href="https://ttyh.ru/viewtopic.php?pid=4161#p4161" />
			<content type="html"><![CDATA[<p>Thank-you very much<br />I success to run it</p><p>But I have a problem:<br />I change the Authlib, <br />but when I run chick,<br />it will download from minecraft library again<br />How can I do let it not to chick Authlib hash<br />Thanks very much</p>]]></content>
			<author>
				<name><![CDATA[GarryLai]]></name>
				<uri>https://ttyh.ru/profile.php?id=1309</uri>
			</author>
			<updated>2017-06-16T01:42:57Z</updated>
			<id>https://ttyh.ru/viewtopic.php?pid=4161#p4161</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Some Error in ttyhstore]]></title>
			<link rel="alternate" href="https://ttyh.ru/viewtopic.php?pid=4160#p4160" />
			<content type="html"><![CDATA[<p>Hello!</p><p>You need to create &quot;files&quot; directory, and &quot;mutables.list&quot; in version folder. Then call collect. See example here: <a href="http://store.ttyh.ru/default/1.11/">http://store.ttyh.ru/default/1.11/</a></p><p>Simple instruction for local version is here: <a href="https://ttyh.ru/viewtopic.php?pid=3840#p3840">https://ttyh.ru/viewtopic.php?pid=3840#p3840</a></p>]]></content>
			<author>
				<name><![CDATA[Figec]]></name>
				<uri>https://ttyh.ru/profile.php?id=6</uri>
			</author>
			<updated>2017-06-15T18:52:03Z</updated>
			<id>https://ttyh.ru/viewtopic.php?pid=4160#p4160</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Some Error in ttyhstore]]></title>
			<link rel="alternate" href="https://ttyh.ru/viewtopic.php?pid=4159#p4159" />
			<content type="html"><![CDATA[<p>I use ttyhstore <a href="https://github.com/betrok/ttyhstore/">https://github.com/betrok/ttyhstore/</a> and enter command<br /></p><div class="codebox"><pre><code>clone 1.12
collect</code></pre></div><p>After it finish I use ttyhlauncher and connect to store<br />but when I check updates it said:<br /></p><div class="codebox"><pre><code>Error! Addons are not described in data index.</code></pre></div><p>What can I do??<br />Please help, Thanks.</p>]]></content>
			<author>
				<name><![CDATA[GarryLai]]></name>
				<uri>https://ttyh.ru/profile.php?id=1309</uri>
			</author>
			<updated>2017-06-15T09:46:28Z</updated>
			<id>https://ttyh.ru/viewtopic.php?pid=4159#p4159</id>
		</entry>
</feed>
