:

( .jpg / .png )

:

:

:

mailformat, "") ?>

:

:

:

1:

2:

:

:

:

country, get_string("selectacountry")."...", "", "") ?>

:

timezone) > 12) { $user->timezone = 99; } $timenow = time(); for ($tz = -23; $tz <= 24; $tz++) { $zone = (float)$tz/2.0; $usertime = $timenow + ($tz * 1800); if ($tz == 0) { $timezones["$zone"] = gmstrftime("%a, %I:%M %p", $usertime)." (GMT)"; } else if ($tz < 0) { $timezones["$zone"] = gmstrftime("%a, %I:%M %p", $usertime)." (GMT$zone)"; } else { $timezones["$zone"] = gmstrftime("%a, %I:%M %p", $usertime)." (GMT+$zone)"; } } choose_from_menu ($timezones, "timezone", $user->timezone, get_string("serverlocaltime"), "", "99"); echo "(".get_string(currentlocaltime).")"; ?>
">