Quote:
Originally posted by john.eovie
futureal - I noticed you included a date field in the scoreboards. I was thinking about doing the same, but I didn't bother because I didn't know how the vB timezone system worked. How do you make the GMT +/- adjustment?
|
Basically, there is a setting in the General Options part of the vBulletin admin panel where the admin defines what time zone the server is in. All dates/times are stored in "server time" in the database, and then adjusted based on the user's defined time zone in their User Options setting. I forgot the name of the function offhand, but there is a vB utility function that will take a server time and spit back the user's time based on $bbuserinfo.
As for the multiplayer engine, it sounds great! If you don't mind me asking, what kind of technology are you using for the games? Flash or Java, maybe?