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 Clone (Latest) For lazy peeps or peeps whom missed the svn

Status
Not open for further replies.
Newbie Spellweaver
Joined
May 23, 2010
Messages
8
Reaction score
0
again me, i realised something, when i change account.php or session.php files names, something showing on the browser, but after fix it to orj. i see empty browser, can anybody help me :S here is some picture about problem

http://i1005.hizliresim.com/2010/5/24/827.jpg
http://i1005.hizliresim.com/2010/5/24/828.jpg
 
Newbie Spellweaver
Joined
Feb 22, 2009
Messages
14
Reaction score
0
help me this error
Code:
Warning: Invalid argument supplied for foreach() in /home/danger/public_html/New/Game Engine/Village.php on line 208

Warning: Invalid argument supplied for foreach() in /home/danger/public_html/New/Game Engine/Village.php on line 208
 
Newbie Spellweaver
Joined
May 30, 2009
Messages
5
Reaction score
0
hey..
i made the server, and it is working.
but if build 2 warehouses, just 1 works..
can someone help me?
 
akakori
Joined
Apr 3, 2008
Messages
368
Reaction score
98
i no longer support travian coding.. i have placed a great deal of time making OOP in order to let u guys learn and to finish it..

but if u have any questions that really really really cant solve.. u can pm me about it.. or look up my blog for guides or places u need to go
 
Initiate Mage
Joined
Jul 16, 2010
Messages
2
Reaction score
0
Warning: mysql_connect() [function.mysql-connect]: Unknown MySQL server host 'SQL_SERVER' (11004) in C:\xampp\htdocs\travian\engine\database\db_MYSQL.php on line 18
Unknown MySQL server host 'SQL_SERVER' (11004)

please help me :(
 
Initiate Mage
Joined
Jul 16, 2010
Messages
2
Reaction score
0
your config is not correct.

PHP:
//
// SQL Server Defination
//
define("SQL_SERVER", "localhost");
define("SQL_USER", "root");
define("SQL_PASS", "12345");
define("SQL_DB", "travian");
define("TB_PREFIX", "war_");
define("DB_TYPE", 0); 			// 0 = MYSQL, 1 = MYSQLi

my config.php file.This is not correct?:*:
 
Newbie Spellweaver
Joined
Oct 31, 2010
Messages
23
Reaction score
0
Hi All.
Admin Not Login.
Plz Help For Forget Pass Admin,Me Install Loclhost Appserver 2.5.9.
Thanks A Lot.
 
Newbie Spellweaver
Joined
Sep 12, 2005
Messages
63
Reaction score
3
to change password in AppServ
Start > All Programs > AppServ > Reset MySQL Root Password

to change password in MySQL
Start > All Programs > MySQL > MySQL Server 5.0 > MySQL Server Instance Config Wizard
 
Status
Not open for further replies.
Back
Top