[:fr]
[insert_php]
//var_dump($_POST);
$nom = $_POST[‘nom’];
$prenom = $_POST[‘prenom’];
$societe = $_POST[‘societe’];
$tel = $_POST[‘tel’];
$dest = $_POST[‘mail’];
for ($i=0; $i<=9 ; $i++) { $id = "cat_".$i; if ($i ==0 && isset($_POST['cat_0'])) { $file_document[$id] = "catalogue_tactile.pdf"; $cat_image[$id] = "catalogue_general.jpg"; } if ($i ==1 && isset($_POST['cat_1'])) { $file_document[$id] = "catalogue_haute.pdf"; $cat_image[$id] = "catalogue_tables_hautes.jpg"; } if ($i ==2 && isset($_POST['cat_2'])) { $file_document[$id] = "catalogue_basse.pdf"; $cat_image[$id] = "catalogue_tables_basses.jpg"; } if ($i ==3 && isset($_POST['cat_3'])) { $file_document[$id] = "catalogue_enfants.pdf"; $cat_image[$id] = "catalogue_tables_enfants.jpg"; } if ($i ==4 && isset($_POST['cat_4'])) { $file_document[$id] = "catalogue_Resto.pdf"; $cat_image[$id] = "catalogue_tables_resto.jpg"; } if ($i ==5 && isset($_POST['cat_5'])) { $file_document[$id] = "catalogue_Pupitres.pdf"; $cat_image[$id] = "catalogue_pupitres_tactiles.jpg"; } if ($i ==6 && isset($_POST['cat_6'])) { $file_document[$id] = "catalogue-Inclinable.pdf"; $cat_image[$id] = "catalogue_inclinables.jpg"; } if ($i ==7 && isset($_POST['cat_7'])) { $file_document[$id] = "catalogue-Location.pdf"; $cat_image[$id] = "catalogue_location.jpg"; } if ($i ==8 && isset($_POST['cat_8'])) { $file_document[$id] = "catalogue-Bornes.pdf"; $cat_image[$id] = "catalogue_bornes.jpg"; } if ($i ==9 && isset($_POST['cat_9'])) { $file_document[$id] = "catalogue-Bornes-commande.pdf"; $cat_image[$id] = "catalogue_bornes_commande.jpg"; } // $file_document_full = "https://www.dymension.fr/wp-content/uploads/".$file_document; // chemin de téléchargement $file_document_full[$id] = "/home/www/6824841d4a971301e97c64b63f03e678/web/wp-content/uploads/catalogues/".$file_document[$id]; $nom_cat[$id] = $_POST[$id]; if (isset($nom_cat[$id])) $cat_liste .= "
« ;
}
if (!$nom or !$dest or !$file_document) die(« Vous n’avez pas rempli correctement le formulaire,
Merci de retourner en arrière et de recommencer »); // l’opérateur || ne fonctionne pas dans le plugin insert_php
echo «
Bonjour $prenom $nom,
vous avez demandé les catalogues suivants :
- $cat_liste
« ;
foreach ($cat_image AS $id => $img) {
echo ‘‘;
}
echo «
Vous les recevrez dans un instant sur votre email : $dest
Vous pouvez également cliquer sur les visuels ci-dessus pour accéder aux catalogues demandés (et les enregistrer sur votre disque dur)
« ;
echo «
N’oubliez pas de découvrir également les applications tactiles disponibles sur ces supports
TÉLÉCHARGER NOS APPLICATIONS
Vous pouvez télécharger nos applications en démonstration ci-dessous
$message_html = ‘
Catalogue DYMENSION
Bonjour ‘.$prenom.’ ‘.$nom.’
Vous avez demandé à consulter les catalogues de nos produits tactiles.
Catalogues demandés | ‘.$cat_liste.’ |
---|
Vos catalogues sont en pièce jointe de ce mail.
Attention : du fait des fluctuation entre les devises étrangères, et de l\’évolution permanente des produits proposés, les prix affichés ne sont qu\’indicatifs et ne peuvent être garantis que par un devis à demander à notre service commercial.
Veuillez noter également que d\’autres produits sont disponibles à l\’achat sur demande spécifique.
Installez une borne de satisfaction
Téléchargez gratuitement l\’application mobile Expressyon pour mettre en place vos sondages et enquêtes de satisfaction sur des tablettes ou des bornes tactiles.
‘;
$message_html= utf8_decode($message_html);
/********* GENERATION DU MAIL D’ENVOI**************/
/****************** Création du mail *************/
//=====Création de la boundary.
$boundary = « —–= ».md5(rand());
$boundary_alt = « —–= ».md5(rand());
$sujet = « Catalogue DYMENSION »;
//=====Création du header de l’e-mail.
$header = ‘From: « DYMENSION »
$header.= ‘Reply-to: « Commercial »
$header.= « MIME-Version: 1.0\r\n »;
$header.= « Content-Type: multipart/mixed;\r\n boundary=\ »$boundary\ »r\n »;
//=====Création du message.
$message = « \r\n–« .$boundary. »\r\n »;
$message.= « Content-Type: multipart/alternative;\r\n ». » boundary=\ »$boundary_alt\ »\r\n »;
$message.= « \r\n–« .$boundary_alt. »\r\n »;
//=====Ajout du message au format HTML.
$message.= « Content-Type: text/html; charset=\ »ISO-8859-1\ »\r\n »;
$message.= « Content-Transfer-Encoding: 8bit\r\n »;
$message.= « \r\n »;
$message.= $message_html;
$message.= « \r\n »;
//=====On ferme la boundary alternative.
$message.= « \r\n–$boundary_alt–\r\n »;
//=====Ajout de la pièce jointe.
foreach ($file_document AS $idk => $file) {
//=====On ferme la boundary .
$message.= « \r\n–$boundary\r\n »;
$file_URL = $file_document_full[$idk];
$fichiertmp = fopen($file_URL, « r »);
$attachement = fread($fichiertmp, filesize($file_URL));
$attachement = chunk_split(base64_encode($attachement));
fclose($fichiertmp);
//$message.= ‘Content-Type: application/octet-stream; name= »‘.$file.' »‘. »\r\n »;
$message.= ‘Content-Type: file; name= »‘.$file.' »‘. »\r\n »;
$message.= « Content-Transfer-Encoding: base64\r\n »;
$message .= ‘Content-Disposition: inline; filename= »‘.$file.' »‘. »\r\n »;
$message.= « \r\n ».$attachement. »\r\n ». »\r\n »;
}
// attention, la frontière finale et elle seulement doit avoir — en fin
$message.= « \r\n–« .$boundary. »–\r\n »;
//=====Envoi de l’e-mail.
mail($dest,$sujet,$message,$header);
//***************************************************************
// ALERTE à DYMENSION
$header2 = ‘From: « DYMENSION »
$header2 .= « Reply-to: $dest ». »\r\n »;
$header2 .= ‘MIME-Version: 1.0’ . « \r\n »;
$header2 .= ‘Content-type: text/html; charset=iso-8859-1’ . « \r\n »;
$contact = « $prenom $nom »;
$ip_visitor = $_SERVER[« REMOTE_ADDR »];
$societe2 = str_replace(‘\\’, », $societe);
$societe_url = htmlentities(utf8_decode($societe), ENT_QUOTES);
$contact_url = htmlentities(utf8_decode($contact), ENT_QUOTES);
$message_dym = utf8_decode(« $contact
de la societe $societe2 a téléchargé nos catalogues.
tel : $tel
mail : $dest
« );
$message_dym .= utf8_decode(« IP : $ip_visitor Tracker
Catalogues demandés : $cat_liste.
Chercher de l’information sur $societe2
« );
$sujet = utf8_decode(« Un visiteur a téléchargé nos catalogues ($societe2) »);
mail(« commercial@dymension.fr », $sujet, $message_dym, $header2);
[/insert_php]
[:en]
[insert_php]
//var_dump($_POST);
$nom = $_POST[‘nom’];
$prenom = $_POST[‘prenom’];
$societe = $_POST[‘societe’];
$tel = $_POST[‘tel’];
$dest = $_POST[‘mail’];
for ($i=0; $i<=9 ; $i++) { $id = "cat_".$i; if ($i ==0 && isset($_POST['cat_0'])) { $file_document[$id] = "catalogue_tactile.pdf"; $cat_image[$id] = "catalogue_general.jpg"; } if ($i ==1 && isset($_POST['cat_1'])) { $file_document[$id] = "catalogue_haute.pdf"; $cat_image[$id] = "catalogue_tables_hautes.jpg"; } if ($i ==2 && isset($_POST['cat_2'])) { $file_document[$id] = "catalogue_basse.pdf"; $cat_image[$id] = "catalogue_tables_basses.jpg"; } if ($i ==3 && isset($_POST['cat_3'])) { $file_document[$id] = "catalogue_enfants.pdf"; $cat_image[$id] = "catalogue_tables_enfants.jpg"; } if ($i ==4 && isset($_POST['cat_4'])) { $file_document[$id] = "catalogue_Resto.pdf"; $cat_image[$id] = "catalogue_tables_resto.jpg"; } if ($i ==5 && isset($_POST['cat_5'])) { $file_document[$id] = "catalogue_Pupitres.pdf"; $cat_image[$id] = "catalogue_pupitres_tactiles.jpg"; } if ($i ==6 && isset($_POST['cat_6'])) { $file_document[$id] = "catalogue-Inclinable.pdf"; $cat_image[$id] = "catalogue_inclinables.jpg"; } if ($i ==7 && isset($_POST['cat_7'])) { $file_document[$id] = "catalogue-Location.pdf"; $cat_image[$id] = "catalogue_location.jpg"; } if ($i ==8 && isset($_POST['cat_8'])) { $file_document[$id] = "catalogue-Bornes.pdf"; $cat_image[$id] = "catalogue_bornes.jpg"; } if ($i ==9 && isset($_POST['cat_9'])) { $file_document[$id] = "catalogue-Bornes-commande.pdf"; $cat_image[$id] = "catalogue_bornes_commande.jpg"; } // $file_document_full = "https://www.dymension.fr/wp-content/uploads/".$file_document; // chemin de téléchargement $file_document_full[$id] = "/home/www/6824841d4a971301e97c64b63f03e678/web/wp-content/uploads/catalogues/".$file_document[$id]; $nom_cat[$id] = $_POST[$id]; if (isset($nom_cat[$id])) $cat_liste .= "
« ;
}
if (!$nom or !$dest or !$file_document) die(« You did not fulfill the form correctly,
please go back and start again »); // l’opérateur || ne fonctionne pas dans le plugin insert_php
echo «
Hello $prenom $nom,
you requested the following catalogues :
- $cat_liste
« ;
foreach ($cat_image AS $id => $img) {
echo ‘‘;
}
echo «
You will receive them on your email adress : $dest
you can also click on the pictures right over to get the requested catalogues (and save them on your hard disk)
« ;
echo «
Don’t forget to check also the touch apps available on these tables
DOWNLOAAD OUR APPS
You can download our demo apps below :
$message_html = ‘
Catalogue DYMENSION
Hello ‘.$prenom.’ ‘.$nom.’
You requestes our touch product catalogue.
Requestes Catalogues | ‘.$cat_liste.’ |
---|
Your brochure are enclosed in this mail.
Beware : due to the impact of foreign exchange, and permanent evolution of the proposed products, the displayed prices are only informative and can be granted only through a proforma to request to our commercial service.
Please note that other products are available on demand.
Feedback kiosk
Download free mobile app Expressyon to set up your surveys towards customers.
‘;
$message_html= utf8_decode($message_html);
/********* GENERATION DU MAIL D’ENVOI**************/
/****************** Création du mail *************/
//=====Création de la boundary.
$boundary = « —–= ».md5(rand());
$boundary_alt = « —–= ».md5(rand());
$sujet = « Catalogue DYMENSION »;
//=====Création du header de l’e-mail.
$header = ‘From: « DYMENSION »
$header.= ‘Reply-to: « Commercial »
$header.= « MIME-Version: 1.0\r\n »;
$header.= « Content-Type: multipart/mixed;\r\n boundary=\ »$boundary\ »r\n »;
//=====Création du message.
$message = « \r\n–« .$boundary. »\r\n »;
$message.= « Content-Type: multipart/alternative;\r\n ». » boundary=\ »$boundary_alt\ »\r\n »;
$message.= « \r\n–« .$boundary_alt. »\r\n »;
//=====Ajout du message au format HTML.
$message.= « Content-Type: text/html; charset=\ »ISO-8859-1\ »\r\n »;
$message.= « Content-Transfer-Encoding: 8bit\r\n »;
$message.= « \r\n »;
$message.= $message_html;
$message.= « \r\n »;
//=====On ferme la boundary alternative.
$message.= « \r\n–$boundary_alt–\r\n »;
//=====Ajout de la pièce jointe.
foreach ($file_document AS $idk => $file) {
//=====On ferme la boundary .
$message.= « \r\n–$boundary\r\n »;
$file_URL = $file_document_full[$idk];
$fichiertmp = fopen($file_URL, « r »);
$attachement = fread($fichiertmp, filesize($file_URL));
$attachement = chunk_split(base64_encode($attachement));
fclose($fichiertmp);
//$message.= ‘Content-Type: application/octet-stream; name= »‘.$file.' »‘. »\r\n »;
$message.= ‘Content-Type: file; name= »‘.$file.' »‘. »\r\n »;
$message.= « Content-Transfer-Encoding: base64\r\n »;
$message .= ‘Content-Disposition: inline; filename= »‘.$file.' »‘. »\r\n »;
$message.= « \r\n ».$attachement. »\r\n ». »\r\n »;
}
// attention, la frontière finale et elle seulement doit avoir — en fin
$message.= « \r\n–« .$boundary. »–\r\n »;
//=====Envoi de l’e-mail.
mail($dest,$sujet,$message,$header);
//***************************************************************
// ALERTE à DYMENSION
$header2 = ‘From: « DYMENSION »
$header2 .= « Reply-to: $dest ». »\r\n »;
$header2 .= ‘MIME-Version: 1.0’ . « \r\n »;
$header2 .= ‘Content-type: text/html; charset=iso-8859-1’ . « \r\n »;
$contact = « $prenom $nom »;
$ip_visitor = $_SERVER[« REMOTE_ADDR »];
$societe2 = str_replace(‘\\’, », $societe);
$societe_url = htmlentities(utf8_decode($societe), ENT_QUOTES);
$contact_url = htmlentities(utf8_decode($contact), ENT_QUOTES);
$message_dym = utf8_decode(« $contact
de la societe $societe2 a téléchargé nos catalogues.
tel : $tel
mail : $dest
« );
$message_dym .= utf8_decode(« IP : $ip_visitor Tracker
Catalogues demandés : $cat_liste.
Chercher de l’information sur $societe2
« );
$sujet = utf8_decode(« Un visiteur a téléchargé nos catalogues ($societe2) »);
mail(« commercial@dymension.fr », $sujet, $message_dym, $header2);
[/insert_php]
[:]