Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Travian Scripts

Status
Not open for further replies.
Banned
Banned
Joined
Sep 2, 2012
Messages
56
Reaction score
17
Hello Guys Today I will Share Download Links Of Bug less Working Scripts Of All Formats.

TravianZ :- Install Simply, Change Attribute of Install Folder To 777.:thumbup1:

Dboor :- Install Ioncube Loader First. Than Change Database Manually in App/config:eek:tt1::eek:tt1:

VN Travian :- I Will Install It Today Than Write Instruction.:ehh::ehh:

Travian 4 :- First Delete File from TravianT4/GameEngine/config.php Than Install Just Like TravianZ.:thumbup1::eek:tt1:

Like:thumbup::thumbup:Comment:laugh::laugh:and:eek:tt1::eek:tt1:Share!

Thanks!!:thumbup::thumbup:
 
Newbie Spellweaver
Joined
Aug 6, 2012
Messages
80
Reaction score
30
Really nice! LIKE
Can you write instruction how to install VN Travian on a localhost server WAMP/XAMPP ?
Thanksss :)
 
Initiate Mage
Joined
Dec 9, 2012
Messages
4
Reaction score
0
Hi there,

there is a bug in Travian4 and I don´t know how to fix it. Can you help please? I can´t open hero inventory :(
 
Initiate Mage
Joined
Dec 9, 2012
Messages
4
Reaction score
0
I have a question. In TravianZ, the version you have here posted. How can I change oasis resources from 800 to 2000, or any other value? :) Have a nice day.
 
Newbie Spellweaver
Joined
Feb 3, 2012
Messages
48
Reaction score
0
I have a question. In TravianZ, the version you have here posted. How can I change oasis resources from 800 to 2000, or any other value? :) Have a nice day.



Code:
<?php
#############################################################################
#    FILE NAME    : oasis.php                                               #
#    Coder Name   : Mr.php                                                  #
#    Website      : www.kravian.com                                         #
#############################################################################
#                   W W W . K R A V I A N . C O M                           #
#############################################################################
set_time_limit(0);
$cstorge = '3000'; // resources in oasis
$mstorge = '5000'; // resources can warehouse carry it
$poasis = '500'; // production in oasis
$pplus = '0'; // increase production from plus 
// Connection to the database 
include('./app/config.php'); 
$db_connect = mysql_connect($AppConfig['db']['host'],$AppConfig['db']['user'],$AppConfig['db']['password']); 
mysql_select_db($AppConfig['db']['database'], $db_connect); 
$result = mysql_query("SELECT * FROM p_villages WHERE is_oasis='1'");
$resources_osias = "1 ".$cstorge." ".$mstorge." ".$mstorge." ".$poasis." ".$pplus.",2 ".$cstorge." ".$mstorge." ".$mstorge." ".$poasis." ".$pplus.",3 ".$cstorge." ".$mstorge." ".$mstorge." ".$poasis." ".$pplus.",4 ".$cstorge." ".$mstorge." ".$mstorge." ".$poasis." ".$pplus;
while($rows=mysql_fetch_array($result)){
mysql_query("UPDATE p_villages set resources='$resources_osias' where id='".$rows['id']."'");
}
?>


oasis.php put in root and run
 
Newbie Spellweaver
Joined
Oct 13, 2012
Messages
19
Reaction score
0
T4 admin errrors..........

Code:
Warning: include(GameEngine/config.php) [function.include]: failed to open stream: No such file or directory in C:\wamp\www\stimulatedgaming\T4\GameEngine\Admin\database.php on line 20

Warning: include() [function.include]: Failed opening 'GameEngine/config.php' for inclusion (include_path='.;C:\php\pear') in C:\wamp\www\stimulatedgaming\T4\GameEngine\Admin\database.php on line 20

Warning: include(GameEngine/Data/buidata.php) [function.include]: failed to open stream: No such file or directory in C:\wamp\www\stimulatedgaming\T4\GameEngine\Admin\database.php on line 21

