Jump to content
  • 0

change Fluxcp Server Time?


Lord Ganja

Question


  • Group:  Members
  • Topic Count:  141
  • Topics Per Day:  0.03
  • Content Count:  444
  • Reputation:   22
  • Joined:  06/18/12
  • Last Seen:  

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:

Untitled.png

Edited by iamken
Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  118
  • Topics Per Day:  0.03
  • Content Count:  1942
  • Reputation:   197
  • Joined:  01/08/12
  • Last Seen:  

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:

Untitled.png

are you using xampp?or a paid service webhosting?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  141
  • Topics Per Day:  0.03
  • Content Count:  444
  • Reputation:   22
  • Joined:  06/18/12
  • Last Seen:  

paid service webhosting.. but the time that appears, is the time of the viewer's computer..

I think it in the configuration..

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  118
  • Topics Per Day:  0.03
  • Content Count:  1942
  • Reputation:   197
  • Joined:  01/08/12
  • Last Seen:  

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)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  141
  • Topics Per Day:  0.03
  • Content Count:  444
  • Reputation:   22
  • Joined:  06/18/12
  • Last Seen:  

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 by iamken
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...