Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Server Time

Status
Not open for further replies.
Newbie Spellweaver
Joined
Aug 19, 2011
Messages
51
Reaction score
6
width
PHP:
date_default_timezone_set("TIMEZONE")
in "config.php"
List of time zones:
 
Newbie Spellweaver
Joined
Aug 17, 2011
Messages
75
Reaction score
16
PHP:
define("date_default_timezone_set","TIMEZONE");
PHP:
define("date_default_timezone_set","Asia/Singapore");


Still cannot.. :glare:
 
Newbie Spellweaver
Joined
Aug 28, 2011
Messages
6
Reaction score
2
PHP:
define("date_default_timezone_set","TIMEZONE");
PHP:
define("date_default_timezone_set","Asia/Singapore");


Still cannot.. :glare:

PHP:
<?php
###############################  S  T  A  R  T   ################################
##              -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =-                 ##
## --------------------------------------------------------------------------- ##
##  Filename       config.php                                                  ##
##  Version        4.8.5                                                       ##
##  Developed by:  Dzoki                                                       ##
##  License:       TravianX Project                                            ##
##  Copyright:     TravianX (c) 2010-2011. All rights reserved.                ##
##                                                                             ##
#################################################################################

date_default_timezone_set("Asia/Hong_Kong");
 
Status
Not open for further replies.
Back
Top