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 4.5 with 6 Tribes files download :D

Newbie Spellweaver
Joined
Nov 7, 2023
Messages
19
Reaction score
18
Hi friends finally found and share with you.

I tried it on Localhost and fixed the errors, it works smoothly.

1711217521679 - Travian 4.5 with 6 Tribes files download :D - RaGEZONE Forums
1711217533346 - Travian 4.5 with 6 Tribes files download :D - RaGEZONE Forums

1711217549269 - Travian 4.5 with 6 Tribes files download :D - RaGEZONE Forums

1711217579615 - Travian 4.5 with 6 Tribes files download :D - RaGEZONE Forums


PHP Version 7.4.27
User Erkan
Transition: 123456




(y)(y)(y)(y)(y)(y)(y)(y)(y)(y)(y)(y)
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
May 31, 2023
Messages
33
Reaction score
12
Newbie Spellweaver
Joined
Nov 7, 2023
Messages
19
Reaction score
18
hi how to start? what do you need for this, make a guide plz
sql upload

application/config.php edit

define("SQL_SERVER", "localhost");
define("SQL_USER", "root");
define("SQL_PASS", "");
define("SQL_DB", "azer12");

this much
 
Banned
Banned
Joined
Jul 6, 2023
Messages
26
Reaction score
-1
Have a lot of bug should fix and sould update alliance 😔
 
Last edited:
Newbie Spellweaver
Joined
Apr 1, 2024
Messages
13
Reaction score
7
Have a lot of bug should fix and sould update alliance 😔
Which bugs you found ?

Tested it . looks really good but the payment system does not work. blank screen on tgpay.php. Any idea how to fix that ?
 
Banned
Banned
Joined
Jul 6, 2023
Messages
26
Reaction score
-1
Which bugs you found ?

Tested it . looks really good but the payment system does not work. blank screen on tgpay.php. Any idea how to fix that ?
We working have a lot of process to develop you sould design new payment
 
Newbie Spellweaver
Joined
Apr 8, 2024
Messages
5
Reaction score
0
Hi, my name is abu,

Can you help me, I'm a bit of a noob when it comes to creating servers and I'm not able to upload the server, the steps I took were:

- I'm using XAMPP to upload the server;
- I created a username, password and database in MYSQL;
- I took the SQL Code in the azer12 file, and ran it in my database, causing the tables to be created;
- I went to the config.php file and passed my parameters into:

PHP:
//////////////////////////////////
//   ****  SQL SETTINGS  ****   //
//////////////////////////////////
define("SQL_SERVER", "localhost");
define("SQL_USER", "travianadm");
define("SQL_PASS", "112358");
define("SQL_DB", "traviansa");


define('APP_MAIN_PATH', dirname(realpath(__DIR__)));
define('APP_BASE_PATH', realpath(__DIR__));
include_once(realpath(__DIR__)."/DB.php");
$sData = $db->queryFetch("SELECT * FROM config");

- Open the webpage using this link

After performing all these steps I come across a completely blank screen, and the following xampp apache log:

PHP:
[Tue Apr 16 00:22:20.511111 2024] [ssl:warn] [pid 13116:tid 360] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Tue Apr 16 00:22:20.539412 2024] [core:warn] [pid 13116:tid 360] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Tue Apr 16 00:22:20.540412 2024] [ssl:warn] [pid 13116:tid 360] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Tue Apr 16 00:22:20.837129 2024] [mpm_winnt:notice] [pid 13116:tid 360] AH00455: Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.2.12 configured -- resuming normal operations
[Tue Apr 16 00:22:20.837129 2024] [mpm_winnt:notice] [pid 13116:tid 360] AH00456: Apache Lounge VS17 Server built: Oct 18 2023 13:03:18
[Tue Apr 16 00:22:20.837129 2024] [core:notice] [pid 13116:tid 360] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Tue Apr 16 00:22:20.842022 2024] [mpm_winnt:notice] [pid 13116:tid 360] AH00418: Parent: Created child process 11320
[Tue Apr 16 00:22:21.055719 2024] [ssl:warn] [pid 11320:tid 356] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Tue Apr 16 00:22:21.081947 2024] [ssl:warn] [pid 11320:tid 356] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Tue Apr 16 00:22:21.108167 2024] [mpm_winnt:notice] [pid 11320:tid 356] AH00354: Child: Starting 150 worker threads.


Can anyone help me find what I'm doing wrong? Since from the conversation on the forum, other people have already managed to upload the game's server. 

[ATTACH type="full"]259732[/ATTACH]

[ATTACH type="full"]259733[/ATTACH]
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Nov 7, 2023
Messages
19
Reaction score
18
Hi, my name is abu,

Can you help me, I'm a bit of a noob when it comes to creating servers and I'm not able to upload the server, the steps I took were:

- I'm using XAMPP to upload the server;
- I created a username, password and database in MYSQL;
- I took the SQL Code in the azer12 file, and ran it in my database, causing the tables to be created;
- I went to the config.php file and passed my parameters into:

PHP:
//////////////////////////////////
//   ****  SQL SETTINGS  ****   //
//////////////////////////////////
define("SQL_SERVER", "localhost");
define("SQL_USER", "travianadm");
define("SQL_PASS", "112358");
define("SQL_DB", "traviansa");


define('APP_MAIN_PATH', dirname(realpath(__DIR__)));
define('APP_BASE_PATH', realpath(__DIR__));
include_once(realpath(__DIR__)."/DB.php");
$sData = $db->queryFetch("SELECT * FROM config");

- Open the webpage using this link

After performing all these steps I come across a completely blank screen, and the following xampp apache log:

PHP:
[Tue Apr 16 00:22:20.511111 2024] [ssl:warn] [pid 13116:tid 360] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Tue Apr 16 00:22:20.539412 2024] [core:warn] [pid 13116:tid 360] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Tue Apr 16 00:22:20.540412 2024] [ssl:warn] [pid 13116:tid 360] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Tue Apr 16 00:22:20.837129 2024] [mpm_winnt:notice] [pid 13116:tid 360] AH00455: Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.2.12 configured -- resuming normal operations
[Tue Apr 16 00:22:20.837129 2024] [mpm_winnt:notice] [pid 13116:tid 360] AH00456: Apache Lounge VS17 Server built: Oct 18 2023 13:03:18
[Tue Apr 16 00:22:20.837129 2024] [core:notice] [pid 13116:tid 360] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Tue Apr 16 00:22:20.842022 2024] [mpm_winnt:notice] [pid 13116:tid 360] AH00418: Parent: Created child process 11320
[Tue Apr 16 00:22:21.055719 2024] [ssl:warn] [pid 11320:tid 356] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Tue Apr 16 00:22:21.081947 2024] [ssl:warn] [pid 11320:tid 356] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Tue Apr 16 00:22:21.108167 2024] [mpm_winnt:notice] [pid 11320:tid 356] AH00354: Child: Starting 150 worker threads.


Can anyone help me find what I'm doing wrong? Since from the conversation on the forum, other people have already managed to upload the game's server.

[ATTACH type="full"]259732[/ATTACH]

[ATTACH type="full"]259733[/ATTACH]
xampp may have been installed incorrectly

 
Newbie Spellweaver
Joined
Apr 8, 2024
Messages
5
Reaction score
0
Hi Azer12,
I'm using the latest version of XAMPP, could this be a problem?
 
Newbie Spellweaver
Joined
Apr 1, 2024
Messages
13
Reaction score
7
I upload at the moment. Will pm you with details after the server is running

Testerver is onlne :)

Moved the game to another place on the server
 
Back
Top