|
Setting
|
Description
|
1 |
$gen_date_format |
This setting allows you to specify whether to use US date format (MM/DD/YYYY) or
EUROPEAN (DD/MM/YYYY) date format. Valid values are "US" or "EUROPEAN".
|
2 |
$gen_time_format |
This setting allows you to specify whether the times on the schedule will
be displayed in STANDARD (AM-PM) format or in MILITARY (24-HOUR) format.
Valid values are "STD" or "MIL".
|
3 |
$gen_maintain_log |
This setting allows you to specify whether or not to record all reservations in a
log file. Valid values are "YES" or "NO". Note that if this setting is set to
"YES", then a bar-delimited log file called "ugolf-log.txt" will be
maintained in your "data" directory.
|
4 |
$referral_checking |
This setting allows you to specify whether or not the referring URL of
all actions will be verified before processing. Valid values are
"ON" and "OFF". This is essentially an extra security check that
will verify no one else is trying to POST data to your script from
some other location. Since all browsers do not give the "referring
URL", however, it is recommended to keep this value "OFF"... unless
you are going to have control over what browsers your website visitors
are using... which is typically not the case.
|
5 |
$gen_email_admin |
This setting allows you to specify whether or not to email the uGolfTM
administrator each time a reservation is created/modified. Valid values are
"YES" or "NO".
|
6 |
$gen_email_user |
This setting allows you to specify whether or not to email the user (whoever is
creating/modifying a reservation) a receipt of the reservation. Valid values are
"YES" or "NO".
|
7 |
$gen_admin_email_address |
This setting allows you to specify the email address of the uGolfTM
administrator. This is the email address to which email notifications of
reservations (see preference question #5 above) are sent. Note: Be sure to use
single quotes (') around the email address that you specify here.
|
8 |
$gen_admin_email_subject |
This setting allows you to specify the subject that will appear on email notifications
that are sent to the uGolfTM administrator.
|
9 |
$gen_user_email_subject |
This setting allows you to specify the subject that will appear on the email receipts
that are sent to the user.
|
10 |
$gen_email_method |
This setting allows you to specify the email method that this uGolfTM
CGI Script will use to send email. If your server is a Unix server, then you should
set this setting to "SENDMAIL" - in order to use the Unix "sendmail" utility. If
your server is a Windows server, then you should set this setting to "SOCKETS" - in
order to connect to your mail server via "sockets". Note: Some people with Windows
server may not be able to use "SOCKETS". In that case, set this setting to "CUSTOM"
and then contact us with the name of the email utility that your Windows server
does support.
|
11 |
$gen_sendmail_path |
For Unix Servers Only - This setting allows you to specify the path to "sendmail"
on your server.
|
12 |
$gen_smtp_address |
For Windows Servers Only - This setting allows you to specify the IP address or the
Hostname of your mail server.
|
13 |
$page_background_image |
This setting allows you to specify a background image that will be displayed on
all schedule pages. This setting should be specified as the full URL of the
image that you want to use - otherwise, set this setting to "NONE" in order to
have no background image.
|
14 |
$page_background_color |
This setting allows you to specify the background color of the schedule pages.
|
15 |
$page_font_face |
This setting allows you to specify the font face used for the title area of the
schedule pages.
|
16 |
$page_font_size |
This setting allows you to specify the font size used for the title area of the
schedule pages.
|
17 |
$page_font_color |
This setting allows you to specify the font color used for the title area of the
schedule pages.
|
18 |
$page_link_color |
This setting allows you to specify the link color used on the
schedule pages.
|
19 |
$page_vlink_color |
This setting allows you to specify the vlink color used on the
schedule pages.
|
20 |
$page_alink_color |
This setting allows you to specify the alink color used on the
schedule pages.
|
21 |
$page_title |
This setting allows you to specify the title that will be displayed on all schedule pages.
|
23 |
$page_previous_button |
This setting allows you to specify the label that will be displayed on the
"Previous" button.
|
24 |
$page_next_button |
This setting allows you to specify the label that will be displayed on the "Next"
button.
|
25 |
$page_date_entry |
This setting allows you to specify the label that will be displayed next to the "Date"
entry area.
|
26 |
$page_last_updated |
This setting allows you to specify the "last updated" label.
|
27 |
$page_admin_label |
This setting allows you to specify the "administrator mode" label.
|
28 |
$page_print_label |
This setting allows you to specify the "print day" label.
|
29 |
$page_blackout_label |
This setting allows you to specify the "blackout day" label.
|
30 |
$page_clear_label |
This setting allows you to specify the "clear day" label.
|
31 |
$page_instructions |
This setting allows you to specify a set of instructions that will
appear on the schedule pages. Set to "NONE" if you don't want
any instructions displayed.
|
32 |
$tbl_title_color |
This setting allows you to specify the color of the title area of the daily schedule
tables.
|
33 |
$tbl_font_face |
This setting allows you to specify the font face used within the daily schedule tables.
|
34 |
$tbl_font_size |
This setting allows you to specify the font size used within the daily schedule tables.
|
35 |
$tbl_font_color |
This setting allows you to specify the font color used within the daily schedule tables.
|
36 |
$tbl_time_column_label |
This setting allows you to specify the label over the time column.
|
37 |
$tbl_time_column_width |
This setting allows you to specify the WIDTH of the time column.
|
38 |
$tbl_time_column_color |
This setting allows you to specify the color of the time column.
|
39 |
$tbl_time_column_font_face |
This setting allows you to specify the font of the time column.
|
40 |
$tbl_time_column_font_size |
This setting allows you to specify the font size of the time column.
|
41 |
$tbl_time_column_font_color |
This setting allows you to specify the font color of the time column. (Note that
since the times are often links, you may also want to adjust the "link", "alink",
and "vlink" colors that were described above.)
|
42 |
$tbl_primary_column_label |
This setting allows you to specify the label over the primary reservation column.
|
43 |
$tbl_primary_column_width |
This setting allows you to specify the WIDTH the primary reservation column.
|
44 |
$tbl_primary_column_open_color |
This setting allows you to specify the color the primary reservation column when
the time is still available.
|
45 |
$tbl_primary_column_reserved_color |
This setting allows you to specify the color the primary reservation column when
the time has been reserved.
|
46 |
$tbl_primary_column_font_face |
This setting allows you to specify the font of the primary reservation column.
|
47 |
$tbl_primary_column_font_size |
This setting allows you to specify the font size of the primary reservation column.
|
48 |
$tbl_primary_column_font_color |
This setting allows you to specify the font color of the primary reservation column.
|
49 |
$tbl_standby_column_label |
This setting allows you to specify the label over the standby reservation column.
|
50 |
$tbl_standby_column_width |
This setting allows you to specify the WIDTH the standby reservation column.
|
51 |
$tbl_standby_column_open_color |
This setting allows you to specify the color the standby reservation column when
the time is still available.
|
52 |
$tbl_standby_column_reserved_color |
This setting allows you to specify the color the standby reservation column when
the time has been reserved.
|
53 |
$tbl_standby_column_font_face |
This setting allows you to specify the font of the standby reservation column.
|
54 |
$tbl_standby_column_font_size |
This setting allows you to specify the font size of the standby reservation column.
|
55 |
$tbl_standby_column_font_color |
This setting allows you to specify the font color of the standby reservation column.
|
56 |
$tbl_default_width |
This setting allows you to specify the default width of the different sections
on the schedule pages (the button area, the title area, etc.).
|
57 |
$reserve_instructions |
Not Used. See $page_instructions instead.
|
58 |
$reserve_title |
This setting allows you to specify the title that will be displayed on the
tee time reservation form.
|
59 |
$reserve_time |
This setting allows you to specify the "time" label on the
tee time reservation form.
|
60 |
$reserve_date |
This setting allows you to specify the "date" label on the
tee time reservation form.
|
61 |
$reserve_prompt |
This setting allows you to specify the prompt/instructions on the
tee time reservation form.
|
62 |
$reserve_standby_note |
This setting allows you to specify the standby notice on the
tee time reservation form.
|
63 |
$reserve_alias_prompt |
This setting allows you to specify the prompt/instructions above field 1 (a.k.a. the
"alias" field) on the tee time reservation form.
|
64 |
$reserve_field1 |
This setting allows you to specify the label next to field 1 on the
tee time reservation form. Note that field 1 is the fields that will be
displayed on the tee time schedule.
|
65 |
$reserve_field2 |
This setting allows you to specify the label next to field 2 on the
tee time reservation form. Set to "NONE" if not used.
|
66 |
$reserve_field3 |
This setting allows you to specify the label next to field 3 on the
tee time reservation form. Set to "NONE" if not used.
|
67 |
$reserve_field4 |
This setting allows you to specify the label next to field 4 on the
tee time reservation form. Set to "NONE" if not used.
|
68 |
$reserve_field5 |
This setting allows you to specify the label next to field 5 on the
tee time reservation form. Note that field 5 is the field that must
correspond to the email address if using the email receipt option.
|
69 |
$reserve_field6 |
This setting allows you to specify the label next to field 6 on the
tee time reservation form. Set to "NONE" if not used.
|
70 |
$reserve_field7 |
This setting allows you to specify the label next to field 7 on the
tee time reservation form. Set to "NONE" if not used.
|
71 |
$reserve_field8 |
This setting allows you to specify the label next to field 8 on the
tee time reservation form. Set to "NONE" if not used.
|
72 |
$reserve_pw_prompt |
This setting allows you to specify the prompt that will be displayed
above field 9 on the tee time reservation form. Field 9 is the password
field.
|
73 |
$reserve_field9 |
This setting allows you to specify the label next to field 9 on the
tee time reservation form. Note that field 9 will be the password field.
|
74 |
$reserve_window_height1 |
This setting allows you to specify the height of the reservation popup window.
|
75 |
$reserve_window_width1 |
This setting allows you to specify the width of the reservation popup window.
|
76 |
$reserve_window_height2 |
This setting allows you to specify the height of the details popup window.
|
77 |
$reserve_window_width2 |
This setting allows you to specify the width of the details popup window.
|
78 |
$reserve_results |
This setting allows you to specify the title on the "reservation confirmed"
message window.
|
79 |
$reserve_results_standby |
This setting allows you to specify the title on the "standby reservation confirmed"
message window.
|
80 |
$reserve_message |
This setting allows you to specify the "thank you" message on the
"reservation confirmed" window.
|
81 |
$reserve_message_standby |
This setting allows you to specify the "thank you" message on the
"standby reservation confirmed" window.
|
82 |
$reserve_details |
This setting allows you to specify the title on the "reservation details"
window.
|
83 |
$reserve_details_prompt |
This setting allows you to specify the prompt/instructions that are
displayed on the "reservation details" window.
|
84 |
$reserve_password |
This setting allows you to specify the "password required" message on the
"reservation details" window.
|
85 |
$reserve_edit_button |
This setting allows you to specify the label on the "apply" button
when applying changes.
|
86 |
$reserve_delete_button |
This setting allows you to specify the label on the "delete" button.
|
87 |
$reserve_blackout |
This setting allows you to specify the label on the "blackout day" button.
|
88 |
$reserve_clear |
This setting allows you to specify the label on the "clear day" button.
|
89 |
$reserve_info |
This setting allows you to specify the title on the reservation information
window.
|
90 |
$reserve_modify |
This setting allows you to specify the title on the modify reservation information
window.
|
91 |
$modify_results |
This setting allows you to specify the title on the reservation modified
window.
|
92 |
$delete_title |
This setting allows you to specify the title on the delete confirmation
window.
|
93 |
$delete_prompt |
This setting allows you to specify the prompt on the delete confirmation
window.
|
94 |
$delete_results |
This setting allows you to specify the title on the reservation deleted
window.
|
95 |
$refresh_message |
This setting allows you to specify the refresh/reload message.
|