<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ไอเอินบล๊อก &#187; Other</title>
	<atom:link href="http://www.iearn.in.th/category/other/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.iearn.in.th</link>
	<description>Just Play and Just Knowledge</description>
	<lastBuildDate>Sat, 12 Jun 2010 06:40:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>มาป้องกัน IndexOption ด้วยพาสเวิร์ดดีกว่า</title>
		<link>http://www.iearn.in.th/2009/08/18/%e0%b8%a1%e0%b8%b2%e0%b8%9b%e0%b9%89%e0%b8%ad%e0%b8%87%e0%b8%81%e0%b8%b1%e0%b8%99-indexoption-%e0%b8%94%e0%b9%89%e0%b8%a7%e0%b8%a2%e0%b8%9e%e0%b8%b2%e0%b8%aa%e0%b9%80%e0%b8%a7%e0%b8%b4%e0%b8%a3/</link>
		<comments>http://www.iearn.in.th/2009/08/18/%e0%b8%a1%e0%b8%b2%e0%b8%9b%e0%b9%89%e0%b8%ad%e0%b8%87%e0%b8%81%e0%b8%b1%e0%b8%99-indexoption-%e0%b8%94%e0%b9%89%e0%b8%a7%e0%b8%a2%e0%b8%9e%e0%b8%b2%e0%b8%aa%e0%b9%80%e0%b8%a7%e0%b8%b4%e0%b8%a3/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 07:26:25 +0000</pubDate>
		<dc:creator>nolifelover</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Other]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[apache htaccess]]></category>
		<category><![CDATA[basic authen]]></category>
		<category><![CDATA[htaccess authen]]></category>

		<guid isPermaLink="false">http://www.iearn.in.th/?p=548</guid>
		<description><![CDATA[หลังจากที่ทำ IndexOption ด้วย htaccess แล้วเราอยากปกป้อง directory บางอันไหม หากต้องการทำตามนี้เลย ซึ่งการทำจะใช้งาน .htaccess เหมือนเดิมและจะเพิ่มในส่วนของ .htpasswd มาเพื่อใช้ในการเข้าสู่ระบบ วิธีการทำ 1. ไปยัง folder ที่ต้องการป้องกันด้วยรหัสผ่าน 2. สร้างไฟล์ .htaccess เพิ่ม code ต่อไปนี้ AuthType Basic AuthName "Yun Trade File Repositories" AuthUserFile ที่อยู่เต็ม #ex /home/nolifelover/public_html/.htpasswd Require valid-user 3. สร้างไฟล์ .htpasswd โดยใช้งาน http://www.htaccesstools.com/htpasswd-generator/ เข้ามาช่วยก็ไปใช้จากนั้นเอา output มาใส่ในไฟ์ .htpasswd ก็จะได้ระบบป้องกันไดเรกทอรี่นี้แล้ว เพิ่มเติม http://httpd.apache.org/docs/1.3/howto/auth.html http://www.htaccesstools.com/htpasswd-generator/ No related posts. Related posts [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.iearn.in.th/wp-content/uploads/2009/08/protect-folder.png"><img src="http://www.iearn.in.th/wp-content/uploads/2009/08/protect-folder-300x213.png" alt="protect-folder" title="protect-folder" width="300" height="213" class="aligncenter size-medium wp-image-549" /></a><br />
<br/><br />
หลังจากที่ทำ IndexOption ด้วย htaccess แล้วเราอยากปกป้อง directory บางอันไหม หากต้องการทำตามนี้เลย ซึ่งการทำจะใช้งาน .htaccess เหมือนเดิมและจะเพิ่มในส่วนของ .htpasswd มาเพื่อใช้ในการเข้าสู่ระบบ<br />
<span id="more-548"></span><br />
<strong>วิธีการทำ</strong><br />
1. ไปยัง folder ที่ต้องการป้องกันด้วยรหัสผ่าน<br />
2. สร้างไฟล์ .htaccess<br />
เพิ่ม code ต่อไปนี้<br />
<code>AuthType Basic<br />
AuthName "Yun Trade File Repositories"<br />
AuthUserFile ที่อยู่เต็ม #ex /home/nolifelover/public_html/.htpasswd<br />
Require valid-user</code></p>
<p>3. สร้างไฟล์ .htpasswd โดยใช้งาน http://www.htaccesstools.com/htpasswd-generator/ เข้ามาช่วยก็ไปใช้จากนั้นเอา output มาใส่ในไฟ์ .htpasswd ก็จะได้ระบบป้องกันไดเรกทอรี่นี้แล้ว</p>
<p>เพิ่มเติม</p>
<p>http://httpd.apache.org/docs/1.3/howto/auth.html</p>
<p>http://www.htaccesstools.com/htpasswd-generator/</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.iearn.in.th/2009/08/18/%e0%b8%a1%e0%b8%b2%e0%b8%9b%e0%b9%89%e0%b8%ad%e0%b8%87%e0%b8%81%e0%b8%b1%e0%b8%99-indexoption-%e0%b8%94%e0%b9%89%e0%b8%a7%e0%b8%a2%e0%b8%9e%e0%b8%b2%e0%b8%aa%e0%b9%80%e0%b8%a7%e0%b8%b4%e0%b8%a3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>เฉลยข้อสอบ CPT</title>
		<link>http://www.iearn.in.th/2009/07/28/%e0%b9%80%e0%b8%89%e0%b8%a5%e0%b8%a2%e0%b8%82%e0%b9%89%e0%b8%ad%e0%b8%aa%e0%b8%ad%e0%b8%9a-cpt/</link>
		<comments>http://www.iearn.in.th/2009/07/28/%e0%b9%80%e0%b8%89%e0%b8%a5%e0%b8%a2%e0%b8%82%e0%b9%89%e0%b8%ad%e0%b8%aa%e0%b8%ad%e0%b8%9a-cpt/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 11:12:46 +0000</pubDate>
		<dc:creator>nolifelover</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[240-207]]></category>
		<category><![CDATA[241-207]]></category>
		<category><![CDATA[Computer Programing Technique]]></category>
		<category><![CDATA[CPT]]></category>

		<guid isPermaLink="false">http://www.iearn.in.th/?p=542</guid>
		<description><![CDATA[ไม่ได้มาเขียนนานเลย เพราะว่างานยุ่ง+เครื่องเสียเลยต้องหยุดไปเขียนไปพักใหญ่ตอนนี้ผมพอมีเวลาเลยเขียนโจทย์เฉลย CPT หรือว่า Computer Programing Technique เพราะเป็น TA เผื่อว่าน้องๆ จะได้เอาไปอ่านดูเพื่อช่วยในการทำข้อสอบ โดยสามารถโหลดได้ที่ http://www.iearn.in.th/wp-download/cpt No related posts. Related posts brought to you by Yet Another Related Posts Plugin.


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>ไม่ได้มาเขียนนานเลย เพราะว่างานยุ่ง+เครื่องเสียเลยต้องหยุดไปเขียนไปพักใหญ่ตอนนี้ผมพอมีเวลาเลยเขียนโจทย์เฉลย CPT หรือว่า Computer Programing Technique เพราะเป็น TA เผื่อว่าน้องๆ จะได้เอาไปอ่านดูเพื่อช่วยในการทำข้อสอบ</p>
<p>โดยสามารถโหลดได้ที่ <a href="http://www.iearn.in.th/wp-download/cpt">http://www.iearn.in.th/wp-download/cpt</a></p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.iearn.in.th/2009/07/28/%e0%b9%80%e0%b8%89%e0%b8%a5%e0%b8%a2%e0%b8%82%e0%b9%89%e0%b8%ad%e0%b8%aa%e0%b8%ad%e0%b8%9a-cpt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>อ่านหนังสือฟรีบน books.google.com</title>
		<link>http://www.iearn.in.th/2009/05/28/%e0%b8%ad%e0%b9%88%e0%b8%b2%e0%b8%99%e0%b8%ab%e0%b8%99%e0%b8%b1%e0%b8%87%e0%b8%aa%e0%b8%b7%e0%b8%ad%e0%b8%9f%e0%b8%a3%e0%b8%b5%e0%b8%9a%e0%b8%97-booksgooglecom/</link>
		<comments>http://www.iearn.in.th/2009/05/28/%e0%b8%ad%e0%b9%88%e0%b8%b2%e0%b8%99%e0%b8%ab%e0%b8%99%e0%b8%b1%e0%b8%87%e0%b8%aa%e0%b8%b7%e0%b8%ad%e0%b8%9f%e0%b8%a3%e0%b8%b5%e0%b8%9a%e0%b8%97-booksgooglecom/#comments</comments>
		<pubDate>Thu, 28 May 2009 09:45:08 +0000</pubDate>
		<dc:creator>nolifelover</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[download google book]]></category>
		<category><![CDATA[google book]]></category>
		<category><![CDATA[google book downloder]]></category>
		<category><![CDATA[ลง GreaseMonkey]]></category>

		<guid isPermaLink="false">http://www.iearn.in.th/?p=532</guid>
		<description><![CDATA[วันก่อนพอดีมีหนังสือเล่มใหม่ออก เกี่ยวกับ rails plugins แต่นักศึกษาอย่างผมอยากจะซื้อแต่คงต้านทานความแพงไม่ไหว เลยลอง search ดูตามเน็ตว่ามีที่ดีๆ ให้อ่านหรือไม่เพราะปกติแล้วผมชอบไปที่ ebookee.com สำหรับการหาหนังสือพวกนี้แต่ปรากฏว่าเล่มที่ผมต้องการไม่มีให้อ่านแต่ผมได้ไปเจอใน books.google.com โดยหนังสือชื่อว่า Practical Rails Plugins เลยทำให้ผมเกิดอาการตื่นเต้นมากเพราะว่าถึงแม้ว่าได้อ่านไม่หมดแต่ก็ยังได้อ่านบ้าง แต่ติดปัญหาเรื่องการเอามาไว้ในเครื่องเพราะว่าผมคงไม่อยากเปิด browser อ่านตลอกไปวันนี้มีโปรแกรมเด็ดๆ สำหรับการดาวโหลด google book มานำเสนอ โดยเจ้านี้ต้องลงคู่กับ GreaseMonkey สำหรับการลงท่านสามารดูได้ที่ http://www.iearn.in.th/2009/05/25/%E0%B8%A5%E0%B8%87-greasemonkey-and-farming-machine/ เมื่อลงเสร็จให้ไปโหลด script สำหรับการดาวโหลดที่ http://userscripts.org/scripts/show/37933 ซึ่งชื่อว่า Google Book Downloader ท่านจะสามารถดาวโหลด หนังสือเล่มที่ท่านต้องการนำเอามาไว้ในเครื่องของท่านได้แล้ว No related posts. Related posts brought to you by Yet Another Related Posts Plugin.


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.iearn.in.th/wp-content/uploads/2009/05/google-book.jpg"><img class="aligncenter size-medium wp-image-533" title="google-book" src="http://www.iearn.in.th/wp-content/uploads/2009/05/google-book-300x102.jpg" alt="google-book" width="300" height="102" /></a></p>
<p>วันก่อนพอดีมีหนังสือเล่มใหม่ออก เกี่ยวกับ rails plugins แต่นักศึกษาอย่างผมอยากจะซื้อแต่คงต้านทานความแพงไม่ไหว เลยลอง search ดูตามเน็ตว่ามีที่ดีๆ ให้อ่านหรือไม่เพราะปกติแล้วผมชอบไปที่ ebookee.com สำหรับการหาหนังสือพวกนี้แต่ปรากฏว่าเล่มที่ผมต้องการไม่มีให้อ่านแต่ผมได้ไปเจอใน books.google.com โดยหนังสือชื่อว่า Practical Rails Plugins เลยทำให้ผมเกิดอาการตื่นเต้นมากเพราะว่าถึงแม้ว่าได้อ่านไม่หมดแต่ก็ยังได้อ่านบ้าง แต่ติดปัญหาเรื่องการเอามาไว้ในเครื่องเพราะว่าผมคงไม่อยากเปิด browser อ่านตลอกไปวันนี้มีโปรแกรมเด็ดๆ สำหรับการดาวโหลด google book มานำเสนอ<span id="more-532"></span><br />
โดยเจ้านี้ต้องลงคู่กับ GreaseMonkey สำหรับการลงท่านสามารดูได้ที่  <a href="http://www.iearn.in.th/2009/05/25/%E0%B8%A5%E0%B8%87-greasemonkey-and-farming-machine/">http://www.iearn.in.th/2009/05/25/%E0%B8%A5%E0%B8%87-greasemonkey-and-farming-machine/</a> เมื่อลงเสร็จให้ไปโหลด script สำหรับการดาวโหลดที่ <a href="http://userscripts.org/scripts/show/37933">http://userscripts.org/scripts/show/37933</a> ซึ่งชื่อว่า Google Book Downloader ท่านจะสามารถดาวโหลด หนังสือเล่มที่ท่านต้องการนำเอามาไว้ในเครื่องของท่านได้แล้ว <a href="http://www.iearn.in.th/wp-content/uploads/2009/05/google-book-demo.jpg"><img src="http://www.iearn.in.th/wp-content/uploads/2009/05/google-book-demo-206x300.jpg" alt="google-book-demo" title="google-book-demo" width="206" height="300" class="aligncenter size-medium wp-image-534" /></a></p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.iearn.in.th/2009/05/28/%e0%b8%ad%e0%b9%88%e0%b8%b2%e0%b8%99%e0%b8%ab%e0%b8%99%e0%b8%b1%e0%b8%87%e0%b8%aa%e0%b8%b7%e0%b8%ad%e0%b8%9f%e0%b8%a3%e0%b8%b5%e0%b8%9a%e0%b8%97-booksgooglecom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ลง GreaseMonkey and Farming Machine</title>
		<link>http://www.iearn.in.th/2009/05/25/%e0%b8%a5%e0%b8%87-greasemonkey-and-farming-machine/</link>
		<comments>http://www.iearn.in.th/2009/05/25/%e0%b8%a5%e0%b8%87-greasemonkey-and-farming-machine/#comments</comments>
		<pubDate>Mon, 25 May 2009 13:24:57 +0000</pubDate>
		<dc:creator>nolifelover</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[bot travian]]></category>
		<category><![CDATA[Farming Machine]]></category>
		<category><![CDATA[travian]]></category>
		<category><![CDATA[travian uti]]></category>
		<category><![CDATA[travian utility]]></category>
		<category><![CDATA[ลง GreaseMonkey]]></category>
		<category><![CDATA[เครื่องมือช่วยเล่น ทราเวียน]]></category>

		<guid isPermaLink="false">http://www.iearn.in.th/?p=523</guid>
		<description><![CDATA[ผมว่าหลายท่านที่เล่น travian คงอยากรู้กันว่าไอ้พวกที่ตีตลอดเวลาแถมส่ง igm ไปทำไมไม่ตอบวันนี้ผมมานำเสนอ script ที่ผมก็ใช้งานบ้างบางเวลาสำหรับใน firfox โดยหากว่าท่านต้องการที่จะอ่านบทความนี้และทำตามกรุณาเลิกใช้งาน ie และหันมาใช้งาน firefox กันเลยครับ เพราะว่า ie เราไม่สามารถใช้งานได้ในส่วนของวันนี้จะนำเสนอการลง plugins GreaseMonkey หลายคนคงสงสัยกันอะไรลิงๆ ผมก็ว่าจะทำอะไรได้แต่ในความเป็นจริงแล้วทำได้เยอะมากมายเลยละครับไม่ใช่เฉพาะใช่กับ travian เท่านั้นยังสามารถใช้งานกับพวกอย่างอื่นได้เยอะด้วยในส่วนของการลง GreaseMonkey ทำตามนี้นะครับ 1. ลง Mozilla Firefox และบอกลา IE ได้เลยครับ 2. ลง GreaseMonkey Addon เมื่อเข้าหน้านี้ก็สั่ง add to firefox เลยครับ 3. จากนั้นให้ restart firefox 1 ครั้งครับเราจะได้ใช้งาน plugins ตัวนี้แล้ว 4. หา script ต่างๆ ที่ท่านต้องการได้ที่ http://userscripts.org/ เราจะพบ [...]


Related posts:<ol><li><a href='http://www.iearn.in.th/2010/04/23/text-shadow-on-ie-with-jquery-drop-shadow-plugins/' rel='bookmark' title='Permanent Link: text-shadow on ie with jquery drop shadow plugins'>text-shadow on ie with jquery drop shadow plugins</a> <small>สำหรับใครที่เคยใช้ css สำหรับสร้างเงานให้กับตัวอักษรนั้นหลายคนคงไม่ทราบว่าใน ie ไม่มี property นี้ครับ ผมก็ไม่เข้าใจเหมือนกันว่าทำไมว่า ie มันไม่ค่อยเหมือนชาวบ้านเท่าไร...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.iearn.in.th/wp-content/uploads/2009/05/travian-util.jpg"><img class="aligncenter size-medium wp-image-524" title="travian-util" src="http://www.iearn.in.th/wp-content/uploads/2009/05/travian-util-300x124.jpg" alt="travian-util" width="300" height="124" /></a></p>
<p>ผมว่าหลายท่านที่เล่น travian คงอยากรู้กันว่าไอ้พวกที่ตีตลอดเวลาแถมส่ง igm ไปทำไมไม่ตอบวันนี้ผมมานำเสนอ script ที่ผมก็ใช้งานบ้างบางเวลาสำหรับใน firfox โดยหากว่าท่านต้องการที่จะอ่านบทความนี้และทำตามกรุณาเลิกใช้งาน ie และหันมาใช้งาน firefox กันเลยครับ เพราะว่า ie เราไม่สามารถใช้งานได้<span id="more-523"></span>ในส่วนของวันนี้จะนำเสนอการลง plugins  GreaseMonkey หลายคนคงสงสัยกันอะไรลิงๆ ผมก็ว่าจะทำอะไรได้แต่ในความเป็นจริงแล้วทำได้เยอะมากมายเลยละครับไม่ใช่เฉพาะใช่กับ travian เท่านั้นยังสามารถใช้งานกับพวกอย่างอื่นได้เยอะด้วยในส่วนของการลง  GreaseMonkey ทำตามนี้นะครับ<br />
1. ลง <a href="http://www.mozilla.com/en-US/products/download.html?product=firefox-3.0.10&amp;os=win&amp;lang=en-US">Mozilla Firefox</a> และบอกลา IE ได้เลยครับ<br />
2. ลง <a href="https://addons.mozilla.org/en-US/firefox/addon/748">GreaseMonkey Addon</a> เมื่อเข้าหน้านี้ก็สั่ง add to firefox เลยครับ<br />
3. จากนั้นให้ restart firefox 1 ครั้งครับเราจะได้ใช้งาน plugins ตัวนี้แล้ว<br />
4. หา script ต่างๆ ที่ท่านต้องการได้ที่ <a href="http://userscripts.org/">http://userscripts.org/</a> เราจะพบ script มากมายครับ</p>
<p>ส่วนที่ผมจะให้ท่านได้ลองใช้ใน travian คือ <a href="http://userscripts.org/scripts/show/48557">Farming Machine for Travian 3.5<br />
</a> ให้ท่านไปที่ลิงค์นั้นแล้วสั่ง install ได้เลยครับ การใช้ไม่ยากเลยครับเมื่อท่านเข้าใช้งานให้ท่านคลิกเมืงที่ท่านต้องการฟาร์มครับจากนั้นสั่ง <span style="color: #808000;">เพิ่งลงใน farming machine</span> ก็เป้นอันว่าเมืองนั้นก็อยู่ในกำมือท่านแล้ว หากท่านต้องการเริ่มให้ไปยังหน้าของจุดระดมพลครับแล้วสั่งเริ่มการฟาร์มได้เลย<br />
<a href="http://www.iearn.in.th/wp-content/uploads/2009/05/travian-farming-machine.jpg"><img class="aligncenter size-medium wp-image-525" title="travian-farming-machine" src="http://www.iearn.in.th/wp-content/uploads/2009/05/travian-farming-machine-300x84.jpg" alt="travian-farming-machine" width="300" height="84" /><a href="http://www.iearn.in.th/wp-content/uploads/2009/05/travian-farming-machine-alert.jpg"><img class="aligncenter size-medium wp-image-526" title="travian-farming-machine-alert" src="http://www.iearn.in.th/wp-content/uploads/2009/05/travian-farming-machine-alert-300x130.jpg" alt="travian-farming-machine-alert" width="300" height="130" /></a></a></p>


<p>Related posts:<ol><li><a href='http://www.iearn.in.th/2010/04/23/text-shadow-on-ie-with-jquery-drop-shadow-plugins/' rel='bookmark' title='Permanent Link: text-shadow on ie with jquery drop shadow plugins'>text-shadow on ie with jquery drop shadow plugins</a> <small>สำหรับใครที่เคยใช้ css สำหรับสร้างเงานให้กับตัวอักษรนั้นหลายคนคงไม่ทราบว่าใน ie ไม่มี property นี้ครับ ผมก็ไม่เข้าใจเหมือนกันว่าทำไมว่า ie มันไม่ค่อยเหมือนชาวบ้านเท่าไร...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.iearn.in.th/2009/05/25/%e0%b8%a5%e0%b8%87-greasemonkey-and-farming-machine/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>หาเมืองฟาร์มใน Travian</title>
		<link>http://www.iearn.in.th/2009/05/24/%e0%b8%ab%e0%b8%b2%e0%b9%80%e0%b8%a1%e0%b8%b7%e0%b8%ad%e0%b8%87%e0%b8%9f%e0%b8%b2%e0%b8%a3%e0%b9%8c%e0%b8%a1%e0%b9%83%e0%b8%99-travian/</link>
		<comments>http://www.iearn.in.th/2009/05/24/%e0%b8%ab%e0%b8%b2%e0%b9%80%e0%b8%a1%e0%b8%b7%e0%b8%ad%e0%b8%87%e0%b8%9f%e0%b8%b2%e0%b8%a3%e0%b9%8c%e0%b8%a1%e0%b9%83%e0%b8%99-travian/#comments</comments>
		<pubDate>Sun, 24 May 2009 13:23:15 +0000</pubDate>
		<dc:creator>nolifelover</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[bot travian]]></category>
		<category><![CDATA[find farm]]></category>
		<category><![CDATA[travian]]></category>
		<category><![CDATA[หาเมืองฟาร์ม]]></category>

		<guid isPermaLink="false">http://www.iearn.in.th/?p=518</guid>
		<description><![CDATA[หลายคนอาจจะนั่งดูรอบๆ 27*27 จากตำแหน่งที่เราอยู่เพื่อหามาสร้างเมืองฟาร์มเพื่อนให้อาณาจักรเรายิ่งใหญ่ สำหรับท่านที่กำลังมองหาเมืองฟาร์มวันนี้ผมมีแนวทางเสนอในการหาเมืองฟาร์มโดยการใช้เครื่องมือที่มีอยู่ของ travian โดยไม่ใช่ว่าจะใช้หาเมืองฟาร์มได้อย่างเดียวนะครับ ยังสามารถที่จะทำอย่างอื่นได้อีกเยอะแต่ในวันนี้ของแนะนำเรื่องการหาเมืองฟาร์มก่อนละกัน สำหรับหากว่าท่านต้องการหาเมืองฟาร์มให้ท่านเข้าไปที่ http://travian-utils.com/?s=th2&#38;act จะมีช่อง x,y ให้ท่านกรอกและจำนวนช่องรอบข้างอย่างเช่นในรูปเป็น 40,40 จำนวนช่อง 10 ช่องจะได้รายชื่อเมืองออกมา จากนั้นลองดูตรงสถานะครับหากว่า สีแดงติดลบ แสดงว่า pop ไม่เพิ่มหรือโดนเแมวครับทำให้ pop ลดลง สีเทาเป็น 0 แสดงว่า pop ไม่มีการเพิ่มอาจจะเป็นไปได้ว่ามีการสะสมกองกำลังอยู่ครับ สีเขียว แสดงว่า pop มีการเจริญเติบโตพูดง่ายๆ ว่ามีการส้รางทรัพยากรภายในเมือง หากว่าท่านต้องการให้เป็นเมืองฟาร์มสามารถกด [v] เพื่อไปยังแผ่นที่ได้เลยครับหากว่าใช้ script firefox ก็สามารถที่จะใช้งานได้เลยครับโดยสั่งเพิ่มใน farming machine ได้เลยแต่หากว่าใช้ villonanny คงต้อง config กันหน่อยครับ No related posts. Related posts brought to you by [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.iearn.in.th/wp-content/uploads/2009/05/find-farmer.jpg"><img class="aligncenter size-medium wp-image-519" title="find-farmer" src="http://www.iearn.in.th/wp-content/uploads/2009/05/find-farmer-300x82.jpg" alt="find-farmer" width="300" height="82" /></a><br />
หลายคนอาจจะนั่งดูรอบๆ 27*27 จากตำแหน่งที่เราอยู่เพื่อหามาสร้างเมืองฟาร์มเพื่อนให้อาณาจักรเรายิ่งใหญ่ สำหรับท่านที่กำลังมองหาเมืองฟาร์มวันนี้ผมมีแนวทางเสนอในการหาเมืองฟาร์มโดยการใช้เครื่องมือที่มีอยู่ของ travian โดยไม่ใช่ว่าจะใช้หาเมืองฟาร์มได้อย่างเดียวนะครับ ยังสามารถที่จะทำอย่างอื่นได้อีกเยอะแต่ในวันนี้ของแนะนำเรื่องการหาเมืองฟาร์มก่อนละกัน<span id="more-518"></span><br />
สำหรับหากว่าท่านต้องการหาเมืองฟาร์มให้ท่านเข้าไปที่ <a href="http://travian-utils.com/?s=th2&amp;act">http://travian-utils.com/?s=th2&amp;act</a> จะมีช่อง x,y ให้ท่านกรอกและจำนวนช่องรอบข้างอย่างเช่นในรูปเป็น 40,40 จำนวนช่อง 10 ช่องจะได้รายชื่อเมืองออกมา จากนั้นลองดูตรงสถานะครับหากว่า</p>
<p><span style="color: #ff0000;">สีแดงติดลบ</span> แสดงว่า pop ไม่เพิ่มหรือโดนเแมวครับทำให้ pop ลดลง<br />
<span style="color: #808080;">สีเทาเป็น 0</span> แสดงว่า pop ไม่มีการเพิ่มอาจจะเป็นไปได้ว่ามีการสะสมกองกำลังอยู่ครับ<br />
<span style="color: #008000;">สีเขียว</span> แสดงว่า pop มีการเจริญเติบโตพูดง่ายๆ ว่ามีการส้รางทรัพยากรภายในเมือง</p>
<p>หากว่าท่านต้องการให้เป็นเมืองฟาร์มสามารถกด [v] เพื่อไปยังแผ่นที่ได้เลยครับหากว่าใช้ script firefox ก็สามารถที่จะใช้งานได้เลยครับโดยสั่งเพิ่มใน farming machine ได้เลยแต่หากว่าใช้ villonanny คงต้อง config กันหน่อยครับ</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.iearn.in.th/2009/05/24/%e0%b8%ab%e0%b8%b2%e0%b9%80%e0%b8%a1%e0%b8%b7%e0%b8%ad%e0%b8%87%e0%b8%9f%e0%b8%b2%e0%b8%a3%e0%b9%8c%e0%b8%a1%e0%b9%83%e0%b8%99-travian/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Travian Bot T3.5</title>
		<link>http://www.iearn.in.th/2009/05/24/travian-bot-t35/</link>
		<comments>http://www.iearn.in.th/2009/05/24/travian-bot-t35/#comments</comments>
		<pubDate>Sat, 23 May 2009 21:05:23 +0000</pubDate>
		<dc:creator>nolifelover</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[bot 3.5]]></category>
		<category><![CDATA[bot T3.5]]></category>
		<category><![CDATA[bot travian]]></category>
		<category><![CDATA[travian]]></category>
		<category><![CDATA[travian 3.5 bot]]></category>

		<guid isPermaLink="false">http://www.iearn.in.th/?p=514</guid>
		<description><![CDATA[หลังจากที่ยุ่งเรื่องงานมาพักหนึ่งได้โอกาส นั่งดู travian น้อยมากๆ เลยคิดถึงเจ้าบอทอย่างมาก แต่วันนี้เมื่อผมเปิดดูปรากฏว่า version ใหม่มาแล้ว พะเจ้า ในที่สุดผมก็ได้เอาเวลาทั้งหมดไปทำงานซะที 55 อีกอย่าง travian ผมจะได้สร้างและไม่ต้องเช็คเรื่อยๆ ตอนนี้ support 3.5 แล้ว ใน v2.3.0 beta 2 มีอะไรใหม่ * (new) Works on Travian v3.5 ใช้งานกับ 3.5 ได้แล้ว * Grows fields evenly * Grows fields by keeping a given resource proportion * Increases the level of existing buildings * Builds entire [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.iearn.in.th/wp-content/uploads/2009/05/travian-villonanny-tavian-bot-35.jpg"><img src="http://www.iearn.in.th/wp-content/uploads/2009/05/travian-villonanny-tavian-bot-35-300x164.jpg" alt="travian-villonanny-tavian-bot-35" title="travian-villonanny-tavian-bot-35" width="300" height="164" class="aligncenter size-medium wp-image-515" /></a><br />
หลังจากที่ยุ่งเรื่องงานมาพักหนึ่งได้โอกาส นั่งดู travian น้อยมากๆ เลยคิดถึงเจ้าบอทอย่างมาก แต่วันนี้เมื่อผมเปิดดูปรากฏว่า version ใหม่มาแล้ว พะเจ้า ในที่สุดผมก็ได้เอาเวลาทั้งหมดไปทำงานซะที 55 อีกอย่าง travian ผมจะได้สร้างและไม่ต้องเช็คเรื่อยๆ ตอนนี้ support 3.5 แล้ว <span id="more-514"></span><br />
ใน v2.3.0 beta 2 มีอะไรใหม่<br />
    *  (new) Works on Travian v3.5 ใช้งานกับ 3.5 ได้แล้ว<br />
    * Grows fields evenly<br />
    * Grows fields by keeping a given resource proportion<br />
    * Increases the level of existing buildings<br />
    * Builds entire villages from scratch in a given sequence<br />
    * Increases the granary or warehouse when more space is needed<br />
    * Sends merchants periodically<br />
    * Trains troops<br />
    * Attacks or scouts enemy villages at a given rate<br />
    * Reinforces allied villages at a given rate<br />
    * Handles multiple villages, multiple accounts, multiple servers<br />
    * Elements are specified in the server language<br />
    * Runs on any international server, given the appropriate configuration<br />
    * Disguises as a human using a browser<br />
    * Simulates browser cache<br />
    * Intelligent pauses: only connects when needed<br />
    * &#8220;Night mode&#8221; to connect less frequently at night<br />
    * Runs on any computer, perfect as a linux background process<br />
    * Very well supported<br />
    * Open Source: customisable and good for learning Java<br />
    * Totally free<br />
แปลเอานะครับส่วใครต้องการโหลดได้ที่ <a href="http://sourceforge.net/project/downloading.php?group_id=222715&#038;filename=villonanny-2.3.0.b02.bin.zip">http://sourceforge.net/project/downloading.php?group_id=222715&#038;filename=villonanny-2.3.0.b02.bin.zip</a></p>
<p>ปล. ผมไม่ต้องการให้ท่านใช้บอทกันนะครับ แค่เอาไว้ป้องกันเวลาไม่มีเวลาเท่านั้นเอง</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.iearn.in.th/2009/05/24/travian-bot-t35/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>SVN This client is too old to work with working copy</title>
		<link>http://www.iearn.in.th/2009/05/18/svn-this-client-is-too-old-to-work-with-working-copy/</link>
		<comments>http://www.iearn.in.th/2009/05/18/svn-this-client-is-too-old-to-work-with-working-copy/#comments</comments>
		<pubDate>Sun, 17 May 2009 18:55:16 +0000</pubDate>
		<dc:creator>nolifelover</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://www.iearn.in.th/?p=474</guid>
		<description><![CDATA[งานยิ่งรีบดันมาเจอปัญหาเรื่องของ svn อีกเหนื่อยเลยครับนื่องจากว่าผมได้ลง 1.6 ไปก่อนหน้าเลยทำให้เกิดปัญหากับการทำงานเนื่องจากว่าผมได้กลับมาใช้ version 1.5.6 แล้วเลยต้องมาปวดหัวกันอีก มาดูวิธีการแก้ไขกัน ผมได้ลองไปอ่านใน help ของ svn ได้ความตามนี้ครับ http://subversion.tigris.org/faq.html#working-copy-format-change แต่หากอ่านแล้วไม่เข้าใจก็ทำตามผมดีกว่าครับ 1. ไปโหลด python สำหรับแต่ละ OS มาครับผมใช้ windows ก็เลือกเป็น windows installer ละกันครับง่ายดี 2. เมื่อโหลดเสร็จแล้วให้ลงครับ จากนั้นไปโหลดไฟล์ http://svn.collab.net/repos/svn/trunk/tools/client-side/change-svn-wc-format.py 3. จากนั้นสั่งรัน .py ที่โหลดมาครับ ตัวอย่างผมใช้ 1.5 ตอนนีี้ครับ change-svn-wc-format.py d:\Project\PupaProject\trade_manager 1.5 --skip-unknown-format เป็นอันว่าเรียบร้อยครับสามารถกลับมาใช้งานได้ดังเดิม No related posts. Related posts brought to you by Yet Another Related [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.iearn.in.th/wp-content/uploads/2009/05/svn-error.jpg"><img src="http://www.iearn.in.th/wp-content/uploads/2009/05/svn-error-300x97.jpg" alt="svn-error" title="svn-error" width="300" height="97" class="aligncenter size-medium wp-image-475" /></a></p>
<p>งานยิ่งรีบดันมาเจอปัญหาเรื่องของ svn อีกเหนื่อยเลยครับนื่องจากว่าผมได้ลง 1.6 ไปก่อนหน้าเลยทำให้เกิดปัญหากับการทำงานเนื่องจากว่าผมได้กลับมาใช้ version 1.5.6 แล้วเลยต้องมาปวดหัวกันอีก มาดูวิธีการแก้ไขกัน<br />
<span id="more-474"></span><br />
ผมได้ลองไปอ่านใน help ของ svn ได้ความตามนี้ครับ <a href="http://subversion.tigris.org/faq.html#working-copy-format-change">http://subversion.tigris.org/faq.html#working-copy-format-change</a> แต่หากอ่านแล้วไม่เข้าใจก็ทำตามผมดีกว่าครับ<br />
1. ไปโหลด python สำหรับแต่ละ OS มาครับผมใช้ windows ก็เลือกเป็น windows installer ละกันครับง่ายดี<br />
2. เมื่อโหลดเสร็จแล้วให้ลงครับ จากนั้นไปโหลดไฟล์ <a href="http://svn.collab.net/repos/svn/trunk/tools/client-side/change-svn-wc-format.py">http://svn.collab.net/repos/svn/trunk/tools/client-side/change-svn-wc-format.py</a><br />
3. จากนั้นสั่งรัน .py ที่โหลดมาครับ ตัวอย่างผมใช้ 1.5 ตอนนีี้ครับ<br />
<code>change-svn-wc-format.py d:\Project\PupaProject\trade_manager 1.5 --skip-unknown-format</code><br />
เป็นอันว่าเรียบร้อยครับสามารถกลับมาใช้งานได้ดังเดิม</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.iearn.in.th/2009/05/18/svn-this-client-is-too-old-to-work-with-working-copy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Config VilloNanny Travian BOT</title>
		<link>http://www.iearn.in.th/2009/05/12/config-villonanny-travian-bot/</link>
		<comments>http://www.iearn.in.th/2009/05/12/config-villonanny-travian-bot/#comments</comments>
		<pubDate>Tue, 12 May 2009 14:48:19 +0000</pubDate>
		<dc:creator>nolifelover</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[bot travian]]></category>
		<category><![CDATA[travian]]></category>
		<category><![CDATA[villonany]]></category>

		<guid isPermaLink="false">http://www.iearn.in.th/?p=453</guid>
		<description><![CDATA[อันนี้เป็นรายละเอียดที่ผมพอจะสามารถบอกกับท่านได้ครับว่าในแต่ละส่วนทำอะไรได้บ้างครับ ซึ่งเมื่อท่านได้ config มาแล้วท่านต้อง config ค่าต่างๆ ตามภาษาของท่านซึ่งในที่นี้เป็นภาาาไทย โดยให้ท่านลองศึกษาที่ผม config ดูครับแล้วท่านค่อยนำเอาสิ่งที่ผมนำเสนอไป config หรือแก้ไขเพิ่มเติมรวมถึงประยุกต์ตามสิ่งที่เขาได้เขียนไว้ทั้งหมดครับ 1. ทำความเข้าใจก่อนนะครับหากท่านใช้ภาษาไทย config ของท่านต้อง save เป็น UTF-8 นะครับ เพราะหากว่าไม่ใช่จะทำให้เกิด error ได้ครับ โดย editor ที่แนะนำคงเป็น notepad หรือ notepad++ ครับ ท่านสามารถหาดาวโหลดกันได้ 2. โครงสร้างของการ config จะเป็นรูปแบบของ xml นะครับจะต้องมี tag เปิดและ ปิดเสมอครับหากว่า tag ไหนเปิดอย่างเดียวจะต้องมี / ปิดแทนครับตัวอย่าง 1 2 3 &#60;strategy class=&#34;GrowItem&#34; desc=&#34;Grow Main Building&#34; enabled=&#34;true&#34;&#62; #tag เปิดครับ [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.iearn.in.th/wp-content/uploads/2009/05/travian-config.jpg"><img src="http://www.iearn.in.th/wp-content/uploads/2009/05/travian-config-300x68.jpg" alt="travian-config" title="travian-config" width="300" height="68" class="aligncenter size-medium wp-image-455" /></a></p>
<p>อันนี้เป็นรายละเอียดที่ผมพอจะสามารถบอกกับท่านได้ครับว่าในแต่ละส่วนทำอะไรได้บ้างครับ ซึ่งเมื่อท่านได้ config มาแล้วท่านต้อง config ค่าต่างๆ ตามภาษาของท่านซึ่งในที่นี้เป็นภาาาไทย โดยให้ท่านลองศึกษาที่ผม config ดูครับแล้วท่านค่อยนำเอาสิ่งที่ผมนำเสนอไป config หรือแก้ไขเพิ่มเติมรวมถึงประยุกต์ตามสิ่งที่เขาได้เขียนไว้ทั้งหมดครับ<br />
<span id="more-453"></span><br />
1. ทำความเข้าใจก่อนนะครับหากท่านใช้ภาษาไทย config ของท่านต้อง save เป็น UTF-8 นะครับ เพราะหากว่าไม่ใช่จะทำให้เกิด error ได้ครับ โดย editor ที่แนะนำคงเป็น notepad หรือ notepad++ ครับ ท่านสามารถหาดาวโหลดกันได้<br />
2. โครงสร้างของการ config จะเป็นรูปแบบของ xml นะครับจะต้องมี tag เปิดและ ปิดเสมอครับหากว่า tag ไหนเปิดอย่างเดียวจะต้องมี / ปิดแทนครับตัวอย่าง</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;strategy</span> <span style="color: #000066;">class</span>=<span style="color: #ff0000;">&quot;GrowItem&quot;</span> <span style="color: #000066;">desc</span>=<span style="color: #ff0000;">&quot;Grow Main Building&quot;</span> <span style="color: #000066;">enabled</span>=<span style="color: #ff0000;">&quot;true&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span> #tag เปิดครับ
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;item</span> <span style="color: #000066;">desc</span>=<span style="color: #ff0000;">&quot;Main Building&quot;</span> <span style="color: #000066;">id</span>=<span style="color: #ff0000;">&quot;26&quot;</span> <span style="color: #000066;">maxLevel</span>=<span style="color: #ff0000;">&quot;10&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span> #เปิดแล้วใช่ / ปิดแทน
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/strategy<span style="color: #000000; font-weight: bold;">&gt;</span></span></span> #tag ปิด</pre></td></tr></table></div>

<h1>FieldGrowth</h1>
<p>สำหรับคำสั่งตัวนี้เป็นคำสั่งสำหรับสร้างทรัพยากรที่ใช้ทรัพยากรน้อยที่สุดครับโดยชุดคำสั่งเป็นดังนี้</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;strategy</span> <span style="color: #000066;">class</span>=<span style="color: #ff0000;">&quot;FieldGrowth&quot;</span> <span style="color: #000066;">desc</span>=<span style="color: #ff0000;">&quot;รายละเอียด หรือคำอธิบาย&quot;</span> <span style="color: #000066;">enabled</span>=<span style="color: #ff0000;">&quot;true&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span></pre></td></tr></table></div>

<p>โดยหากมีการให้ enabled เป็น true จะเป็นการเปิดการใช้งานและหากเป็น false</p>
<h1>GrowItem</h1>
<p>คำสั่งนี้จะแตกต่างจากคำสั่ง FieldGrowth ตรงที่สามารถระบุได้เลยว่าต้องการให้ทรัพยากรหรือสิ่งก่อนสร้างใดเจริญเติบโต</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;strategy</span> <span style="color: #000066;">class</span>=<span style="color: #ff0000;">&quot;GrowItem&quot;</span> <span style="color: #000066;">desc</span>=<span style="color: #ff0000;">&quot;คำอธิบาย&quot;</span> <span style="color: #000066;">enabled</span>=<span style="color: #ff0000;">&quot;true&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;item</span> <span style="color: #000066;">id</span>=<span style="color: #ff0000;">&quot;ITEM_ID_LIST&quot;</span> <span style="color: #000066;">desc</span>=<span style="color: #ff0000;">&quot;DESCRIPTION&quot;</span> <span style="color: #000066;">building</span>=<span style="color: #ff0000;">&quot;BUILDING&quot;</span> <span style="color: #000066;">maxLevel</span>=<span style="color: #ff0000;">&quot;MAX_LEVEL&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/strategy<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></td></tr></table></div>

<p>ITEM_ID_LIST จะเป็นตำแหน่งที่สร้างทรัพยากรนั้นครับโดยสังเกตได้จาก url เช่น build.php?id=9 จะใช้ id=&#8221;9&#8243;<br />
DESCRIPTION รายละเอียดใส่อะไรก็ได้<br />
BUILDING ชื่อสิ่งก่อสร้างอ้างอิงตามตัวภาษาครับเช่น โรงตัดไม้,บ่อโคลน,สถานศึกษา ในส่วนนี้หากไม่ใส่ก็ได้แต่หากใส่จะมีการคำนวนว่าเหลือเวลาที่ใช้ในการสร้างอีกเท่าไร<br />
MAX_LEVEL คือระดับสูงสุดที่ต้องการให้สร้างครับ<br />
ตัวอย่างการใช้งานจริง</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
</pre></td><td class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;strategy</span> <span style="color: #000066;">class</span>=<span style="color: #ff0000;">&quot;GrowItem&quot;</span> <span style="color: #000066;">desc</span>=<span style="color: #ff0000;">&quot;Building Rice&quot;</span> <span style="color: #000066;">enabled</span>=<span style="color: #ff0000;">&quot;true&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
   <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;item</span> <span style="color: #000066;">desc</span>=<span style="color: #ff0000;">&quot;UpGrade Rice&quot;</span> <span style="color: #000066;">building</span>=<span style="color: #ff0000;">&quot;ทุ่งธัญพืช&quot;</span> <span style="color: #000066;">id</span>=<span style="color: #ff0000;">&quot;8,9,12,13,15,2&quot;</span> <span style="color: #000066;">maxLevel</span>=<span style="color: #ff0000;">&quot;9&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/strategy<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;strategy</span> <span style="color: #000066;">class</span>=<span style="color: #ff0000;">&quot;GrowItem&quot;</span> <span style="color: #000066;">desc</span>=<span style="color: #ff0000;">&quot;Building Other&quot;</span> <span style="color: #000066;">enabled</span>=<span style="color: #ff0000;">&quot;true&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
   <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;item</span> <span style="color: #000066;">desc</span>=<span style="color: #ff0000;">&quot;UpGrade Iron&quot;</span> <span style="color: #000066;">building</span>=<span style="color: #ff0000;">&quot;เหมืองเหล็ก&quot;</span> <span style="color: #000066;">id</span>=<span style="color: #ff0000;">&quot;4,7,10,11&quot;</span> <span style="color: #000066;">maxLevel</span>=<span style="color: #ff0000;">&quot;6&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
   <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;item</span> <span style="color: #000066;">desc</span>=<span style="color: #ff0000;">&quot;UpGrade Clone&quot;</span> <span style="color: #000066;">building</span>=<span style="color: #ff0000;">&quot;บ่อโคลน&quot;</span> <span style="color: #000066;">id</span>=<span style="color: #ff0000;">&quot;5,6,16,18&quot;</span> <span style="color: #000066;">maxLevel</span>=<span style="color: #ff0000;">&quot;7&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
   <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;item</span> <span style="color: #000066;">desc</span>=<span style="color: #ff0000;">&quot;UpGrade Wood&quot;</span> <span style="color: #000066;">building</span>=<span style="color: #ff0000;">&quot;โรงตัดไม้&quot;</span> <span style="color: #000066;">id</span>=<span style="color: #ff0000;">&quot;1,3,14,17&quot;</span> <span style="color: #000066;">maxLevel</span>=<span style="color: #ff0000;">&quot;7&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/strategy<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;strategy</span> <span style="color: #000066;">class</span>=<span style="color: #ff0000;">&quot;GrowItem&quot;</span> <span style="color: #000066;">desc</span>=<span style="color: #ff0000;">&quot;Building Army&quot;</span> <span style="color: #000066;">enabled</span>=<span style="color: #ff0000;">&quot;true&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
   <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;item</span> <span style="color: #000066;">desc</span>=<span style="color: #ff0000;">&quot;UpGrade Barrack&quot;</span> <span style="color: #000066;">building</span>=<span style="color: #ff0000;">&quot;สถานศึกษา&quot;</span> <span style="color: #000066;">id</span>=<span style="color: #ff0000;">&quot;28&quot;</span> <span style="color: #000066;">maxLevel</span>=<span style="color: #ff0000;">&quot;15&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
   <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;item</span> <span style="color: #000066;">desc</span>=<span style="color: #ff0000;">&quot;Upgrade Stable&quot;</span> <span style="color: #000066;">buiding</span>=<span style="color: #ff0000;">&quot;โรงม้า&quot;</span> <span style="color: #000066;">id</span>=<span style="color: #ff0000;">&quot;37&quot;</span> <span style="color: #000066;">maxLevel</span>=<span style="color: #ff0000;">&quot;10&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/strategy<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;strategy</span> <span style="color: #000066;">class</span>=<span style="color: #ff0000;">&quot;GrowItem&quot;</span> <span style="color: #000066;">desc</span>=<span style="color: #ff0000;">&quot;Building City&quot;</span> <span style="color: #000066;">enabled</span>=<span style="color: #ff0000;">&quot;true&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
   <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;item</span> <span style="color: #000066;">desc</span>=<span style="color: #ff0000;">&quot;UpGrade Barrack&quot;</span> <span style="color: #000066;">building</span>=<span style="color: #ff0000;">&quot;ที่พักอาศัย&quot;</span> <span style="color: #000066;">id</span>=<span style="color: #ff0000;">&quot;38&quot;</span> <span style="color: #000066;">maxLevel</span>=<span style="color: #ff0000;">&quot;10&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/strategy<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></td></tr></table></div>

<h1>CapacityIncreaser</h1>
<p>เป็น class สำหรับการป้องการทรัพยากรเราล้นเมืองครับซึ่งหากว่าไม่ต้องการให้ล้นต้องใช้ script ตัวนี้ครับ</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
</pre></td><td class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;strategy</span> <span style="color: #000066;">class</span>=<span style="color: #ff0000;">&quot;CapacityIncreaser&quot;</span> <span style="color: #000066;">desc</span>=<span style="color: #ff0000;">&quot;DESCRIPTION&quot;</span> <span style="color: #000066;">enabled</span>=<span style="color: #ff0000;">&quot;true&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
      <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;warehouse</span> <span style="color: #000066;">id</span>=<span style="color: #ff0000;">&quot;SLOT_ID&quot;</span> <span style="color: #000066;">overflowTime</span>=<span style="color: #ff0000;">&quot;HOURS_BEFORE_FILLING&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span>
      <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;granary</span> <span style="color: #000066;">id</span>=<span style="color: #ff0000;">&quot;SLOT_ID&quot;</span> <span style="color: #000066;">overflowTime</span>=<span style="color: #ff0000;">&quot;HOURS_BEFORE_FILLING&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/strategy<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></td></tr></table></div>

<p>SLOT_ID คือที่ตั้งของโกดังหรือว่ายุ้งฉางครับ<br />
HOURS_BEFORE_FILLING คือเวลาก่อนที่จะเต็มครับ เช่น 1 = 60 นาที, 1.5 = 90 นาที</p>
<h1>Farmizzator</h1>
<p>ว้าวมาถึงตัวนี้นักฟาร์มคงชอบใจเพราะมันคือ famer script 555</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
</pre></td><td class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;strategy</span> <span style="color: #000066;">class</span>=<span style="color: #ff0000;">&quot;Farmizzator&quot;</span> <span style="color: #000066;">desc</span>=<span style="color: #ff0000;">&quot;DESCRIPTION&quot;</span> <span style="color: #000066;">enabled</span>=<span style="color: #ff0000;">&quot;true&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;target</span> <span style="color: #000066;">village</span>=<span style="color: #ff0000;">&quot;TARGETNAME&quot;</span> <span style="color: #000066;">x</span>=<span style="color: #ff0000;">&quot;XCOORD&quot;</span> <span style="color: #000066;">y</span>=<span style="color: #ff0000;">&quot;YCOORD&quot;</span> <span style="color: #000066;">movement</span>=<span style="color: #ff0000;">&quot;REINFORCE|RAID|ATTACK&quot;</span> </span>
<span style="color: #009900;">    	<span style="color: #000066;">spy</span>=<span style="color: #ff0000;">&quot;RESOURCES|DEFENSES&quot;</span> <span style="color: #000066;">rate</span>=<span style="color: #ff0000;">&quot;RATE&quot;</span> <span style="color: #000066;">item</span>=<span style="color: #ff0000;">&quot;CATA_TARGET1, CATA_TARGET2&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;troops</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;TROOP_NAME&quot;</span> <span style="color: #000066;">allowLess</span>=<span style="color: #ff0000;">&quot;ALLOWLESS&quot;</span> <span style="color: #000066;">min</span>=<span style="color: #ff0000;">&quot;MINIMUM_TROOPS&quot;</span> </span>
<span style="color: #009900;">		<span style="color: #000066;">randomise</span>=<span style="color: #ff0000;">&quot;RANDOMISE&quot;</span> <span style="color: #000066;">enabled</span>=<span style="color: #ff0000;">&quot;true&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>TROOP_AMOUNT<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/troops<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;minPauseMinutes<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>MIN_PAUSE<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/minPauseMinutes<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/strategy<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></td></tr></table></div>

<p>TARGETNAME ชื่อเมืองครับถ้าเกิดใส่ชื่อเมืองหากเปลี่ยนจะตีปิดกรณีที่ไม่มีตำแหน่ง<br />
XCOORD YCOORD ตำแหน่ง x,y<br />
REINFORCE|RAID|ATTACK ลักษณะการโจมตีครับเอาคำจากภาษามาใส่ครับ ปล้น,ปกติ,ส่งกำลังเสริม<br />
RATE ความบ่อยครับ เช่น 0.5 หากผมเดินไปตีเมืองนั้น 1 ชม. อีก 2 ชม.จะตีอีกที<br />
TROOP_NAME ชื่อทหารเช่น คลับสวิงเกอร์,พาลาดิน<br />
ALLOWLESS หากต้องการส่งทหารเท่ากับจำนวน true แต่หากว่าทหารต่ำกว่าต้องการให้ส่งก็ใส่ false<br />
MINIMUM_TROOPS ทหารต่ำสุด<br />
RANDOMISE ต้องการสุ่มจำนวนหรือไม่ true หากสุ่ม false หากไม่สุ่ม<br />
TROOP_AMOUNT ทหารที่ต้องการส่งครับหากมีการ random จะมีการส่งเกินไปได้นิดหน่อยครับ<br />
MIN_PAUSE เวลาที่ให้หยุดทำการรัน script ตัวนี้<br />
ตัวอย่างการใช้งานจริง</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
</pre></td><td class="code"><pre class="xml" style="font-family:monospace;">			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;strategy</span> <span style="color: #000066;">class</span>=<span style="color: #ff0000;">&quot;Farmizzator&quot;</span> <span style="color: #000066;">desc</span>=<span style="color: #ff0000;">&quot;one (81|-42)&quot;</span> <span style="color: #000066;">enabled</span>=<span style="color: #ff0000;">&quot;true&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
				<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;target</span> <span style="color: #000066;">x</span>=<span style="color: #ff0000;">&quot;81&quot;</span> <span style="color: #000066;">y</span>=<span style="color: #ff0000;">&quot;-42&quot;</span> <span style="color: #000066;">movement</span>=<span style="color: #ff0000;">&quot;ปล้น&quot;</span> <span style="color: #000066;">rate</span>=<span style="color: #ff0000;">&quot;0.2&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
					<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;troops</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;คลับสวิงเกอร์&quot;</span> <span style="color: #000066;">allowLess</span>=<span style="color: #ff0000;">&quot;true&quot;</span> <span style="color: #000066;">min</span>=<span style="color: #ff0000;">&quot;30&quot;</span> <span style="color: #000066;">randomise</span>=<span style="color: #ff0000;">&quot;true&quot;</span> <span style="color: #000066;">enabled</span>=<span style="color: #ff0000;">&quot;true&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>40<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/troops<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
					<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;troops</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;พาลาดิน&quot;</span> <span style="color: #000066;">allowLess</span>=<span style="color: #ff0000;">&quot;true&quot;</span> <span style="color: #000066;">min</span>=<span style="color: #ff0000;">&quot;0&quot;</span> <span style="color: #000066;">randomise</span>=<span style="color: #ff0000;">&quot;true&quot;</span> <span style="color: #000066;">enabled</span>=<span style="color: #ff0000;">&quot;true&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>20<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/troops<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
					<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;minPauseMinutes<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>0<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/minPauseMinutes<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/strategy<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;strategy</span> <span style="color: #000066;">class</span>=<span style="color: #ff0000;">&quot;Farmizzator&quot;</span> <span style="color: #000066;">desc</span>=<span style="color: #ff0000;">&quot;056 (77|-40)&quot;</span> <span style="color: #000066;">enabled</span>=<span style="color: #ff0000;">&quot;true&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
				<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;target</span> <span style="color: #000066;">x</span>=<span style="color: #ff0000;">&quot;77&quot;</span> <span style="color: #000066;">y</span>=<span style="color: #ff0000;">&quot;-40&quot;</span> <span style="color: #000066;">movement</span>=<span style="color: #ff0000;">&quot;ปล้น&quot;</span> <span style="color: #000066;">rate</span>=<span style="color: #ff0000;">&quot;0.2&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
					<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;troops</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;คลับสวิงเกอร์&quot;</span> <span style="color: #000066;">allowLess</span>=<span style="color: #ff0000;">&quot;true&quot;</span> <span style="color: #000066;">min</span>=<span style="color: #ff0000;">&quot;30&quot;</span> <span style="color: #000066;">randomise</span>=<span style="color: #ff0000;">&quot;true&quot;</span> <span style="color: #000066;">enabled</span>=<span style="color: #ff0000;">&quot;true&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>40<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/troops<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
					<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;minPauseMinutes<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>0<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/minPauseMinutes<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/strategy<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></td></tr></table></div>

<p>ตัวอย่างการ config ครับ <a href="http://www.iearn.in.th/wp-download/travians/example-configuration.xml">example-configuration.xml</a></p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.iearn.in.th/2009/05/12/config-villonanny-travian-bot/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>install and Run Villonanny Travian Bot</title>
		<link>http://www.iearn.in.th/2009/05/12/install-and-run-villonanny-travian-bot/</link>
		<comments>http://www.iearn.in.th/2009/05/12/install-and-run-villonanny-travian-bot/#comments</comments>
		<pubDate>Tue, 12 May 2009 13:41:46 +0000</pubDate>
		<dc:creator>nolifelover</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[bot travian]]></category>
		<category><![CDATA[game browser]]></category>
		<category><![CDATA[travian]]></category>
		<category><![CDATA[villonany]]></category>

		<guid isPermaLink="false">http://www.iearn.in.th/?p=449</guid>
		<description><![CDATA[สำหรับคนที่เล่น travian ท่านหลายคนอาจจะไม่ค่อยมีเวลาในการสั่งบุกหรือโจมตีวันนี้ผมมีเครื่องมือช่วยเล่นมานำเสนอนั้นคือ travian bot ซึ่งสามารถทำงานได้หลากหลายมากครับทั้งสร้างโจมตี เรียกว่าครบทุกอย่างครับ ยกเว้นหนีเวลาฌจมตีที่ยังไม่มี มาดูการลงกันเลยครับ 1. โหลด java มาก่อนครับ  http://java.coe.psu.ac.th/J2SE/J2SE6.0/jre-6u13-windows-i586-p.exe 2. โหลดเจ้า villonany bot มาครับ  villonanny-2.2.4.bin.zip 3. เมื่อโหลดมาแล้วเครื่องท่านต้องมี winzip หรืออะไรห็ได้ที่เอาไว้แตก zip เราจะได้เจ้าบอทที่เราจะเอามาลงกันครับ 4. ก่อนที่ท่านจะทำอะไรต่อไปต้องโหลดภาษาไทยซึ่งผมแปลมาลง ก่อนครับ lang-th.properties เอาไปไว้ที่ config ครับ 5. ทำการทดสอบก่อนว่าเครื่องเราใช้ java ได้หรือไม่ หากขึ้นตามข้างล่างเป็นอันว่าใช้ได้ C:\Users\mLri>java -version java version "1.6.0_13" Java(TM) SE Runtime Environment (build 1.6.0_13-b03) Java HotSpot(TM) Client VM (build 11.3-b02, [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.iearn.in.th/wp-content/uploads/2009/05/travian.jpg"><img class="aligncenter size-medium wp-image-450" title="travian" src="http://www.iearn.in.th/wp-content/uploads/2009/05/travian-300x205.jpg" alt="travian" width="300" height="205" /></a></p>
<p>สำหรับคนที่เล่น travian ท่านหลายคนอาจจะไม่ค่อยมีเวลาในการสั่งบุกหรือโจมตีวันนี้ผมมีเครื่องมือช่วยเล่นมานำเสนอนั้นคือ travian bot ซึ่งสามารถทำงานได้หลากหลายมากครับทั้งสร้างโจมตี เรียกว่าครบทุกอย่างครับ ยกเว้นหนีเวลาฌจมตีที่ยังไม่มี มาดูการลงกันเลยครับ<br />
<span id="more-449"></span><br />
1. โหลด java มาก่อนครับ <a href="http://java.coe.psu.ac.th/J2SE/J2SE6.0/jre-6u13-windows-i586-p.exe"> http://java.coe.psu.ac.th/J2SE/J2SE6.0/jre-6u13-windows-i586-p.exe</a><br />
2. โหลดเจ้า villonany bot มาครับ  <a href="http://www.iearn.in.th/wp-download/travians/villonanny-2.2.4.bin.zip">villonanny-2.2.4.bin.zip</a><br />
3. เมื่อโหลดมาแล้วเครื่องท่านต้องมี winzip หรืออะไรห็ได้ที่เอาไว้แตก zip เราจะได้เจ้าบอทที่เราจะเอามาลงกันครับ<br />
4. ก่อนที่ท่านจะทำอะไรต่อไปต้องโหลดภาษาไทยซึ่งผมแปลมาลง ก่อนครับ <a href="http://www.iearn.in.th/wp-download/travians/lang-th.properties">lang-th.properties</a> เอาไปไว้ที่ config ครับ<br />
5. ทำการทดสอบก่อนว่าเครื่องเราใช้ java ได้หรือไม่ หากขึ้นตามข้างล่างเป็นอันว่าใช้ได้<br />
<code>C:\Users\mLri>java -version<br />
java version "1.6.0_13"<br />
Java(TM) SE Runtime Environment (build 1.6.0_13-b03)<br />
Java HotSpot(TM) Client VM (build 11.3-b02, mixed mode, sharing)</code><br />
6. เริ่มกันเลยโดยการเปิด startVilloNanny.bat<br />
7. เมื่อเริ่มต้นจะมีการถามว่ามีการใช้ proxy ไหมถ้ามีก็ yes ครับ ส่วนที่ผมแสดงให้ดูจะมีครับ<br />
8. หลังจากการตั้งค่า proxy เสร็จจะมีการให้ใส่ address ในการใช่งานใส่ s2.travian.asia หรือตาม server ที่คุณเล่นครับ และมี username กับ password ก็ใส่ไปครับมันจะทดลองดูหากถูกต้องจะมีการให้ทำขั้นถัดไป<br />
9. ใส่ว่าเราสามารถสร้างได้ทีละกี่อย่าง Roman 2 ครับ ที่เหลือ 1 ผมทูทั่นก็ใส่ 1<br />
10.  เป็นอันว่าเสร็จครับจะมีไฟล์ configaration.xml มาให้เรา config ประมาณนี้ครับ</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
</pre></td><td class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;?xml</span> <span style="color: #000066;">version</span>=<span style="color: #ff0000;">&quot;1.0&quot;</span> <span style="color: #000066;">encoding</span>=<span style="color: #ff0000;">&quot;UTF-8&quot;</span> <span style="color: #000066;">standalone</span>=<span style="color: #ff0000;">&quot;no&quot;</span><span style="color: #000000; font-weight: bold;">?&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;configuration<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;proxy</span> <span style="color: #000066;">enabled</span>=<span style="color: #ff0000;">&quot;true&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;hostName<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>cache.psu.ac.th<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/hostName<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;hostPort<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>8080<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/hostPort<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/proxy<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;server</span> <span style="color: #000066;">constructionQueues</span>=<span style="color: #ff0000;">&quot;1&quot;</span> <span style="color: #000066;">desc</span>=<span style="color: #ff0000;">&quot;Travian th2&quot;</span> <span style="color: #000066;">enabled</span>=<span style="color: #ff0000;">&quot;true&quot;</span> <span style="color: #000066;">language</span>=<span style="color: #ff0000;">&quot;th&quot;</span> <span style="color: #000066;">tribe</span>=<span style="color: #ff0000;">&quot;ทูทั่นส์&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;loginUrl<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>http://s2.travian.asia<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/loginUrl<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;user<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>ชื่อที่ใช่เล่น<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/user<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;password<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>ไม่บอกครับ<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/password<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;village</span> <span style="color: #000066;">desc</span>=<span style="color: #ff0000;">&quot;NoLifeLover in TH&quot;</span> <span style="color: #000066;">enabled</span>=<span style="color: #ff0000;">&quot;true&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
            <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;url<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>http://s2.travian.asia/dorf1.php<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/url<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
            <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;strategy</span> <span style="color: #000066;">class</span>=<span style="color: #ff0000;">&quot;FieldGrowth&quot;</span> <span style="color: #000066;">desc</span>=<span style="color: #ff0000;">&quot;Grow Cheapest Field&quot;</span> <span style="color: #000066;">enabled</span>=<span style="color: #ff0000;">&quot;true&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
            <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;strategy</span> <span style="color: #000066;">class</span>=<span style="color: #ff0000;">&quot;GrowItem&quot;</span> <span style="color: #000066;">desc</span>=<span style="color: #ff0000;">&quot;Grow Main Building&quot;</span> <span style="color: #000066;">enabled</span>=<span style="color: #ff0000;">&quot;true&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
                <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;item</span> <span style="color: #000066;">desc</span>=<span style="color: #ff0000;">&quot;Main Building&quot;</span> <span style="color: #000066;">id</span>=<span style="color: #ff0000;">&quot;26&quot;</span> <span style="color: #000066;">maxLevel</span>=<span style="color: #ff0000;">&quot;10&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
            <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/strategy<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/village<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/server<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/configuration<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></td></tr></table></div>

<p>11. ลองเปิดอ่าน manual ดูก่อนครับที่ <a href="http://www.villonanny.net/">http://www.villonanny.net/</a> เดี่ยววันหลังจะมาสอน</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.iearn.in.th/2009/05/12/install-and-run-villonanny-travian-bot/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Connect Haleserver Form Outside PSU</title>
		<link>http://www.iearn.in.th/2009/04/28/connect-haleserver-form-outside-psu/</link>
		<comments>http://www.iearn.in.th/2009/04/28/connect-haleserver-form-outside-psu/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 09:10:21 +0000</pubDate>
		<dc:creator>nolifelover</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[haleserver]]></category>
		<category><![CDATA[hamachi]]></category>
		<category><![CDATA[private ip]]></category>

		<guid isPermaLink="false">http://www.iearn.in.th/?p=433</guid>
		<description><![CDATA[สำหรับใครที่ต้องการ connect มายัง haleserver ซึ่งเป็นแหล่งรวมความบันเทิงของชาว COE@PSU แล้วละก็วันนี้ผมมีโปรแกรมดีๆๆ มาแนะนำครับ สำหรับการจำลอง network เพื่อใช้งานในส่วนของ private ip ให้สามารถเชื่อมต่อกับโลกภายนอกได้โดยการใช้เจ้า Hamachi สำหรับคนที่ต้องการทำตามนี้เลยครับ 1. ดาวโหลด hamachi 2. ทำการ install program Hamachi โดนกด next ไปเรื่อยๆๆ เลยไม่ต้องสนใจอะไร 3. เมื่อลงเสร็จแล้วหลังจากนั้นก็เริ่มการเข้าสู่ระบบครับ โดนเลือกตรงจุด 3 จุด อันที่สองนับจากขวา คลิกเลือก join an exting network 4. ช่อง network name ใส่ haleserver.student.coe.psu.ac.th 5. ช่อง password ให้มาถามผมละกันแต่มันเป็น password มาตราฐานแชร์ไฟล์ในภาค 6. เมื่อเสร็จแล้วจากนั้นก็ ให้คลิกเลือก ip [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.iearn.in.th/wp-content/uploads/2009/04/hamachi_haleserver.jpg"><img class="aligncenter size-medium wp-image-434" title="hamachi_haleserver" src="http://www.iearn.in.th/wp-content/uploads/2009/04/hamachi_haleserver-300x223.jpg" alt="hamachi_haleserver" width="300" height="223" /></a></p>
<p>สำหรับใครที่ต้องการ connect มายัง haleserver ซึ่งเป็นแหล่งรวมความบันเทิงของชาว COE@PSU แล้วละก็วันนี้ผมมีโปรแกรมดีๆๆ มาแนะนำครับ สำหรับการจำลอง network เพื่อใช้งานในส่วนของ private ip ให้สามารถเชื่อมต่อกับโลกภายนอกได้โดยการใช้เจ้า Hamachi สำหรับคนที่ต้องการทำตามนี้เลยครับ<span id="more-433"></span></p>
<p>1. ดาวโหลด <a href="http://www.iearn.in.th/wp-download/HamachiSetup-1.0.3.0-en.exe">hamachi<br />
</a>2. ทำการ install program Hamachi โดนกด next ไปเรื่อยๆๆ เลยไม่ต้องสนใจอะไร<br />
3. เมื่อลงเสร็จแล้วหลังจากนั้นก็เริ่มการเข้าสู่ระบบครับ โดนเลือกตรงจุด 3 จุด อันที่สองนับจากขวา คลิกเลือก join an exting network<br />
4. ช่อง network name ใส่ haleserver.student.coe.psu.ac.th<br />
5. ช่อง password ให้มาถามผมละกันแต่มันเป็น password มาตราฐานแชร์ไฟล์ในภาค<br />
6. เมื่อเสร็จแล้วจากนั้นก็ ให้คลิกเลือก ip โดยเลือกเครื่อง haleserver<br />
7. สามารถใช้งาน ftp http ได้แล้วครับ</p>
<p><a href="http://www.iearn.in.th/wp-content/uploads/2009/04/hamachi_select_haleserver.jpg"><img class="alignleft size-medium wp-image-435" title="hamachi_select_haleserver" src="http://www.iearn.in.th/wp-content/uploads/2009/04/hamachi_select_haleserver-162x300.jpg" alt="hamachi_select_haleserver" width="162" height="300" /></a><a href="http://www.iearn.in.th/wp-content/uploads/2009/04/hamachi-haleserver-ftp.jpg"><img class="alignleft size-medium wp-image-436" title="hamachi-haleserver-ftp" src="http://www.iearn.in.th/wp-content/uploads/2009/04/hamachi-haleserver-ftp-300x110.jpg" alt="hamachi-haleserver-ftp" width="300" height="110" /></a><a href="http://www.iearn.in.th/wp-content/uploads/2009/04/hamachi-haleserver-ftp-windows.jpg"><img class="alignleft size-medium wp-image-437" title="hamachi-haleserver-ftp-windows" src="http://www.iearn.in.th/wp-content/uploads/2009/04/hamachi-haleserver-ftp-windows-300x225.jpg" alt="hamachi-haleserver-ftp-windows" width="300" height="225" /></a></p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.iearn.in.th/2009/04/28/connect-haleserver-form-outside-psu/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
