Travian3 Beyond Updated v.0.3

By seoinfo Last update Jun 25, 2008 — Installed 7,985 times. Daily Installs: 3, 3, 3, 7, 2, 3, 0, 4, 11, 3, 3, 0, 2, 0, 3, 1, 3, 2, 8, 1, 0, 1, 9, 2, 0, 2, 0, 3, 0, 1, 0, 4
Script Summary:
Travian Beyond Updated v.0.3 is a stealthy and updated version of Travian Beyond. Almost a duplicate, but hosted by Lycos. Visit http://seo-info.nl/travian/beyond-updated for support and more info.
Version: 2.6c

Remotely hosted version

Script homepage

Recently Updated TopicsPosts
Archived Comments2

this script has 1 topic, 2 posts

This script has no reviews.

Travian Beyond is a Greasemonkey script for the online browsergame Travian.

What happened to the Travian Beyond Greasemonkeyscript from denibol.com?

The official Travian Beyond script (Current version: v2.6c MunLightDoll 2007-08-06) is not working because of a serverupdate. In this update the Travian crew moved some of the images used in Trav Beyond.

This error in the greasemonkeyscript looks like a bug. I made a bugfix with working images and called it: Travian Beyond Updated v.0.1

Is there a disadvantage to using the script from the original author?

If the Multihunters (the people that search for cheaters and hackers on Travian) are smart they could catch all “Travian Beyond Classic” from denibol.com users by looking at the 404-file not found errors they generate from each Travian page. I dont know if they are this smart; but I for one don’t want to take the risk.
Travian Beyond Updated v.0.2 is Stealth

I made my new version of Travian Beyond stealthy! I achieved this simply by making sure that on every page it only uses the images from the Travianservers when they should be there anyway, even without Beyond.
All extra images are loaded from Lycos (http://members.lycos.nl/trav). So the multihunters are unable to detect this type of “cheating” because the script runs within your browser and all communication with the travian server is normal. The images are cached and small so the load on the Lycos server won’t be too big. I am pretty sure this is undetectable.
Privacy

I won’t share my stats with Travian Games GmbH. Usage statistics will only be used by me to improve the service. I don’t ask for your ingame name and I won’t sell or share your ip-adresses. Lycos states in its policy that it wont trade your information to commercial parties like Travian Games GmbH.

Nerds only: The Credits & Technical Details

First of all: Mr Solution FTW! Thanks for seeing where I was blind ;)

Many thanks to Lycos, for the hosting.

Thanks to Victor Garcia (aka Croc) for writing the original Travian Beyond and to Szabka on userscripts.org for making some further modifications. Finally, check out the Travian Beyond 3 - all language thread over at userscripts.org for further updates.

Travian Beyond is licensed under the Creative Commons Attribution - NonCommercial - ShareAlike 2.5 License.

Travian Beyond Updated v.0.2 is licensed under the Creative Commons Attribution - NonCommercial - ShareAlike 3.0 License.

The original denibol version can be downloaded here [Local mirror]. In the update I fixed the problem by changing line 2692 from:

function img(ref, lang_dependant){ return (!lang_dependant ? pack_grafico + "img/un/" + ref : pack_grafico + "img/" + idioma + '/' + ref); }

to:

function img(ref, lang_dependant){ return ("http://members.lycos.nl/trav/" +!lang_dependant ? pack_grafico + "http://members.lycos.nl/trav/" + ref : pack_grafico + "img/" + idioma + '/' + ref); }

It’s that easy.