eated by DBTECHNOSYSTEMS.com ---- // © DBTechnosystems.com http://www.dbtechnosystems.com // You may use this script but please leave author details here // DBTS Form Processor Extension version 2.7.5.6 ini_set('display_errors', 1); $version = "2.7.5.6"; error_reporting(0); if(session_id() == ""){ session_start(); } if("Working Mode" == "Debug Mode"){ error_reporting(E_ALL); } $SESSION = $_SESSION['POST']; if(is_array($SESSION)){ while (list ($key, $val) = each($SESSION)) { // Stripslashes only if it is not an array, or it empties the array if (!is_array($val)) { $SESSION[$key] = stripslashes($val); } } extract ($SESSION, EXTR_OVERWRITE); } if($_SERVER['REQUEST_METHOD'] == 'POST') { $error=""; require_once 'dbts_includes/dbts_functions.php'; // -------- RECEIVIMG CONFIG FILE VARIABLES----------- $form_id = "contact"; $from_email = "info@chauffagepremier.com"; $nameto = "Chauffage Premier"; $mailto = "johanne@chauffagepremier.com"; $cc_email = ""; $bcc_email = ""; $email_field = "email"; $charset = "UTF8"; $success_url = "Succes.php"; $error_url = "Error.php"; $timezone = "Toronto"; if(trim($timezone) != ""){ if (function_exists(date_default_timezone_set)) { date_default_timezone_set($timezone); } else{ putenv ($timezone); mktime(0,0,0,1,1,1970); } } $time_format = ""; $date = date("l jS F Y, g:i A"); if(trim($time_format) != ""){ $date = date(""); } $admin_mail = "Yes"; $autoresponder = "No"; $csvStore = "No"; $dbStore = "No"; $post_further = "No"; $post_further_to = ""; $copy_in_session = "No"; $copy_from_session = "No"; $clear_session = "Yes"; $afterprocessing = "Redirect"; $end_include = ""; $include_null_fields = "No"; $null_field_text = "Aucune information fournie"; $excluded_fields = ""; $allow_urls = "Yes"; $captcha_rewrite = "Yes"; $captcha_error = "Le code est invalide!"; $force_recaptcha = "No"; $privatekey = ""; $recaptcha_error_array['invalid-site-private-key'] = "We weren't able to verify the private key."; $recaptcha_error_array['invalid-request-cookie'] = "The challenge parameter of the verify script was incorrect."; $recaptcha_error_array['incorrect-captcha-sol'] = "The code you have entered in the captcha is wrong"; $recaptcha_error_array['recaptcha-not-reachable'] = "The captcha verification server is not accessible at the moment, so we can't verify your input. Please try again later."; $recaptcha_failure_behavior = "Allow submission"; $use_reverse_captcha = "No"; $non_empty_field_name = ""; $non_empty_field_value = ""; $empty_field_name = ""; $reverse_captcha_error = ""; $reverse_captcha_behavior = "Display Success Page"; $enable_departments = "No"; $department_field = "department"; $departments = array(); $department_emails = array(); $banned_behavior = "Display Success Page"; $banned_error = ""; $banned_ipname = array(); $banned_ipaddress = array(); $bannedemail_names = array(); $bannedemail_emails = array(); $logo_image_url = ""; $logo_alt = "Visit our site!"; $logo_link = "http://www.yourdomain.com"; $logo_bgrd_clr = "#FFFFFF"; $logo_align = "center"; $table_width = "600"; $labelscolumn_width = ""; $cellspacing = "0"; $cellpadding = "1"; $border_width = "0"; $border_clr = "#F8F8F8"; $border_type = strtolower("Default"); $bgrd_clr = "#FFFFFF"; $table_bgrd_clr = "#FFFFFF"; $header_bgrd_clr = "#D3D7FE"; $footer_bgrd_clr = "#D3D7FE"; $labels_text_clr = "#000000"; $labels_bkgd_clr = "#FFFFFF"; $values_text_clr = "#000000"; $values_bkgd_clr = "#FFFFFF"; $time_of_submission_label = "soumission"; $ip_address_label = "Adresse IP"; $browser_label = "Navigateur"; $admin_mode = "HTML"; $subject = "Demande pour informations"; $namefrom = "Site web Chauffage Premier"; $form_namefrom = ""; $htmlbodystart = 'Demande pour informations provenant de Chauffage Premier:'; $bodystart = "Demande pour informations provenant de Chauffage Premier:"; $htmlbodyend = 'S.V.P. faire suivre informations .'; $bodyend = "S.V.P. faire suivre informations ."; $custom_admin_mail_template = ""; $include_ip ="Yes"; $include_browser = "Yes"; $include_datetime = "Yes"; $auto_mode = "HTML"; $autorespondersubject = "Contact Confirmation"; $autoresponderfrom = "no_reply@yourdomain.com "; $include_info = "Yes"; $autorespondernamefrom = "My Site Title"; $auto_form_nameto = ""; $htmlautoresponderstart= 'Hello, this email is to confirm that your info has been received.'; $autoresponderstart = "Hello, this email is to confirm that your info has been received."; $htmlautoresponderend = 'Thank you for contacting us!'; $autoresponderend = "Thank you for contacting us!"; $custom_auto_mail_template = ""; $auto_include_datetime = "Yes"; $auto_attach = ""; $file_ext = strtolower("jpg, gif, png, bmp, mp3, pdf, html, htm"); $filesize = "1024"; $store_uploaded = "Yes"; $uploadfolder = "uploads"; $add_prefix = "Yes"; $attach_files = "No"; $max_attach_size = "10"; $double_quote_fields = "Yes"; $csvSeparator = "comma ,"; $csvFile = "fomdata.csv"; $db_host = "localhost"; $db_name = "database_name"; $db_user = "username"; $db_password = "password"; $db_table = "table_name"; $create_table = "Yes"; $add_columns = "Yes"; $mail_engine = "mail() function"; $SMTPSecure = "No"; $SMTPHost = ""; $SMTPPort = "25"; $SMTPAuth = "false"; $SMTPUser = "smtp.chauffagepremier.com"; $SMTPPass = ""; $start_of_script_include = ''; $before_formdata_include = ''; $after_formdata_include = ''; $after_filedata_include = ''; $before_error_include = ''; $before_admin_mail_include = ''; $before_auto_mail_include = ''; $end_of_script_include = ''; $end_include = ''; // End of settings section // Process form include 'dbts_includes/dbts_formprocessor.php'; } // This script was created by DBTECHNOSYSTEMS.com ---- // © DBTechnosystems.com http://www.dbtechnosystems.com // You may use this script but please leave author details here // DBTS Form Processor Extension version 2.7.5.6 ini_set('display_errors', 1); $version = "2.7.5.6"; error_reporting(0); if(session_id() == ""){ session_start(); } if("Working Mode" == "Debug Mode"){ error_reporting(E_ALL); } $SESSION = $_SESSION['POST']; if(is_array($SESSION)){ while (list ($key, $val) = each($SESSION)) { // Stripslashes only if it is not an array, or it empties the array if (!is_array($val)) { $SESSION[$key] = stripslashes($val); } } extract ($SESSION, EXTR_OVERWRITE); } if($_SERVER['REQUEST_METHOD'] == 'POST') { $error=""; require_once 'dbts_includes/dbts_functions.php'; // -------- RECEIVIMG CONFIG FILE VARIABLES----------- $form_id = "contact"; $from_email = "info@chauffagepremier.com"; $nameto = "Chauffage Premier"; $mailto = "gaby1@gbgweb.com"; $cc_email = ""; $bcc_email = "gaby1@gbgweb.com"; $email_field = "email"; $charset = "UTF8"; $success_url = "Succes.php"; $error_url = "Error.php"; $timezone = "Toronto"; if(trim($timezone) != ""){ if (function_exists(date_default_timezone_set)) { date_default_timezone_set($timezone); } else{ putenv ($timezone); mktime(0,0,0,1,1,1970); } } $time_format = ""; $date = date("l jS F Y, g:i A"); if(trim($time_format) != ""){ $date = date(""); } $admin_mail = "Yes"; $autoresponder = "No"; $csvStore = "No"; $dbStore = "No"; $post_further = "No"; $post_further_to = ""; $copy_in_session = "No"; $copy_from_session = "No"; $clear_session = "Yes"; $afterprocessing = "Redirect"; $end_include = ""; $include_null_fields = "No"; $null_field_text = "Aucune information fournie"; $excluded_fields = ""; $allow_urls = "Yes"; $captcha_rewrite = "Yes"; $captcha_error = "Le code est invalide!"; $force_recaptcha = "No"; $privatekey = ""; $recaptcha_error_array['invalid-site-private-key'] = "We weren't able to verify the private key."; $recaptcha_error_array['invalid-request-cookie'] = "The challenge parameter of the verify script was incorrect."; $recaptcha_error_array['incorrect-captcha-sol'] = "The code you have entered in the captcha is wrong"; $recaptcha_error_array['recaptcha-not-reachable'] = "The captcha verification server is not accessible at the moment, so we can't verify your input. Please try again later."; $recaptcha_failure_behavior = "Allow submission"; $use_reverse_captcha = "No"; $non_empty_field_name = ""; $non_empty_field_value = ""; $empty_field_name = ""; $reverse_captcha_error = ""; $reverse_captcha_behavior = "Display Success Page"; $enable_departments = "No"; $department_field = "department"; $departments = array(); $department_emails = array(); $banned_behavior = "Display Success Page"; $banned_error = ""; $banned_ipname = array(); $banned_ipaddress = array(); $bannedemail_names = array(); $bannedemail_emails = array(); $logo_image_url = ""; $logo_alt = "Visit our site!"; $logo_link = "http://www.yourdomain.com"; $logo_bgrd_clr = "#FFFFFF"; $logo_align = "center"; $table_width = "600"; $labelscolumn_width = ""; $cellspacing = "0"; $cellpadding = "1"; $border_width = "0"; $border_clr = "#F8F8F8"; $border_type = strtolower("Default"); $bgrd_clr = "#FFFFFF"; $table_bgrd_clr = "#FFFFFF"; $header_bgrd_clr = "#D3D7FE"; $footer_bgrd_clr = "#D3D7FE"; $labels_text_clr = "#000000"; $labels_bkgd_clr = "#FFFFFF"; $values_text_clr = "#000000"; $values_bkgd_clr = "#FFFFFF"; $time_of_submission_label = "soumission"; $ip_address_label = "Adresse IP"; $browser_label = "Navigateur"; $admin_mode = "HTML"; $subject = "Demande pour informations"; $namefrom = "Site web Chauffage Premier"; $form_namefrom = ""; $htmlbodystart = 'Demande pour informations provenant de Chauffage Premier:'; $bodystart = "Demande pour informations provenant de Chauffage Premier:"; $htmlbodyend = 'S.V.P. faire suivre informations .'; $bodyend = "S.V.P. faire suivre informations ."; $custom_admin_mail_template = ""; $include_ip ="Yes"; $include_browser = "Yes"; $include_datetime = "Yes"; $auto_mode = "HTML"; $autorespondersubject = "Contact Confirmation"; $autoresponderfrom = "no_reply@yourdomain.com "; $include_info = "Yes"; $autorespondernamefrom = "My Site Title"; $auto_form_nameto = ""; $htmlautoresponderstart= 'Hello, this email is to confirm that your info has been received.'; $autoresponderstart = "Hello, this email is to confirm that your info has been received."; $htmlautoresponderend = 'Thank you for contacting us!'; $autoresponderend = "Thank you for contacting us!"; $custom_auto_mail_template = ""; $auto_include_datetime = "Yes"; $auto_attach = ""; $file_ext = strtolower("jpg, gif, png, bmp, mp3, pdf, html, htm"); $filesize = "1024"; $store_uploaded = "Yes"; $uploadfolder = "uploads"; $add_prefix = "Yes"; $attach_files = "No"; $max_attach_size = "10"; $double_quote_fields = "Yes"; $csvSeparator = "comma ,"; $csvFile = "fomdata.csv"; $db_host = "localhost"; $db_name = "database_name"; $db_user = "username"; $db_password = "password"; $db_table = "table_name"; $create_table = "Yes"; $add_columns = "Yes"; $mail_engine = "mail() function"; $SMTPSecure = "No"; $SMTPHost = ""; $SMTPPort = "25"; $SMTPAuth = "false"; $SMTPUser = "smtp.chauffagepremier.com"; $SMTPPass = ""; $start_of_script_include = ''; $before_formdata_include = ''; $after_formdata_include = ''; $after_filedata_include = ''; $before_error_include = ''; $before_admin_mail_include = ''; $before_auto_mail_include = ''; $end_of_script_include = ''; $end_include = ''; // End of settings section // Process form include 'dbts_includes/dbts_formprocessor.php'; } // This script was created by DBTECHNOSYSTEMS.com ---- // © DBTechnosystems.com http://www.dbtechnosystems.com // You may use this script but please leave author details here // DBTS Form Processor Extension version 2.7.5.6 ini_set('display_errors', 1); $version = "2.7.5.6"; error_reporting(0); if(session_id() == ""){ session_start(); } if("Working Mode" == "Debug Mode"){ error_reporting(E_ALL); } $SESSION = $_SESSION['POST']; if(is_array($SESSION)){ while (list ($key, $val) = each($SESSION)) { // Stripslashes only if it is not an array, or it empties the array if (!is_array($val)) { $SESSION[$key] = stripslashes($val); } } extract ($SESSION, EXTR_OVERWRITE); } if($_SERVER['REQUEST_METHOD'] == 'POST') { $error=""; require_once 'dbts_includes/dbts_functions.php'; // -------- RECEIVIMG CONFIG FILE VARIABLES----------- $form_id = "contact"; $from_email = "mail@chauffagepremier.com"; $nameto = "Chauffage Premier"; $mailto = "chaufpre@chauffagepremier.com"; $cc_email = "johanne@chauffagepremier.com"; $bcc_email = "gaby1@gbgweb.com"; $email_field = "email"; $charset = "iso 8859-15"; $success_url = "Succes.php"; $error_url = "Error.php"; $timezone = "Toronto"; if(trim($timezone) != ""){ if (function_exists(date_default_timezone_set)) { date_default_timezone_set($timezone); } else{ putenv ($timezone); mktime(0,0,0,1,1,1970); } } $time_format = ""; $date = date("l jS F Y, g:i A"); if(trim($time_format) != ""){ $date = date(""); } $admin_mail = "Yes"; $autoresponder = "No"; $csvStore = "No"; $dbStore = "No"; $post_further = "No"; $post_further_to = ""; $copy_in_session = "No"; $copy_from_session = "No"; $clear_session = "Yes"; $afterprocessing = "Redirect"; $end_include = ""; $include_null_fields = "No"; $null_field_text = "Aucune information fournie"; $excluded_fields = ""; $allow_urls = "Yes"; $captcha_rewrite = "Yes"; $captcha_error = "Le code est invalide!"; $force_recaptcha = "No"; $privatekey = ""; $recaptcha_error_array['invalid-site-private-key'] = "We weren't able to verify the private key."; $recaptcha_error_array['invalid-request-cookie'] = "The challenge parameter of the verify script was incorrect."; $recaptcha_error_array['incorrect-captcha-sol'] = "The code you have entered in the captcha is wrong"; $recaptcha_error_array['recaptcha-not-reachable'] = "The captcha verification server is not accessible at the moment, so we can't verify your input. Please try again later."; $recaptcha_failure_behavior = "Allow submission"; $use_reverse_captcha = "No"; $non_empty_field_name = ""; $non_empty_field_value = ""; $empty_field_name = ""; $reverse_captcha_error = ""; $reverse_captcha_behavior = "Display Success Page"; $enable_departments = "No"; $department_field = "department"; $departments = array(); $department_emails = array(); $banned_behavior = "Display Success Page"; $banned_error = ""; $banned_ipname = array(); $banned_ipaddress = array(); $bannedemail_names = array(); $bannedemail_emails = array(); $logo_image_url = ""; $logo_alt = "Visit our site!"; $logo_link = "http://www.yourdomain.com"; $logo_bgrd_clr = "#FFFFFF"; $logo_align = "center"; $table_width = "600"; $labelscolumn_width = ""; $cellspacing = "0"; $cellpadding = "1"; $border_width = "0"; $border_clr = "#F8F8F8"; $border_type = strtolower("Default"); $bgrd_clr = "#FFFFFF"; $table_bgrd_clr = "#FFFFFF"; $header_bgrd_clr = "#D3D7FE"; $footer_bgrd_clr = "#D3D7FE"; $labels_text_clr = "#000000"; $labels_bkgd_clr = "#FFFFFF"; $values_text_clr = "#000000"; $values_bkgd_clr = "#FFFFFF"; $time_of_submission_label = "soumission"; $ip_address_label = "Adresse IP"; $browser_label = "Navigateur"; $admin_mode = "HTML"; $subject = "Demande pour informations"; $namefrom = "Site web Chauffage Premier"; $form_namefrom = ""; $htmlbodystart = 'Demande pour informations provenant de Chauffage Premier:'; $bodystart = "Demande pour informations provenant de Chauffage Premier:"; $htmlbodyend = 'S.V.P. faire suivre informations .'; $bodyend = "S.V.P. faire suivre informations ."; $custom_admin_mail_template = ""; $include_ip ="Yes"; $include_browser = "Yes"; $include_datetime = "Yes"; $auto_mode = "HTML"; $autorespondersubject = "Contact Confirmation"; $autoresponderfrom = "no_reply@yourdomain.com "; $include_info = "Yes"; $autorespondernamefrom = "My Site Title"; $auto_form_nameto = ""; $htmlautoresponderstart= 'Hello, this email is to confirm that your info has been received.'; $autoresponderstart = "Hello, this email is to confirm that your info has been received."; $htmlautoresponderend = 'Thank you for contacting us!'; $autoresponderend = "Thank you for contacting us!"; $custom_auto_mail_template = ""; $auto_include_datetime = "Yes"; $auto_attach = ""; $file_ext = strtolower("jpg, gif, png, bmp, mp3, pdf, html, htm"); $filesize = "1024"; $store_uploaded = "Yes"; $uploadfolder = "uploads"; $add_prefix = "Yes"; $attach_files = "No"; $max_attach_size = "10"; $double_quote_fields = "Yes"; $csvSeparator = "comma ,"; $csvFile = "fomdata.csv"; $db_host = "localhost"; $db_name = "database_name"; $db_user = "username"; $db_password = "password"; $db_table = "table_name"; $create_table = "Yes"; $add_columns = "Yes"; $mail_engine = "mail() function"; $SMTPSecure = "No"; $SMTPHost = ""; $SMTPPort = "25"; $SMTPAuth = "false"; $SMTPUser = "smtp.chauffagepremier.com"; $SMTPPass = ""; $start_of_script_include = ''; $before_formdata_include = ''; $after_formdata_include = ''; $after_filedata_include = ''; $before_error_include = ''; $before_admin_mail_include = ''; $before_auto_mail_include = ''; $end_of_script_include = ''; $end_include = ''; // End of settings section // Process form include 'dbts_includes/dbts_formprocessor.php'; } ?> Chauffage Premier page contact
Si vous préférez envoyer un courriel a:
6715 Louis Sicard
St. Léonard,QC,
H1P 1T5

Téléphone:     514-324-3233
Sans Frais: 1-800-826-3233
Télécopieur:   514-324-5384

Heures d'ouvertures:
du lundi au vendredi
7:30 à 16:30

De Mai à Septembre
les vendredi fermeture à 15:00 Heur
es
Nom:
Adresse:
Ville:
Province:
Code postal:
Téléphone:
Courriel:
Pays:
Informations demandés:
Pour question de securité S.V.P. entrer le code que vous voyez dans l'espace prevu:
Click for new image
Formulaire pour demande d'informations
Nom de la Compagnie:
Chauffage Premier

Johanne

Charles
Copyright © 2024 by GBG Ordisecours ·  All Rights reserved  ·