WarezScene :: The Future of Warez!  
Register PhazeDDL Members Search Today's Posts FullDDL
Go Back   WarezScene :: The Future of Warez! > End of the Line > Recycle Bin
Reload this Page Travian - PHP tools - v1.0
Recycle Bin This is the Recycle Bin where all bad posts are.
Beware: There may be viruses, spam, and offensive content in this area

 
 
LinkBack Thread Tools Search this Thread Display Modes
  (#1 (permalink)) Old
Retired Scener
 

Rank: Donator / Elite
Join Date: Apr 2007
Location: Elon, NC.
Posts: 9,703
Thanked: 5083 times

Marketplace Tools
Trust Rating: (0) (Info)
Verified? Yes (Info)


User is Offline

  Send a message via AIM to ShazaM Send a message via MSN to ShazaM  
Travian - PHP tools - v1.0 - 03-03-2008, 12:13 PM

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







  
  (#2 (permalink)) Old
Wavyyy
 

Rank: Donator / Elite
Join Date: Feb 2008
Location: NJ
Posts: 3,036
Thanked: 804 times

Marketplace Tools
Trust Rating: (0) (Info)
Verified? Yes (Info)


User is Offline

   
07-04-2008, 10:09 AM

Dead Links.









If You Find Any Dead Links Report It.

  
The Following User Says Thank You to MafiiOso For This Useful Post:
tisei3 (06-04-2009)
 


Reminders: Please check before posting, that you're following the rules. | Also check the date of the last post; if it's old, please do not reply.
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may edit your posts

vB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On






HornyBlog Rapidshare Search Warez Raid InfiniteWarez
Oday-Warez DDLMafia DreamDDL Full Versions