Warning: include() [function.include]: Failed opening 'GameEngine/Data/buidata.php' for inclusion (include_path='.;C:\php\pear') in C:\wamp\www\stimulatedgaming\T4\GameEngine\Admin\database.php on line 21

Also when I tried to give gold to an account when logged in as Multihunter............

Code:
Warning: mysql_connect() [function.mysql-connect]: php_network_getaddresses: getaddrinfo failed: No such host is known. in C:\wamp\www\stimulatedgaming\T4\GameEngine\config.php on line 2

Warning: mysql_connect() [function.mysql-connect]: [2002] php_network_getaddresses: getaddrinfo failed: No such host is kn (trying to connect via tcp://SQL_SERVER:3306) in C:\wamp\www\stimulatedgaming\T4\GameEngine\config.php on line 2

Warning: mysql_connect() [function.mysql-connect]: php_network_getaddresses: getaddrinfo failed: No such host is known. in C:\wamp\www\stimulatedgaming\T4\GameEngine\config.php on line 2

Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in C:\wamp\www\stimulatedgaming\T4\GameEngine\config.php on line 5

Warning: mysql_connect() [function.mysql-connect]: php_network_getaddresses: getaddrinfo failed: No such host is known. in C:\wamp\www\stimulatedgaming\T4\GameEngine\Admin\Mods\editUsername.php on line 14

Warning: mysql_connect() [function.mysql-connect]: [2002] php_network_getaddresses: getaddrinfo failed: No such host is kn (trying to connect via tcp://SQL_SERVER:3306) in C:\wamp\www\stimulatedgaming\T4\GameEngine\Admin\Mods\editUsername.php on line 14

Warning: mysql_connect() [function.mysql-connect]: php_network_getaddresses: getaddrinfo failed: No such host is known. in C:\wamp\www\stimulatedgaming\T4\GameEngine\Admin\Mods\editUsername.php on line 14

Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in C:\wamp\www\stimulatedgaming\T4\GameEngine\Admin\Mods\editUsername.php on line 21

Access Denied: You are not Admin!
 
Initiate Mage
Joined
Dec 9, 2012
Messages
4
Reaction score
0
Code:
<?php
#############################################################################
#    FILE NAME    : oasis.php                                               #
#    Coder Name   : Mr.php                                                  #
#    Website      : www.kravian.com                                         #
#############################################################################
#                   W W W . K R A V I A N . C O M                           #
#############################################################################
set_time_limit(0);
$cstorge = '3000'; // resources in oasis
$mstorge = '5000'; // resources can warehouse carry it
$poasis = '500'; // production in oasis
$pplus = '0'; // increase production from plus 
// Connection to the database 
include('./app/config.php'); 
$db_connect = mysql_connect($AppConfig['db']['host'],$AppConfig['db']['user'],$AppConfig['db']['password']); 
mysql_select_db($AppConfig['db']['database'], $db_connect); 
$result = mysql_query("SELECT * FROM p_villages WHERE is_oasis='1'");
$resources_osias = "1 ".$cstorge." ".$mstorge." ".$mstorge." ".$poasis." ".$pplus.",2 ".$cstorge." ".$mstorge." ".$mstorge." ".$poasis." ".$pplus.",3 ".$cstorge." ".$mstorge." ".$mstorge." ".$poasis." ".$pplus.",4 ".$cstorge." ".$mstorge." ".$mstorge." ".$poasis." ".$pplus;
while($rows=mysql_fetch_array($result)){
mysql_query("UPDATE p_villages set resources='$resources_osias' where id='".$rows['id']."'");
}
?>


oasis.php put in root and run

Doesn´t work for me :-( It does nothing. I make an oasis.php file in PSPad editor copy there your code and then copy it to root. Finally it does nothing. :/
 
Banned
Banned
Joined
Sep 2, 2012
Messages
56
Reaction score
17
Doesn´t work for me :-( It does nothing. I make an oasis.php file in PSPad editor copy there your code and then copy it to root. Finally it does nothing. :/


This Code is Related To Dboor This Will and Not Work With TravianZ
 
Status
Not open for further replies.
Back
Top