Prosim pomohl by my to nekdo vyplnit?
Dekuji
to je config na web:
Kód: Vybrat vše
<?php
// This file should be updated with your Database Configuration
// as well as other optional data
define ('DB_SERVER' , 'localhost');
define ('DB_USER' , 'mc_statistician');
define ('DB_PASSWORD' , 'mc_statistician');
define ('DB_NAME' , 'mc_statistician');
define ('DB_PORT' , 3306);
define ('SERVER_NAME', 'My Minecraft World Stats');
define ('DATE_FORMAT', 'M jS Y\, \a\t g:i:s a');
define ('USE_MEGAMETERS', true);
define ('USE_SKINVIEWER', false);
// Set your localization (language)
define ('LOCALE', 'en');
?>
A tohle je config z pluginu :
Kód: Vybrat vše
database_address: localhost
database_port: 3306
database_name: gs_27063_1
database_username: gs_27063_1
database_password: ********
database_update_time: 120
Dekuji