PHP-based Travian Package v1.1(BETA)
Info
This version is the one I ran myself right before I quit playing. It has some new options (train soldiers), and an important bugfix in the account manager (passwords couln't be changed).
As I am not longer working on this program (I might later on), this still is a very imperfect PHP Travian Tools bundle, but I wanted the LATEST version to be available to you, so here you go.
PS: I've tried to add everything you could need into this one package, but dont shoot me if I forgot anything.
Download
Code:
http://rapidshare.com/files/87329935/Travian_package_by_klmdb_v1.1.rar
PHP-based Travian Package v1.0(BETA)
Important update
I just corrected a bug that disabled multi-village support. to correct the bug, follew the instructions:
1) open 'functions.php'
2) search for
Code:
$this->bron=load_page("http://$server.travian.$country/dorf1.php".($village_id!=''?"?newdid=$village_id":''),$param);
3) change it to
Code:
$ur="http://$server.travian.$country/dorf1.php".($village_id!=''?"?newdid=$village_id":'');
$this->bron=load_page($ur,$param);
if(inStr('newdid',$ur))$this->bron=load_page($ur);
New
- building queu
- Info: expanded
- Tasks
What's next?
- soldier training
- automated trade routes
Manual
Code:
http://rapidshare.com/files/74458980/Travian_PHP_Tools_Manual_-_by_Klmdb.pdf
Info
Code:
The only supported tasks atm are upgrade:<id> and upgrade:<type>. The first can be used to upgrade buildings as well as fields.
The second is used to upgrade a specific resource. Tasks can be managed in the account manager (Fast Login), as well as in the 'Info' program, by clicking the field/building you want to assign tasks to.
Download
Code:
http://rapidshare.com/files/73131293/Travian_package_by_klmdb_v1.0.rar
Screenshots
Bot running:
Fast login: Account management:
Info:
PHP-based Travian Package v0.4(BETA)
New
- Multi-village support ->
NOTICE: The users table needs to be updated!
- Info: supports all info needed on all your accounts
- Priority is now not absolute, but relative.
ie: priority=0:100;1:110;2:90;3:80;
=> bot tries to keep production like this:
100/380*100 % wood
110/380*100 % clay
90/380*100 % iron
80/380*100 % grain
- Tasks (not functional yet)
Compatibility
Confirmed use in countries:
- .nl
- .at
- .de
- .pt
- .com
Confirmed NOT USABLE in countries:
- .ba
If I am to make the bot usable for more servers, plz send me the dorf1.php source from that server.
Download
Code:
http://rapidshare.com/files/73004772/Travian_package_by_klmdb_v0.4.rar
PHP-based Travian Package v0.3b (BETA)
New
- Manage Accounts: GUI to manage your accounts from the FastLogin screen
- Fixed update error (diff. between FastLogin and Bot)
- I just found an important bug that wont alow the program to run correctly on any server that isn't dutch or frensh... I'll try to debug asap, but just so you know. => FIXED
Compatibility
Confirmed use in countries:
- .nl
- .at
- .de
Confirmed NOT USABLE in countries:
- .ba
Download
Code:
http://rapidshare.com/files/71696000/Travian_package_by_klmdb_v0.3b.rar
PHP-based Travian Package v0.2 (BETA)
New
- Fast Login tool I created to rapidly swap between different accounts.
- the Bot and Fast Login are connected to a MySQL database now.
- README file included into package.
Readme
Code:
-------------------------------------
- PHP-based Travian Bot v0.2 (BETA) -
-------------------------------------
----
Info
----
This version is an early release. Please report all bugs.
The package containes 2 scripts: 'Bot' and 'Fast Login'; both use the same database.
Supported servers:
- - - - - - - - - -
- I belive the script is server-undepeded, so it should run on every server. please do mind that this is untested.
Functions:
- - - - - -
INCLUDED:
- update fields
NOT (YET) INCLUDED:
- update buildings
- multiple villages
------------
Installation
------------
1) Run the PHP script on a PHP5 enabled server (might work on php4, didn't test this yet).
Make sure it has the CURL lib installed!
2) Install the database
3) edit the config.php file with the correct database information
4) Use your favorite browser to run the script and keep that window open for the bot to keep running.
-------------
Configuration
-------------
Insert new entries into the database in order to add them to the Fast Login and the Bot
id - leave null, it's autoincrementing
name - the name you want to give to this account. This is not your username
username - your username
password - your password
server - your server (can be 'speed', 's1', 'www', ...)
country - your country (can be 'nl', 'at', 'de', ...)
update - 0 if you dont want the account to run in the bot, 1 if you do
priority - prioritycode, as explained in the FAQ
---
FAQ
---
Q: What is the Priority code?
A: This code determines the alowed difference in resource production.
It is expressed in this way:
'type1:amount1;type2:amount2;type3:amount3;type4:amount4;'
types:
wood = 0
clay = 1
iron = 2
grain = 3
amount:
The production this resource can have more then the lesser.
Notice! lowest amount must always be 0
Download
Code:
http://rapidshare.com/files/71450566/Travian_package_by_klmdb_v0.2.rar
PHP-based Travian Package v0.1 (BETA)
Info
This version is an early release. Please report all bugs.
Supported servers:
- I belive the script is server-undepeded, so it should run on every server. please do mind that this is untested.
Functions:- included:
- update fields
NOT (yet) included:
- update buildings
- multiple villages
Installation
Run the PHP script on a PHP5 enabled server (might work on php4, didn't test this yet).
Make sure it has the CURL lib installed! Use your favorite browser to run the script and keep that window open for the bot to keep running.
Configuration
Inside the conf.php file, you'll find instructions on how to add acccounts.
Download
Code:
http://rapidshare.com/files/71440775/travian_autobuyer_php_by_klmdb.rar
Please use the thank button if you liked my post.
-----------------------------
-ShazaM