<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Ттюх! Майнкрафт! &mdash; Some Error in ttyhstore]]></title>
		<link>https://ttyh.ru/viewtopic.php?id=305</link>
		<atom:link href="https://ttyh.ru/extern.php?action=feed&amp;tid=305&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «Some Error in ttyhstore».]]></description>
		<lastBuildDate>Thu, 22 Jun 2017 00:44:11 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Some Error in ttyhstore]]></title>
			<link>https://ttyh.ru/viewtopic.php?pid=4176#p4176</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (GarryLai)]]></author>
			<pubDate>Thu, 22 Jun 2017 00:44:11 +0000</pubDate>
			<guid>https://ttyh.ru/viewtopic.php?pid=4176#p4176</guid>
		</item>
		<item>
			<title><![CDATA[Re: Some Error in ttyhstore]]></title>
			<link>https://ttyh.ru/viewtopic.php?pid=4175#p4175</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (GarryLai)]]></author>
			<pubDate>Wed, 21 Jun 2017 23:13:23 +0000</pubDate>
			<guid>https://ttyh.ru/viewtopic.php?pid=4175#p4175</guid>
		</item>
		<item>
			<title><![CDATA[Re: Some Error in ttyhstore]]></title>
			<link>https://ttyh.ru/viewtopic.php?pid=4174#p4174</link>
			<description><![CDATA[<p>Trigger looks fine for me, but... is not it wrong table? Should be `players`.</p>]]></description>
			<author><![CDATA[null@example.com (betrok)]]></author>
			<pubDate>Wed, 21 Jun 2017 16:43:03 +0000</pubDate>
			<guid>https://ttyh.ru/viewtopic.php?pid=4174#p4174</guid>
		</item>
		<item>
			<title><![CDATA[Re: Some Error in ttyhstore]]></title>
			<link>https://ttyh.ru/viewtopic.php?pid=4173#p4173</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (GarryLai)]]></author>
			<pubDate>Wed, 21 Jun 2017 13:36:25 +0000</pubDate>
			<guid>https://ttyh.ru/viewtopic.php?pid=4173#p4173</guid>
		</item>
		<item>
			<title><![CDATA[Re: Some Error in ttyhstore]]></title>
			<link>https://ttyh.ru/viewtopic.php?pid=4172#p4172</link>
			<description><![CDATA[<p>How to check it??<br />Thanks</p>]]></description>
			<author><![CDATA[null@example.com (GarryLai)]]></author>
			<pubDate>Wed, 21 Jun 2017 09:02:13 +0000</pubDate>
			<guid>https://ttyh.ru/viewtopic.php?pid=4172#p4172</guid>
		</item>
		<item>
			<title><![CDATA[Re: Some Error in ttyhstore]]></title>
			<link>https://ttyh.ru/viewtopic.php?pid=4171#p4171</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (betrok)]]></author>
			<pubDate>Wed, 21 Jun 2017 03:46:14 +0000</pubDate>
			<guid>https://ttyh.ru/viewtopic.php?pid=4171#p4171</guid>
		</item>
		<item>
			<title><![CDATA[Re: Some Error in ttyhstore]]></title>
			<link>https://ttyh.ru/viewtopic.php?pid=4170#p4170</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (GarryLai)]]></author>
			<pubDate>Tue, 20 Jun 2017 16:56:51 +0000</pubDate>
			<guid>https://ttyh.ru/viewtopic.php?pid=4170#p4170</guid>
		</item>
		<item>
			<title><![CDATA[Re: Some Error in ttyhstore]]></title>
			<link>https://ttyh.ru/viewtopic.php?pid=4167#p4167</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (betrok)]]></author>
			<pubDate>Tue, 20 Jun 2017 06:36:40 +0000</pubDate>
			<guid>https://ttyh.ru/viewtopic.php?pid=4167#p4167</guid>
		</item>
		<item>
			<title><![CDATA[Re: Some Error in ttyhstore]]></title>
			<link>https://ttyh.ru/viewtopic.php?pid=4166#p4166</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (GarryLai)]]></author>
			<pubDate>Mon, 19 Jun 2017 17:24:11 +0000</pubDate>
			<guid>https://ttyh.ru/viewtopic.php?pid=4166#p4166</guid>
		</item>
		<item>
			<title><![CDATA[Re: Some Error in ttyhstore]]></title>
			<link>https://ttyh.ru/viewtopic.php?pid=4163#p4163</link>
			<description><![CDATA[<p>Rewrite .sha1 file next to lib with actual checksum.</p>]]></description>
			<author><![CDATA[null@example.com (betrok)]]></author>
			<pubDate>Sat, 17 Jun 2017 01:13:29 +0000</pubDate>
			<guid>https://ttyh.ru/viewtopic.php?pid=4163#p4163</guid>
		</item>
		<item>
			<title><![CDATA[Re: Some Error in ttyhstore]]></title>
			<link>https://ttyh.ru/viewtopic.php?pid=4161#p4161</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (GarryLai)]]></author>
			<pubDate>Fri, 16 Jun 2017 01:42:57 +0000</pubDate>
			<guid>https://ttyh.ru/viewtopic.php?pid=4161#p4161</guid>
		</item>
		<item>
			<title><![CDATA[Re: Some Error in ttyhstore]]></title>
			<link>https://ttyh.ru/viewtopic.php?pid=4160#p4160</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (Figec)]]></author>
			<pubDate>Thu, 15 Jun 2017 18:52:03 +0000</pubDate>
			<guid>https://ttyh.ru/viewtopic.php?pid=4160#p4160</guid>
		</item>
		<item>
			<title><![CDATA[Some Error in ttyhstore]]></title>
			<link>https://ttyh.ru/viewtopic.php?pid=4159#p4159</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (GarryLai)]]></author>
			<pubDate>Thu, 15 Jun 2017 09:46:28 +0000</pubDate>
			<guid>https://ttyh.ru/viewtopic.php?pid=4159#p4159</guid>
		</item>
	</channel>
</rss>
