Fulltext results:
- Travian Map Download Script @z:travian
- 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_
- base-net-load-url @z:relax:api:base
- ce referenced by the URL. ===== Examples ===== <code bash> base-net-load-url "${service_url}" </code> <code bash> PASSWORD=$(base-net-load-url ${PASSWORD_URL}) </code>
- Travian Analyzer Bookmarklet @z:travian
- 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}}
- host-user-list @z:relax:api:host
- the ''/etc/passwd'' file. ===== Example ===== <code bash> users=$(host-user-list "${host}" \ | egrep -v "${IGNORED_USERS}" ) </code>
- base-repo-get-value @z:relax:api:base
- in the service definition. ===== Example ===== <code bash> # # service must be a zone (have $ZONE set)... ONE)" ]; then echo "CRITICAL: service '${service}' is no zone (ZONE not set)" >&2 exit 1 fi # </code>
- base-repo-get-service @z:relax:api:base
- t by the ''eval'' command. ===== Example ===== <code bash> # # get service config config=$(base-repo-g... for service '${service}'" >&2 exit 1 fi _debug "*** config: ${config} ***" # eval ${config} # </code>