View Single Post
  #15  
Old 06-17-2002, 10:10 PM
cteselle cteselle is offline
 
Join Date: Jan 2002
Location: SoCal
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I actually like to see the zone names, so here is what I did:

my modifyoptions:
Code:
<tr>
	<td bgcolor="#F1F1F1"><normalfont><b>Time offset:</b><br>
	<smallfont>$timezone Please select your timezone from the list:</smallfont></normalfont></td>
	<td bgcolor="#F1F1F1"><smallfont><select name="timezoneoffset">
		<option value="-12" $timezonesel[n120]>(GMT -12:00 hours) Eniwetok, Kwajalein ($times[n120])</option>
		<option value="-11" $timezonesel[n110]>(GMT -11:00 hours) Midway Island, Samoa ($times[n110])</option>
		<option value="-10" $timezonesel[n100]>(GMT -10:00 hours) Hawaii ($times[n100])</option>
		<option value="-9" $timezonesel[n90]>(GMT -9:00 hours) Alaska ($times[n90])</option>
		<option value="-8" $timezonesel[n80]>(GMT -8:00 hours) Pacific Time (US & Canada) ($times[n80])</option>
		<option value="-7" $timezonesel[n70]>(GMT -7:00 hours) Mountain Time (US & Canada) ($times[n70])</option>
		<option value="-6" $timezonesel[n60]>(GMT -6:00 hours) Central Time (US & Canada), Mexico City ($times[n60])</option>
		<option value="-5" $timezonesel[n50]>(GMT -5:00 hours) Eastern Time (US & Canada), Bogota ($times[n50])</option>
		<option value="-4" $timezonesel[n40]>(GMT -4:00 hours) Atlantic Time (Canada), Caracas ($times[n40])</option>
		<option value="-3.5" $timezonesel[n35]>(GMT -3:30 hours) Newfoundland ($times[n35])</option>
		<option value="-3" $timezonesel[n30]>(GMT -3:00 hours) Brazil, Buenos Aires, Georgetown ($times[n30])</option>
		<option value="-2" $timezonesel[n20]>(GMT -2:00 hours) Mid-Atlantic ($times[n20])</option>
		<option value="-1" $timezonesel[n10]>(GMT -1:00 hours) Azores, Cape Verde Islands ($times[n10])</option>
		<option value="0" $timezonesel[0]>(GMT) Western Europe Time, London, Lisbon ($times[0])</option>
		<option value="+1" $timezonesel[10]>(GMT +1:00 hours) CET(Central Europe Time), Brussels, Paris ($times[10])</option>
		<option value="+2" $timezonesel[20]>(GMT +2:00 hours) EET(Eastern Europe Time), South Africa ($times[20])</option>
		<option value="+3" $timezonesel[30]>(GMT +3:00 hours) Baghdad, Riyadh, Moscow, St. Petersburg ($times[30])</option>
		<option value="+3.5" $timezonesel[35]>(GMT +3:30 hours) Tehran ($times[35])</option>
		<option value="+4" $timezonesel[40]>(GMT +4:00 hours) Abu Dhabi, Muscat, Baku, Tbilisi ($times[40])</option>
		<option value="+4.5" $timezonesel[45]>(GMT +4:30 hours) Kabul ($times[45])</option>
		<option value="+5" $timezonesel[50]>(GMT +5:00 hours) Ekaterinburg, Islamabad, Karachi, Tashkent ($times[50])</option>
		<option value="+5.5" $timezonesel[55]>(GMT +5:30 hours) Bombay, Calcutta, Madras, New Delhi ($times[55])</option>
		<option value="+6" $timezonesel[60]>(GMT +6:00 hours) Almaty, Dhaka, Colombo ($times[60])</option>
		<option value="+7" $timezonesel[70]>(GMT +7:00 hours) Bangkok, Hanoi, Jakarta ($times[70])</option>
		<option value="+8" $timezonesel[80]>(GMT +8:00 hours) Beijing, Perth, Singapore, Hong Kong ($times[80])</option>
		<option value="+9" $timezonesel[90]>(GMT +9:00 hours) Tokyo, Seoul, Osaka, Sapporo, Yakutsk ($times[90])</option>
		<option value="+9.5" $timezonesel[95]>(GMT +9:30 hours) Adelaide, Darwin ($times[95])</option>
		<option value="+10" $timezonesel[100]>(GMT +10:00 hours) EAST(East Australian Standard), Guam ($times[100])</option>
		<option value="+11" $timezonesel[110]>(GMT +11:00 hours) Magadan, Solomon Islands, New Caledonia ($times[110])</option>
		<option value="+12" $timezonesel[120]>(GMT +12:00 hours) Auckland, Wellington, Fiji, Kamchatka ($times[120])</option>
	</select></smallfont></td>
