This commit is contained in:
Stefan Brannfjell 2014-06-18 22:48:51 +02:00
parent 074cd7a8d0
commit 481f9f4b67

View File

@ -29,7 +29,7 @@
$config['sqlDatabase'] = 'tfs10'; $config['sqlDatabase'] = 'tfs10';
// Hostname is usually localhost or 127.0.0.1. // Hostname is usually localhost or 127.0.0.1.
$config['sqlHost'] = 'localhost'; $config['sqlHost'] = '127.0.0.1';
/* CLOCK FUNCTION /* CLOCK FUNCTION
- getClock() = returns current time in numbers. - getClock() = returns current time in numbers.
@ -310,7 +310,7 @@
// Do you need to have premium account to create a guild? // Do you need to have premium account to create a guild?
$config['guild_require_premium'] = false; $config['guild_require_premium'] = false;
$config['guildwar_enabled'] = true; $config['guildwar_enabled'] = false;
// Use htaccess rewrite? (basically this makes website.com/username work instead of website.com/characterprofile.php?name=username // Use htaccess rewrite? (basically this makes website.com/username work instead of website.com/characterprofile.php?name=username
// Linux users needs to enable mod_rewrite php extention to make it work properly, so set it to false if your lost and using Linux. // Linux users needs to enable mod_rewrite php extention to make it work properly, so set it to false if your lost and using Linux.
@ -323,7 +323,7 @@
// Download link to client. Recommended: // Download link to client. Recommended:
// Select download link from remere map editor website! // Select download link from remere map editor website!
// See list of clients: http://remeresmapeditor.com/marklar.php?clients // See list of clients: http://remeresmapeditor.com/marklar.php?clients
$config['client_download'] = 'http://clients.tibiaking.com/client/windows/'. $config['client'] .''; $config['client_download'] = 'http://clients.halfaway.net/clients.php?tibia='. $config['client'] .'';
$config['client_download_linux'] = 'http://clients.tibiaking.com/client/linux/'. $config['client'] .''; $config['client_download_linux'] = 'http://clients.tibiaking.com/client/linux/'. $config['client'] .'';
$config['port'] = 7171; // Port number to connect to your OT. $config['port'] = 7171; // Port number to connect to your OT.