Travian under-attack check

By m4rtini Last update Dec 19, 2008 — Installed 104,939 times. Daily Installs: 62, 22, 68, 47, 60, 47, 50, 46, 42, 38, 67, 63, 50, 51, 55, 21, 47, 47, 41, 52, 45, 34, 45, 47, 42, 54, 44, 38, 40, 36, 52, 52
Script Summary:
Travian under-attack check
Recently Updated TopicsPosts
dont work please help1
This is what is wrong with ...3
Attack send email2
Script does not act 1

this script has 8 topics, 160 posts

Review Summary
5 stars
0 reviews (0)
4 stars
0 reviews (0)
3 stars
0 reviews (0)
2 stars
0 reviews (0)
1 star
1 reviews (1)

this script has 1 review

set this to false to make it not freeze the screen when running a check, village hop more probable then!

var freezeWhenCheck = true;

bugfix:
- bug that made the freezescreen to not disappear and the second time on the same page.

Now there is a possibility to call your own external pages\scripts to do some kind of response(like sending you a email) when you're under attack.

var externalUrl = "";
var externalPostData = "";
var runEveryTime = false;

These are the parameters that you have to edit.
externalUrl: the url to your script, here you can also include GET variables to the end like this www.url.com?var=value&var2=value2

externalPostData: The postdata to be sent, ex: var=value&var2=value2

runEveryTime; Defines if the external script should run every time it detects that you're under attack. if not it will only run the first time it detect the attack.

Donations