Lord Ganja Posted August 16, 2012 Group: Members Topic Count: 141 Topics Per Day: 0.03 Content Count: 444 Reputation: 22 Joined: 06/18/12 Last Seen: August 11, 2018 Share Posted August 16, 2012 (edited) How do I change Fluxcp server time to the current time of my server? because from what it is now, the server time that appears on it is the time of the viewer. Can anyone help me? thanks.. here's a screen shot: Edited August 16, 2012 by iamken Quote Link to comment Share on other sites More sharing options...
Brynner Posted August 16, 2012 Group: Members Topic Count: 120 Topics Per Day: 0.02 Content Count: 1960 Reputation: 202 Joined: 01/08/12 Last Seen: 9 hours ago Share Posted August 16, 2012 How do I change Fluxcp server time to the current time of my server? because from what it is now, the server time that appears on it is the time of the viewer. Can anyone help me? thanks.. here's a screen shot: are you using xampp?or a paid service webhosting? Quote Link to comment Share on other sites More sharing options...
Lord Ganja Posted August 16, 2012 Group: Members Topic Count: 141 Topics Per Day: 0.03 Content Count: 444 Reputation: 22 Joined: 06/18/12 Last Seen: August 11, 2018 Author Share Posted August 16, 2012 paid service webhosting.. but the time that appears, is the time of the viewer's computer.. I think it in the configuration.. Quote Link to comment Share on other sites More sharing options...
Brynner Posted August 16, 2012 Group: Members Topic Count: 120 Topics Per Day: 0.02 Content Count: 1960 Reputation: 202 Joined: 01/08/12 Last Seen: 9 hours ago Share Posted August 16, 2012 on your config/application.php 'DateDefaultTimezone' => null, // The default timezone, consult the PHP manual for valid timezones: http://php.net/timezones (null for defaut system TZ) Quote Link to comment Share on other sites More sharing options...
Lord Ganja Posted August 16, 2012 Group: Members Topic Count: 141 Topics Per Day: 0.03 Content Count: 444 Reputation: 22 Joined: 06/18/12 Last Seen: August 11, 2018 Author Share Posted August 16, 2012 (edited) It shows error when I put null.. this is what's in my files.. in config/application.php 'DateDefaultTimezone' => 'Asia/Hong_Kong', // The default timezone, consult the PHP manual for valid in config.servers.php 'Hostname' => '127.0.0.1','Username' => '**********', 'Password' => '**********', 'Database' => 'ragnarok', 'Persistent' => true, 'Timezone' => '+8:00' // Example: '+0:00' is UTC. // The possible values of 'Timezone' is as documented from the MySQL website: // "The value can be given as a string indicating an offset from UTC, such as '+10:00' or '-6:00'." // "The value can be given as a named time zone, such as 'Europe/Helsinki', 'US/Eastern', or 'MET'." (see below continuation!) // **"Named time zones can be used only if the time zone information tables in the mysql database have been created and populated." ), // This is kept separate because many people choose to have their logs // database accessible under different credentials, and often on a // different server entirely to ensure the reliability of the log data. 'LogsDbConfig' => array( //'Socket' => '/tmp/mysql.sock', //'Port' => 3306, //'Encoding' => null, // Connection encoding -- use whatever here your MySQL tables collation is. 'Convert' => 'utf8', // -- 'Convert' option only works when 'Encoding' option is specified and iconv (http://php.net/iconv) is available. // -- It specifies the encoding to convert your MySQL data to on the website (most likely needs to be utf8) 'Hostname' => '127.0.0.1', 'Username' => '**********', 'Password' => '**********', 'Database' => 'ragnarok', 'Persistent' => true, 'Timezone' => '+8:00' // Possible values is as described in the comment in DbConfig. ), // Login server configuration. 'LoginServer' => array( 'Address' => '127.0.0.1', 'Port' => 6900, 'UseMD5' => false, 'NoCase' => true, // eA account case-sensitivity; Default: Case-INsensitive (true). 'Level' => 0, // Default account level during registration. //'Database' => 'ragnarok' ), 'CharMapServers' => array( array( 'ServerName' => 'Ragnarok', 'BaseExpRates' => 250000, 'JobExpRates' => 250000, 'MvpExpRates' => 250000, 'DropRates' => 100000, 'MvpDropRates' => 1000, 'CardDropRates' => 5000, 'MaxCharSlots' => 9, 'DateTimezone' => 'Asia/Hong_Kong', // Specifies game server's timezone for this char/map pair. (See: http://php.net/timezones) Edited August 16, 2012 by iamken Quote Link to comment Share on other sites More sharing options...
Question
Lord Ganja
How do I change Fluxcp server time to the current time of my server?
because from what it is now, the server time that appears on it is the time of the viewer.
Can anyone help me? thanks..
here's a screen shot:

Edited by iamkenLink to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.