
09-26-2005, 05:18 AM
|
 |
|
|
Join Date: Sep 2004
Location: Sydney
Posts: 417
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Boofo
In this line:
PHP Code:
$servertime = ($vbulletin->options['timeoffset'] - ($timediff+2)); //Server is on GMT time
change the:
to reflect your own server time. It is set at GMT by default. So, if you are 14 hours ahead of GMT, then it would have to be changed to +16. 
|
Many thanks kind Sir.
|