feat: MySQL port into installation options

Closes #279
This commit is contained in:
Martin Ambrus
2017-11-07 12:30:32 +01:00
parent a6d14c6b6d
commit 312507fe9f
14 changed files with 168 additions and 109 deletions
+6 -2
View File
@@ -54,7 +54,7 @@ define("SPEED", "%SPEED%");
define("WORLD_MAX", "%MAX%");
// ***** Graphic Pack
// True = enabled, false = disabled
// true = enabled, false = disabled
//!!!!!!!!!!!! DO NOT ENABLE !!!!!!!!!!!!
define("GP_ENABLE",false);
// Graphic pack location (default: gpack/travian_default/)
@@ -213,11 +213,15 @@ define("NEWSBOX3",%BOX3%);
//////////////////////////////////
// ***** SQL Hostname
// example. sql106.000space.com / localhost
// example: sql106.000space.com / localhost
// If you host server on own PC than this value is: localhost
// If you use online hosting, value must be written in host cpanel
define("SQL_SERVER", "%SSERVER%");
// ***** SQL Port
// default: 3306
define("SQL_PORT", %SPORT%);
// ***** Database Username
define("SQL_USER", "%SUSER%");