Willkommen Gast. Bitte Einloggen oder Registrieren
 
Sprache wählen:
 
  Last Script Version: 20

  ÜbersichtHilfeSuchenEinloggenRegistrieren  
 
Seitenindex umschalten Seiten: 1
Thema versenden Drucken
Timezone (Gelesen: 4820 mal)
captzero
YaBB Newbies
*
Offline



Beiträge: 30
Brisbane, Australia
Geschlecht: male
Timezone
28.10.13 um 06:41:25
 
Hi,
I just changed hosts and the time difference between my location and the server is -15 hours. How can I adjust the time difference when there is no option to adjust by 15 hours.
Thanks
Zum Seitenanfang
 

Thank you
---------------------------------------------
Dan
www.brisbaneliveweather.com
Homepage  
IP gespeichert
 
captzero
YaBB Newbies
*
Offline



Beiträge: 30
Brisbane, Australia
Geschlecht: male
Re: Timezone
Antwort #1 - 16.11.13 um 08:39:50
 
Hi Holger,
I have been able to amend some files to get the Server Time settings in Admin Center to match my actual server time. My server time is 16 hours behind my local time but the drop down list only allows a max of +14hours.

In the file admin.php (stat/config/admin.php) I added the following to line No. 1093:
Code:
<option value=\"+16h\" ".selecter_server_time("+16h")."> +16 ".$lang_admin_as_g[6]."  


This gives the option to select '+16 hrs' from the drop down list.

Also, I added the following line to the last_hits.php file (stat/last_hits.php - insert after line 111) and track.php file (stat/track.php -  insert after line 303)

Code:
if ( $server_time == "+16h"    ) { $actual_date = $actual_date + 16 * 3600; } 



It seems to work with the above three files. Can you tell me if there are any other files that I need to amend?

Thank you.

Zum Seitenanfang
 

Thank you
---------------------------------------------
Dan
www.brisbaneliveweather.com
Homepage  
IP gespeichert
 
Reimar
Administrator
*****
Offline



Beiträge: 1982
Geschlecht: male
Re: Timezone
Antwort #2 - 08.12.13 um 14:26:18
 
We will adjust this within the next update
Zum Seitenanfang
 
 
IP gespeichert
 
Seitenindex umschalten Seiten: 1
Thema versenden Drucken