Not signed in (Sign In)

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorcnype
    • CommentTimeNov 27th 2008
     
    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?
    • CommentAuthorAxg
    • CommentTimeNov 27th 2008
     
    For me to. they have done some buggfixes.

    i get the same Error code.

    im on http://speed.travian.se/
    so it must be international ;)
    please fix it fast. :)
    • CommentAuthorrotor
    • CommentTimeNov 27th 2008
     
    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.
    • CommentAuthorcnype
    • CommentTimeNov 28th 2008
     
    Awesome... works perfectly! Thanks! Logging in like normal... I don't think I would have figured that one out