How To Create Travian Private Server
03-07-12 #1
Member
How to creat own private server?
Hello, I would like to show you how to install travian server.
(For those who do not know.)First we need a good server pack.
Server file are some types:
1. DBOOR
(T 3.6)
2. TravianZ
3. T4Where we can download this?
DBOOR
DBOOR (install).
TravianZ
T4On this version, you need go to "/app/config.php" and configurate some lines:
And one of important lines:$AppConfig = array (
'db' => array (
'host' => 'localhost', //your host :)
'user' => 'root', // your mysql user
'password' => 'password', //your mysql password
'database' => 'database', //database name'installkey' => 'installgame',
Go to "http://yoursite.com/index.php?installgame" and you will install DBOOR version, to your mysql server. :)
How to creat Natars?
'calltatar' => 'showtatar'
Go to "http://yoursite.com/index.php?showtatar" and you will create Natars on your server. :)
TravianZ (install.)On this version, all server install is easy.
Just uploud server files to your server "public_html".
And go to install folder ex. "http://yoursite.com/install/" and thats all. :)IMPORTANT
CHMOD install and GameEngine.CHMOD "/install/include" folder and "/install/include/wdata.php"
"/install/include/oasis.php"
"/install/include/multihunter.php"
"/install/include/database.php"Alrait, what can bee errors?.
Errors can bee wit Oasis populate :)When you install the server, and Oasis populate step, don`t go next.
You must change some lines, and just go to "/GameEngine/Admin /database.php" and change this lines:
And change to:Code:
if($gameinstall == 1){ include("../../GameEngine/config.php"); include("../../GameEngine/Data/buidata.php"); }else{ include("../GameEngine/config.php"); include("../GameEngine/Data/buidata.php"); }And now just back to install and continuoe the install :)Code:
if($gameinstall == 1){ include("../../GameEngine/config.php"); include("../../GameEngine/Data/buidata.php"); }else{ include("../../GameEngine/config.php"); include("../../GameEngine/Data/buidata.php"); }
Then all sucefull install, change back this code :)Sorry, for bad English. :)
Some important information:
DBOOR version.One of important question on this post..
[help] dboor 0:00:00?
If you can liked :)
03-07-12 #2
Delview
Re: How to creat own private server?
If you chmod the install folder to 777 then you will get a 500 error.
04-07-12 #3
Member
Re: How to creat own private server?
Hmm..i dont get this error. :)
04-07-12 #4
Delview
Re: How to creat own private server?
Everyone else does.Originally Posted by mpsky
Hmm..i dont get this error. :)
05-07-12 #5
Member
Re: How to creat own private server?
My server Tatarai.lt and i haven`t got any errors when i install this version :)
05-07-12 #6
Ultimate Member
Re: How to creat own private server?
Nope, I don't get any errors. You have to chmod 0777.
Travian from yi12345 works.
10-07-12 #7
Member
Re: How to creat own private server?
10-07-12 #8
Account Upgraded | Title Enabled!
Re: How to creat own private server?
i recommened you to change the T4 for this: https://github.com/yi12345/TravianT4Originally Posted by mpsky
Hello, I would like to show you how to install travian server.
(For those who do not know.)First we need a good server pack.
Server file are some types:
1. DBOOR
2. TravianZ(T 3.6)
3. T4Where we can download this?
DBOOR
TravianZ
T4DBOOR (install).
On this version, you need go to "/app/config.php" and configurate some lines:
And one of important lines:
'installkey' => 'installgame',
Go to "http://yoursite.com/index.php?installgame" and you will install DBOOR version, to your mysql server. :)
How to creat Natars?
'calltatar' => 'showtatar'
Go to "http://yoursite.com/index.php?showtatar" and you will create Natars on your server. :)
TravianZ (install.)
On this version, all server install is easy.
Just uploud server files to your server "public_html".
And go to install folder ex. "http://yoursite.com/install/" and thats all. :)IMPORTANT
CHMOD install and GameEngine.CHMOD "/install/include" folder and "/install/include/wdata.php"
"/install/include/oasis.php"
"/install/include/multihunter.php"
"/install/include/database.php"Alrait, what can bee errors?.
Errors can bee wit Oasis populate :)When you install the server, and Oasis populate step, don`t go next.
You must change some lines, and just go to "/GameEngine/Admin /database.php" and change this lines:
Code:
if($gameinstall == 1){ include("../../GameEngine/config.php"); include("../../GameEngine/Data/buidata.php"); }else{ include("../GameEngine/config.php"); include("../GameEngine/Data/buidata.php"); }And change to:
Code:
if($gameinstall == 1){ include("../../GameEngine/config.php"); include("../../GameEngine/Data/buidata.php"); }else{ include("../../GameEngine/config.php"); include("../../GameEngine/Data/buidata.php"); }And now just back to install and continuoe the install :)
Then all sucefull install, change back this code :)Sorry, for bad English. :)
Some important information:
DBOOR version.
One of important question on this post..
[help] dboor 0:00:00?
If you can liked :)
i added some fixes to it.
10-07-12 #9
Member
Re: How to creat own private server?
Thanks yi12345, can you recommended any DBOOR server files?
Account Upgraded | Title Enabled!
Re: How to creat own private server?
no, i didn't test them.Originally Posted by mpsky
Thanks yi12345, can you recommended any DBOOR server files?
Re: How to creat own private server?
This Is A Noobish Question But This Is My 1st Tiime "CHMOD" Something...So, My Question Is... How To CHMOD The Said Given Files?!...
Thanks You!!!
L.P.: "God save us everyone, When we burn inside the fires of a thousand suns, For the sins of our hand, the sins of our tongue,.. The sins of our father, the sins of our young."
SARCASM: Because Beating The SHIT! Out People Is Illegal...
Account Inactive
Re: How to creat own private server?
In your ftp program: right click on the file => change permissions.
Account Inactive
Re: How to creat own private server?
exactly how to install dboor???and how to use the ioncube loader
Registered
Re: How to creat own private server?
Do I need to replace dboor files with travian files and do I have to put it in other folder than travian files and create 2 databases, one for dboor and one for travian?
Member
Re: How to creat own private server?
Fatal error: Maximum execution time of 30 seconds exceeded in D:\xampp\htdocs\Travian\install\include\database.php on line 52
even with the modified files in database same error...
How To Create Travian Private Server
Source: https://forum.ragezone.com/f584/creat-own-private-server-858080/
Posted by: sullivanwouniend1968.blogspot.com
0 Response to "How To Create Travian Private Server"
Post a Comment