Fulltext results:
- Travian Map Download Script
- port it to the database. ===== config.inc ===== <code bash> # # database DB_USER="travian" # set this t... "/usr/bin/curl --silent --show-error --output " </code> ===== cron.hourly ===== <code bash> #! /bin/sh echo `date +'%Y-%m-%d %H:%M'`: $0 for w in de7 do ${HOME}/opt/travian/bin/get.sh ${w} done </code> ===== get.sh ===== <code bash> #! /bin/sh BIN_
- Travian Analyzer Bookmarklet
- the Analyzer. ===== Source ===== And here is the code again, in a more readable way: <code> javascript: top.location.href=( (String(window.getSelection()).... (spieler|allianz)\.php\?/,'http://travian.ws/analyser.pl?s=de7&') ) </code> {{tag>javascript travian}}