<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Coconut 4.3</title>
	<atom:link href="http://www.travianbot.eu/coconut-4-3/id=421/feed" rel="self" type="application/rss+xml" />
	<link>http://www.travianbot.eu/coconut-4-3/id=421</link>
	<description>travian bot script automator</description>
	<lastBuildDate>Mon, 16 Jan 2012 12:24:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: M</title>
		<link>http://www.travianbot.eu/coconut-4-3/id=421/comment-page-4#comment-17239</link>
		<dc:creator>M</dc:creator>
		<pubDate>Thu, 24 Mar 2011 10:10:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.travianbot.eu/?p=421#comment-17239</guid>
		<description>hi Kemblin
i want to wite bot for travian i do some code and create some class for some option of the bot, but i have same problem one of them is i can&#039;t login to travian with bot i use this source code may i help me what should i do?
my code is:
import java.io.*;
import java.net.*;
import java.util.*;
import com.heatonresearch.httprecipes.html.*;

public class LogT{

private String login(String uid, String pwd, String num1 , String num2) throws IOException
{
URL url =
new URL(&quot;http://ServerName.com/dorf1.php&quot;);
GetId id = new GetId();
String log = id.go(url);
URLConnection http = url.openConnection();
http.setDoOutput(true);
OutputStream os = http.getOutputStream();
FormUtility form = new FormUtility(os, null);
form.add(&quot;name&quot;, uid);
form.add(&quot;password&quot;, pwd);
form.add(&quot;s1.x&quot;, num1);
form.add(&quot;s1.y&quot;, num2);
form.add(&quot;s1&quot;, &quot;login&quot;);
form.add(&quot;w&quot;, &quot;1024%3A768&quot;);
form.add(&quot;login&quot;, log);
form.complete();
http.getInputStream();
String query = http.getURL().getQuery();
GetPage source = new GetPage();
source.go(url);
if (query != null)
{
Map map = FormUtility.parse(query);
return map.get(&quot;session&quot;);
} else
return null;
}

public static void main(String args[])
{
try
{
LogT LogT = new Log();
LogT.login(&quot;username&quot;, &quot;pass&quot;,&quot;47&quot;,&quot;9&quot;);
} catch (Exception e)
{
e.printStackTrace();
}
}
}

plz help me i need u.</description>
		<content:encoded><![CDATA[<p>hi Kemblin<br />
i want to wite bot for travian i do some code and create some class for some option of the bot, but i have same problem one of them is i can&#8217;t login to travian with bot i use this source code may i help me what should i do?<br />
my code is:<br />
import java.io.*;<br />
import java.net.*;<br />
import java.util.*;<br />
import com.heatonresearch.httprecipes.html.*;</p>
<p>public class LogT{</p>
<p>private String login(String uid, String pwd, String num1 , String num2) throws IOException<br />
{<br />
URL url =<br />
new URL(&#8220;http://ServerName.com/dorf1.php&#8221;);<br />
GetId id = new GetId();<br />
String log = id.go(url);<br />
URLConnection http = url.openConnection();<br />
http.setDoOutput(true);<br />
OutputStream os = http.getOutputStream();<br />
FormUtility form = new FormUtility(os, null);<br />
form.add(&#8220;name&#8221;, uid);<br />
form.add(&#8220;password&#8221;, pwd);<br />
form.add(&#8220;s1.x&#8221;, num1);<br />
form.add(&#8220;s1.y&#8221;, num2);<br />
form.add(&#8220;s1&#8243;, &#8220;login&#8221;);<br />
form.add(&#8220;w&#8221;, &#8220;1024%3A768&#8243;);<br />
form.add(&#8220;login&#8221;, log);<br />
form.complete();<br />
http.getInputStream();<br />
String query = http.getURL().getQuery();<br />
GetPage source = new GetPage();<br />
source.go(url);<br />
if (query != null)<br />
{<br />
Map map = FormUtility.parse(query);<br />
return map.get(&#8220;session&#8221;);<br />
} else<br />
return null;<br />
}</p>
<p>public static void main(String args[])<br />
{<br />
try<br />
{<br />
LogT LogT = new Log();<br />
LogT.login(&#8220;username&#8221;, &#8220;pass&#8221;,&#8221;47&#8243;,&#8221;9&#8243;);<br />
} catch (Exception e)<br />
{<br />
e.printStackTrace();<br />
}<br />
}<br />
}</p>
<p>plz help me i need u.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: reid</title>
		<link>http://www.travianbot.eu/coconut-4-3/id=421/comment-page-4#comment-16994</link>
		<dc:creator>reid</dc:creator>
		<pubDate>Sat, 19 Mar 2011 18:55:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.travianbot.eu/?p=421#comment-16994</guid>
		<description>same problem la</description>
		<content:encoded><![CDATA[<p>same problem la</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel :)</title>
		<link>http://www.travianbot.eu/coconut-4-3/id=421/comment-page-4#comment-16730</link>
		<dc:creator>Daniel :)</dc:creator>
		<pubDate>Mon, 14 Mar 2011 09:11:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.travianbot.eu/?p=421#comment-16730</guid>
		<description>the prob whith the freezeng pic.... all got it xD...... i tryed to find some links for download ..(oldest versions) but can`t find ;(</description>
		<content:encoded><![CDATA[<p>the prob whith the freezeng pic&#8230;. all got it xD&#8230;&#8230; i tryed to find some links for download ..(oldest versions) but can`t find ;(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: azar</title>
		<link>http://www.travianbot.eu/coconut-4-3/id=421/comment-page-4#comment-15822</link>
		<dc:creator>azar</dc:creator>
		<pubDate>Tue, 22 Feb 2011 16:59:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.travianbot.eu/?p=421#comment-15822</guid>
		<description>how it works in xp plz give in detail writing</description>
		<content:encoded><![CDATA[<p>how it works in xp plz give in detail writing</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hery</title>
		<link>http://www.travianbot.eu/coconut-4-3/id=421/comment-page-4#comment-15533</link>
		<dc:creator>Hery</dc:creator>
		<pubDate>Thu, 17 Feb 2011 07:38:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.travianbot.eu/?p=421#comment-15533</guid>
		<description>Same to me, the bot just shows the image with the moon and montains and freezes there. If possible, can u give us a link to download a bot that works (even a previous version) until u fix it.
thanks for your hard work ;)</description>
		<content:encoded><![CDATA[<p>Same to me, the bot just shows the image with the moon and montains and freezes there. If possible, can u give us a link to download a bot that works (even a previous version) until u fix it.<br />
thanks for your hard work <img src='http://www.travianbot.eu/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonny</title>
		<link>http://www.travianbot.eu/coconut-4-3/id=421/comment-page-4#comment-15418</link>
		<dc:creator>Jonny</dc:creator>
		<pubDate>Tue, 15 Feb 2011 03:10:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.travianbot.eu/?p=421#comment-15418</guid>
		<description>Still no solution? It freezes on plash screen and only way to exit is to end process javaw.exe I have the latest Java, tried removing and re installing it, removing all cashe etc for both Java and browsers but still same problem :(</description>
		<content:encoded><![CDATA[<p>Still no solution? It freezes on plash screen and only way to exit is to end process javaw.exe I have the latest Java, tried removing and re installing it, removing all cashe etc for both Java and browsers but still same problem <img src='http://www.travianbot.eu/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CrazY</title>
		<link>http://www.travianbot.eu/coconut-4-3/id=421/comment-page-4#comment-14146</link>
		<dc:creator>CrazY</dc:creator>
		<pubDate>Fri, 14 Jan 2011 23:38:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.travianbot.eu/?p=421#comment-14146</guid>
		<description>i Still get a captcha.. if i use this bot</description>
		<content:encoded><![CDATA[<p>i Still get a captcha.. if i use this bot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BENYAMIN</title>
		<link>http://www.travianbot.eu/coconut-4-3/id=421/comment-page-4#comment-12647</link>
		<dc:creator>BENYAMIN</dc:creator>
		<pubDate>Sun, 05 Dec 2010 14:32:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.travianbot.eu/?p=421#comment-12647</guid>
		<description>when the program start . i change my levels , but no change in the server !!!

help me .
tnx

beni.expertnet@gmail.com</description>
		<content:encoded><![CDATA[<p>when the program start . i change my levels , but no change in the server !!!</p>
<p>help me .<br />
tnx</p>
<p><a href="mailto:beni.expertnet@gmail.com">beni.expertnet@gmail.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BENYAMIN</title>
		<link>http://www.travianbot.eu/coconut-4-3/id=421/comment-page-4#comment-12646</link>
		<dc:creator>BENYAMIN</dc:creator>
		<pubDate>Sun, 05 Dec 2010 14:31:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.travianbot.eu/?p=421#comment-12646</guid>
		<description>when the program start . i change my levels , but no change in the server !!!

help me .
tnx</description>
		<content:encoded><![CDATA[<p>when the program start . i change my levels , but no change in the server !!!</p>
<p>help me .<br />
tnx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Draho</title>
		<link>http://www.travianbot.eu/coconut-4-3/id=421/comment-page-4#comment-12012</link>
		<dc:creator>Draho</dc:creator>
		<pubDate>Thu, 11 Nov 2010 21:59:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.travianbot.eu/?p=421#comment-12012</guid>
		<description>Can you make bot yust for building,not for armi and atacks,i think it woud be simple and aficient. thx</description>
		<content:encoded><![CDATA[<p>Can you make bot yust for building,not for armi and atacks,i think it woud be simple and aficient. thx</p>
]]></content:encoded>
	</item>
</channel>
</rss>

