I don't know if they have changed the way travian works or not, but my bot is no longer working... I use s3.travian.com and get the following message
./ymhtml.rb:588:in `parseDTD': DOCTYPE parse error: "!DOCTYPE" (YmHTML::ParseError) from ./ymhtml.rb:915:in `parse' from travian.rb:136:in `authorize' from travian.rb:384 from travian.rb:375:in `each' from travian.rb:375
I am not fluent enough to reprogram the code for it to work properly... any ideas?
Not a problem. Change your yhtml.rb 585 line. if it looks now like this: "if (token = nextToken) != '<!DOCTYPE'" remove "<" symbol and all should work. this is how it should look: if (token = nextToken) != '!DOCTYPE' hope it helped.