| Server IP : 213.186.33.4 / Your IP : 216.73.216.59 Web Server : Apache System : Linux webm006.cluster103.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : awebpaca ( 35430) PHP Version : 8.5.0 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/awebpaca/orves/scripts/ |
Upload File : |
<?php
/*
If you see this text in your browser, PHP is not configured correctly on this hosting provider.
Contact your hosting provider regarding PHP configuration for your site.
PHP file generated by Adobe Muse CC 2018.1.0.386
*/
require_once('form_process.php');
$form = array(
'subject' => 'Envoi de Domaine d\'Orvès',
'heading' => 'Envoi du nouveau formulaire',
'success_redirect' => '',
'resources' => array(
'checkbox_checked' => 'Coché',
'checkbox_unchecked' => 'Non coché',
'submitted_from' => 'Formulaire envoyé depuis le site web :%s',
'submitted_by' => 'Adresse IP du visiteur :%s',
'too_many_submissions' => 'Trop d\'envois effectués récemment à partir de cette adresse IP',
'failed_to_send_email' => 'Echec de l\'envoi du courrier électronique',
'invalid_reCAPTCHA_private_key' => 'Clé privée reCAPTCHA non valide',
'invalid_reCAPTCHA2_private_key' => 'Clé privée reCAPTCHA 2.0 non valide.',
'invalid_reCAPTCHA2_server_response' => 'Réponse du serveur à l\'outil reCAPTCHA 2.0 non valide.',
'invalid_field_type' => 'Type de champ inconnu « %s »',
'invalid_form_config' => 'Le champ « %s » a une configuration non valide.',
'unknown_method' => 'Méthode de requête inconnue du serveur'
),
'email' => array(
'from' => 'fdarlington.deval@gmail.com',
'to' => 'fdarlington.deval@gmail.com,darlington.kenneth@orange.fr,lesamisdorves@gmail.com,olly.d@free.fr'
),
'recaptcha2' => array(
'private_key' => '6LdU-QUTAAAAAPqJl6M_5-cPaD3id8Wm4AwwwFuy'
),
'fields' => array(
'custom_U764' => array(
'order' => 1,
'type' => 'string',
'label' => 'Nom',
'required' => true,
'errors' => array(
'required' => 'Le champ « Nom » est obligatoire.'
)
),
'Email' => array(
'order' => 2,
'type' => 'email',
'label' => 'Email',
'required' => true,
'errors' => array(
'required' => 'Le champ « Email » est obligatoire.',
'format' => 'Le champ « Email » contient une adresse électronique non valide.'
)
),
'custom_U755' => array(
'order' => 4,
'type' => 'string',
'label' => 'Message',
'required' => false,
'errors' => array(
)
),
'custom_U760' => array(
'order' => 3,
'type' => 'string',
'label' => 'Téléphone',
'required' => true,
'errors' => array(
'required' => 'Le champ « Téléphone » est obligatoire.'
)
),
'g-recaptcha-response' => array(
'order' => 5,
'type' => 'recaptcha2',
'label' => 'Vérification de l\'image',
'required' => true,
'errors' => array(
'required' => 'Le champ « Vérification de l\'image » est obligatoire.',
'format' => 'Valeur reCAPTCHA 2.0 incorrecte.'
)
)
)
);
process_form($form);
?>