</tr>
my registeradult and registercoppa:
Code:
<tr>
	<td bgcolor="#F1F1F1"><normalfont><b>Time offset:</b><br>
	<smallfont>$timezone Please select your timezone from the list:</smallfont></normalfont></td>
	<td bgcolor="#F1F1F1"><smallfont><select name="timezoneoffset">
		<option value="-12">(GMT -12:00 hours) Eniwetok, Kwajalein ($times[n120])</option>
		<option value="-11">(GMT -11:00 hours) Midway Island, Samoa ($times[n110])</option>
		<option value="-10">(GMT -10:00 hours) Hawaii ($times[n100])</option>
		<option value="-9">(GMT -9:00 hours) Alaska ($times[n90])</option>
		<option value="-8">(GMT -8:00 hours) Pacific Time (US & Canada) ($times[n80])</option>
		<option value="-7">(GMT -7:00 hours) Mountain Time (US & Canada) ($times[n70])</option>
		<option value="-6">(GMT -6:00 hours) Central Time (US & Canada), Mexico City ($times[n60])</option>
		<option value="-5">(GMT -5:00 hours) Eastern Time (US & Canada), Bogota ($times[n50])</option>
		<option value="-4">(GMT -4:00 hours) Atlantic Time (Canada), Caracas ($times[n40])</option>
		<option value="-3.5">(GMT -3:30 hours) Newfoundland ($times[n35])</option>
		<option value="-3">(GMT -3:00 hours) Brazil, Buenos Aires, Georgetown ($times[n30])</option>
		<option value="-2">(GMT -2:00 hours) Mid-Atlantic ($times[n20])</option>
		<option value="-1">(GMT -1:00 hours) Azores, Cape Verde Islands ($times[n10])</option>
		<option value="0" selected>(GMT) Western Europe Time, London, Lisbon ($times[0])</option>
		<option value="+1">(GMT +1:00 hours) CET(Central Europe Time), Brussels, Paris ($times[10])</option>
		<option value="+2">(GMT +2:00 hours) EET(Eastern Europe Time), South Africa ($times[20])</option>
		<option value="+3">(GMT +3:00 hours) Baghdad, Riyadh, Moscow, St. Petersburg ($times[30])</option>
		<option value="+3.5">(GMT +3:30 hours) Tehran ($times[35])</option>
		<option value="+4">(GMT +4:00 hours) Abu Dhabi, Muscat, Baku, Tbilisi ($times[40])</option>
		<option value="+4.5">(GMT +4:30 hours) Kabul ($times[45])</option>
		<option value="+5">(GMT +5:00 hours) Ekaterinburg, Islamabad, Karachi, Tashkent ($times[50])</option>
		<option value="+5.5">(GMT +5:30 hours) Bombay, Calcutta, Madras, New Delhi ($times[55])</option>
		<option value="+6">(GMT +6:00 hours) Almaty, Dhaka, Colombo ($times[60])</option>
		<option value="+7">(GMT +7:00 hours) Bangkok, Hanoi, Jakarta ($times[70])</option>
		<option value="+8">(GMT +8:00 hours) Beijing, Perth, Singapore, Hong Kong ($times[80])</option>
		<option value="+9">(GMT +9:00 hours) Tokyo, Seoul, Osaka, Sapporo, Yakutsk ($times[90])</option>
		<option value="+9.5">(GMT +9:30 hours) Adelaide, Darwin ($times[95])</option>
		<option value="+10">(GMT +10:00 hours) EAST(East Australian Standard), Guam ($times[100])</option>
  <option value="+11">(GMT +11:00 hours) Magadan, Solomon Islands, New Caledonia ($times[110])</option>
  <option value="+12">(GMT +12:00 hours) Auckland, Wellington, Fiji, Kamchatka ($times[120])</option>
	</select></smallfont></td>
</tr>
Hope this is helpful to others!
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01079 seconds
  • Memory Usage 1,803KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete