Start of GET_VALUES hb_sess_ids - Where:sess_id|number|=|741505751 RETURN:sess_siteid|sess_userid|sess_useraccesslevel|sess_superuser|sess_userfname|sess_userlname|sess_useremail|sess_siteadminid|sess_siteadminemail|sess_siteadminfname|sess_siteadminlname|sess_tempval|sess_logintype
Get Values Query: SELECT * FROM hb_sess_ids WHERE sess_id=741505751 order by sess_siteid
Get Values : sess_siteid|sess_userid|sess_useraccesslevel|sess_superuser|sess_userfname|sess_userlname|sess_useremail|sess_siteadminid|sess_siteadminemail|sess_siteadminfname|sess_siteadminlname|sess_tempval|sess_logintype
Conn str : Driver={SQL Server};Server=199.103.61.50\SQLEXPRESS,1433;Database=infinite_db;Uid=yourviews;Pwd=zxrt8D#IzgSd5n0j;

Returned Values:Empty

End sub get_sess_values: siteid

Start Sub get_page_info:
Passed :

Start Sub check_for_page_layout:
Passed :
Passed : /prop/prop_request.asp

Start of GET_VALUES HB_pageLayouts - Where:pagename|string|=|/prop/prop_request.asp RETURN:pg_left_col_width|pg_left_col_bgcolor|pg_ctr_col_width|pg_ctr_col_bgcolor|pg_right_col_width|pg_right_col_bgcolor|pg_form_defaults|pg_parameters
Get Values Query: SELECT * FROM HB_pageLayouts WHERE pagename='/prop/prop_request.asp' order by pg_left_col_width
Get Values : pg_left_col_width|pg_left_col_bgcolor|pg_ctr_col_width|pg_ctr_col_bgcolor|pg_right_col_width|pg_right_col_bgcolor|pg_form_defaults|pg_parameters
Conn str : Driver={SQL Server};Server=199.103.61.50\SQLEXPRESS,1433;Database=infinite_db;Uid=yourviews;Pwd=zxrt8D#IzgSd5n0j;

Returned Values:Empty
From DB - pg_left_col_width : /
pg_ctr_col_width : /
pg_right_col_width : /
form_defaults :
parameters:

End Sub check_for_page_layout
Final numbers - pg_left_col_width : 10/
pg_ctr_col_width : 600/
pg_right_col_width : 10/
form_defaults :
parameters:

End Sub check_for_page_layout

End sub get_page_info:
PROGRAM ENTRY
httpcookie:
REALcookie:
Siteid:1
superuser: mgmt:
logintype:
user fname: lname:
accesslevel:
site_css_url:
Siteid:1 Master siteid: session.sessionid:741505751 sess_id:741505751
CONNECTIONS EXIT

Start of GET_VALUES hbq_prop_details - Where:propertyid|number|=|45 RETURN:propertyname|longdescription|turnoverday|maxpeople|smoking|allowpets|propertyid|sid|pid|propertyid
Get Values Query: SELECT * FROM hbq_prop_details WHERE propertyid=45 order by propertyname
Get Values : propertyname|longdescription|turnoverday|maxpeople|smoking|allowpets|propertyid|sid|pid|propertyid
Conn str : Driver={SQL Server};Server=199.103.61.50\SQLEXPRESS,1433;Database=infinite_db;Uid=yourviews;Pwd=zxrt8D#IzgSd5n0j;

Returned Values:Eagle Bay Lakeside Cottage|This small but cute 2 bedroom cottage looks right out at the lake and shares 900 ft of lakefront with a 3 bdrm house. A few steps will take you down to your beach and dock where you can sit and relax. It will sleep 5 in two bedrooms and the living space provides kitchen, TV with satellite. Slide included with the property.|7|5|False|True|45|5|408|45|

End sub get_property_info: sid:5 pid:408

Start Sub get_st_price:
Passed :

Start of GET_VALUES hb_prop_prices - Where:propertyid|number|=|45|datepricefrom|date|<=|6/27/2023|datepriceto|date|>=|6/27/2023 RETURN:priceid|propertyid|datepricefrom|datepriceto|weeklyprice|mondayprice|tuesdayprice|wednesdayprice|thursdayprice|fridayprice|saturdayprice|sundayprice|weeklyallowed|dailyallowed|threedayallowed|fourdayallowed|weeklyDDamt|dailyDDamt|weeklymgmtpercent|weeklymgmtamount|dailymgmtpercent|dailymgmtamount|othercharges|otherchargesdesc
Get Values Query: SELECT * FROM hb_prop_prices WHERE propertyid=45 AND datepricefrom<='6/27/2023' AND datepriceto>='6/27/2023' order by priceid
Get Values : priceid|propertyid|datepricefrom|datepriceto|weeklyprice|mondayprice|tuesdayprice|wednesdayprice|thursdayprice|fridayprice|saturdayprice|sundayprice|weeklyallowed|dailyallowed|threedayallowed|fourdayallowed|weeklyDDamt|dailyDDamt|weeklymgmtpercent|weeklymgmtamount|dailymgmtpercent|dailymgmtamount|othercharges|otherchargesdesc
Conn str : Driver={SQL Server};Server=199.103.61.50\SQLEXPRESS,1433;Database=infinite_db;Uid=yourviews;Pwd=zxrt8D#IzgSd5n0j;

Returned Values:8960|45|4/30/2023|7/1/2023|1395|225|225|225|225|225|225|225|True|False|False|True|500|100|30|300|30|100|0||
Weekly allowed:True daily: 3: 4:True
First night:3 Tuesday

Start Sub build_prop_specials:
Passed propid: 45 mon: yr valid_st_date: flags:st_date=6/27/2023

Start of GET_COUNT Function
Table:hb_prop_specials
where_str: special_propertyid = 45 and special_active =1 and special_startdate <='6/27/2023' and special_enddate >='6/27/2023'
Getcount.Source: SELECT COUNT(*) as rsCount FROM hb_prop_specials Where special_propertyid = 45 and special_active =1 and special_startdate <='6/27/2023' and special_enddate >='6/27/2023'
END Get_count:0 -

End sub build_prop_specials: this_date_special_amt:0 this_date_special_percent:0

End Sub get_st_price1395 1st night:225 valid_prices:True

Start Sub pic_array_build:
Passed :
where: propertyid = 45 AND display = 1 ORDER BY displayorder ASC

Start of rs1 open Function

rs1.Source: SELECT * FROM hb_prop_pics WHERE propertyid = 45 AND display = 1 ORDER BY displayorder ASC
rsOpen Query: SELECT * FROM hb_prop_pics WHERE propertyid = 45 AND display = 1 ORDER BY displayorder ASC

End of rs1open Function :valid_records=True
pic str:45_0.jpg||
pic str:45_0.jpg||45_3.jpg||
pic str:45_0.jpg||45_3.jpg||45_4.jpg||
pic str:45_0.jpg||45_3.jpg||45_4.jpg||45_5.jpg||
pic str:45_0.jpg||45_3.jpg||45_4.jpg||45_5.jpg||45_6.jpg||
pic str:45_0.jpg||45_3.jpg||45_4.jpg||45_5.jpg||45_6.jpg||45_7.jpg||
pic str:45_0.jpg||45_3.jpg||45_4.jpg||45_5.jpg||45_6.jpg||45_7.jpg||45_8.jpg||
pic str:45_0.jpg||45_3.jpg||45_4.jpg||45_5.jpg||45_6.jpg||45_7.jpg||45_8.jpg||45_9.jpg||
pic str:45_0.jpg||45_3.jpg||45_4.jpg||45_5.jpg||45_6.jpg||45_7.jpg||45_8.jpg||45_9.jpg||45_10.jpg||

End sub pic_array_build: 17

Start Sub display_beginner_faq:
Passed :

Start of GET_COUNT Function
Table:hb_faq
where_str: sectionname = '/prop/prop_request.asp' AND faqtype = 'beginner'
Getcount.Source: SELECT COUNT(*) as rsCount FROM hb_faq Where sectionname = '/prop/prop_request.asp' AND faqtype = 'beginner'
END Get_count:0 -

End sub display_beginner_faq:

REQUEST A BOOKING for Eagle Bay Lakeside Cottage

Start Sub html_format_text:
Passed :

End sub html_format_text: This small but cute 2 bedroom cottage looks right out at the lake and shares 900 ft of lakefront with a 3 bdrm house. A few steps will take you down to your beach and dock where you can sit and relax. It will sleep 5 in two bedrooms and the living space provides kitchen, TV with satellite. Slide included with the property.


disp photos:True

Start Sub pic_display:
Passed start_pic: 0 pics_to_display:7 total_to_show:

Start of rs2 open Function

rs2.Source: SELECT * FROM hb_prop_pics WHERE propertyid = 45 AND display = 1 ORDER by displayorder
rsOpen Query: SELECT * FROM hb_prop_pics WHERE propertyid = 45 AND display = 1 ORDER by displayorder

End of rs2open Function :valid_records=True
done:1 #pics:7
Piclocation:45_0.jpg
site_piclocation:
pic_url:45_0.jpg
pic_path:C:\Inetpub\vhosts\holidaybookings.net\httpdocs\holidaybookings.net\prop\45_0.jpg
pic_path:C:\Inetpub\vhosts\holidaybookings.net\httpdocs\holidaybookings.netC:\Inetpub\vhosts\holidaybookings.net\httpdocs\holidaybookings.net\prop\45_0.jpg


done:2 #pics:7
Piclocation:45_3.jpg
site_piclocation:
pic_url:45_3.jpg
pic_path:C:\Inetpub\vhosts\holidaybookings.net\httpdocs\holidaybookings.net\prop\45_3.jpg
pic_path:C:\Inetpub\vhosts\holidaybookings.net\httpdocs\holidaybookings.netC:\Inetpub\vhosts\holidaybookings.net\httpdocs\holidaybookings.net\prop\45_3.jpg


done:3 #pics:7
Piclocation:45_4.jpg
site_piclocation:
pic_url:45_4.jpg
pic_path:C:\Inetpub\vhosts\holidaybookings.net\httpdocs\holidaybookings.net\prop\45_4.jpg
pic_path:C:\Inetpub\vhosts\holidaybookings.net\httpdocs\holidaybookings.netC:\Inetpub\vhosts\holidaybookings.net\httpdocs\holidaybookings.net\prop\45_4.jpg


done:4 #pics:7
Piclocation:45_5.jpg
site_piclocation:
pic_url:45_5.jpg
pic_path:C:\Inetpub\vhosts\holidaybookings.net\httpdocs\holidaybookings.net\prop\45_5.jpg
pic_path:C:\Inetpub\vhosts\holidaybookings.net\httpdocs\holidaybookings.netC:\Inetpub\vhosts\holidaybookings.net\httpdocs\holidaybookings.net\prop\45_5.jpg


done:5 #pics:7
Piclocation:45_6.jpg
site_piclocation:
pic_url:45_6.jpg
pic_path:C:\Inetpub\vhosts\holidaybookings.net\httpdocs\holidaybookings.net\prop\45_6.jpg
pic_path:C:\Inetpub\vhosts\holidaybookings.net\httpdocs\holidaybookings.netC:\Inetpub\vhosts\holidaybookings.net\httpdocs\holidaybookings.net\prop\45_6.jpg


done:6 #pics:7
Piclocation:45_7.jpg
site_piclocation:
pic_url:45_7.jpg
pic_path:C:\Inetpub\vhosts\holidaybookings.net\httpdocs\holidaybookings.net\prop\45_7.jpg
pic_path:C:\Inetpub\vhosts\holidaybookings.net\httpdocs\holidaybookings.netC:\Inetpub\vhosts\holidaybookings.net\httpdocs\holidaybookings.net\prop\45_7.jpg


done:7 #pics:7
Piclocation:45_8.jpg
site_piclocation:
pic_url:45_8.jpg
pic_path:C:\Inetpub\vhosts\holidaybookings.net\httpdocs\holidaybookings.net\prop\45_8.jpg
pic_path:C:\Inetpub\vhosts\holidaybookings.net\httpdocs\holidaybookings.netC:\Inetpub\vhosts\holidaybookings.net\httpdocs\holidaybookings.net\prop\45_8.jpg

End sub pic_display: pics_to_display: 7

Note: You are making a request only, not a reservation. There are times when we receive multiple requests for the same property and dates within a few hours and there may be some dates shown as available, that have actually been booked or higher in the request queue. We track when your request is submitted and all requests are processed in the order received. We will respond to all requests, emails or phone call within 1 business day if at all possible.
   
You've requested dates starting: Tue Jun 27, 2023
On this date the weekly rate is:$1,395.00
Your initial deposit will be: $0.00
Note: Rates do not include taxes and for subsequent days or weeks may be different due to holiday, weekend or seasonal changes. We will confirm your rate with your booking confirmation.
   
Your length of stay:
Other length:nights
If you are requesting several properties or weeks...
Is this request your:
1st   2nd or    alternate choice
Any questions
or comments:
   
This property holds a
maximum of 5 people

The maximum number of people means the total number of people on the property at any one time. It is set by the owner and will not be exceeded. It is a combined total of adults and children.

By providing us with the ages of your group we can advise you on the suitability of your requested property. For instance, a property with numerous stairs to/from the beach may not be suitable for a group with people over 80.

You are bringing:

Adults aged to
Children aged to

Pets #
You require:

Boat facilities (buoy/dock)
Parking for vehicles AND trailers

   
How did you find us:

Please tell us which search engine, newspaper or friend
helped you find us. Thanks.
   
By providing your full contact information you will be put on our mailing list for future notices and brochures.
Enter your email address:
Your name - First:
  Last:
Address:
City: Prov/State:
Postal/Zip code:
Country:

Start Sub display_dropdown:
Passed Query_str: SELECT country FROM hb_countries order by country
Multiple: false numrows:1

Start of rsCustom open Function
Needs query_str:SELECT country FROM hb_countries order by country
rsCustom.Source: SELECT country FROM hb_countries order by country
connection: Driver={SQL Server};Server=199.103.61.50\SQLEXPRESS,1433;Database=infinite_db;Uid=yourviews;Pwd=zxrt8D#IzgSd5n0j;
before rsCustom open:
rsCustomOpen Query : SELECT country FROM hb_countries order by country

End of rsCustom open Function :valid_records=True

End sub display_dropdown:

Home phone:
(include area code)
Work:
 
Cancellations: If you cancel your booking before the final payment is due (60 days prior to arrival), the deposit will be refunded, less a $200.00 booking fee. If your booking is cancelled after final payment, the rent including taxes is non-refundable unless the property is re-rented, at which time a full refund is given less a $200 booking fee.
Privacy Policy: Our privacy policy basically states that we will not sell or othewise misuse your personal information other than to provide you with information regarding future property availability or other affiliated services.
May we contact you for this purpose: Yes   No
 

Login Menu is next - sess_userid:0
After Login Menu
Booking Engine Copyright © 1995-2023 InfiNet Strategies Inc. sp408