\nContent-Type: text/html; charset=\"windows-1252\""; session_start (); if (strip_tags($_GET['a']) == 'captcha_image') { $im = @imagecreate (80, 20) or die ("Cannot initialize new GD image stream!"); $bg = imagecolorallocate ($im, 232, 238, 247); $char = $_SESSION['captcha_code']; //ñîçäà¸ì øóì íà ôîíå for ($i=0; $i<=128; $i++) { $color = imagecolorallocate ($im, rand(0,255), rand(0,255), rand(0,255)); //çàäà¸ì öâåò imagesetpixel($im, rand(2,80), rand(2,20), $color); //ðèñóåì ïèêñåëü } //âûâîäèì ñèìâîëû êîäà for ($i = 0; $i < strlen($char); $i++) { $color = imagecolorallocate ($im, rand(0,255), rand(0,128), rand(0,255)); //çàäà¸ì öâåò $x = 5 + $i * 20; $y = rand(1, 6); imagechar ($im, 5, $x, $y, $char[$i], $color); } /*/óïðîù¸ííûé âàðèàíò $color = imagecolorallocate($img, 0, 0, 0); imagestring($im, 3, 5, 3, $char, $color);*/ //àíòèêåøèðîâàíèå header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); header("Cache-Control: no-store, no-cache, must-revalidate"); header("Cache-Control: post-check=0, pre-check=0", false); header("Pragma: no-cache"); //ñîçäàíèå ðèñóíêà â çàâèñèìîñòè îò äîñòóïíîãî ôîðìàòà if (function_exists("imagepng")) { header("Content-type: image/png"); imagepng($im); } elseif (function_exists("imagegif")) { header("Content-type: image/gif"); imagegif($im); } elseif (function_exists("imagejpeg")) { header("Content-type: image/jpeg"); imagejpeg($im); } else { die("No image support in this PHP server!"); } imagedestroy ($im); } else { if ($_POST['Submit'] == "Soumettre") { $tf1 = strip_tags($_POST['tf1']); $tf2 = strip_tags($_POST['tf2']); $tf3 = strip_tags($_POST['tf3']); $tf4 = strip_tags($_POST['tf4']); $tf5 = strip_tags($_POST['tf5']); $tf6 = strip_tags($_POST['tf6']); $tf7 = strip_tags($_POST['tf7']); $tf8 = strip_tags($_POST['tf8']); $tf9 = strip_tags($_POST['tf9']); $tf10= strip_tags($_POST['tf10']); $tf11= strip_tags($_POST['tf11']); $tf12= strip_tags($_POST['tf12']); $tf13= strip_tags($_POST['tf13']); $tf14= strip_tags($_POST['tf14']); $tf15= strip_tags($_POST['tf15']); $tf16= strip_tags($_POST['tf16']); $tf17= strip_tags($_POST['tf17']); $tf18= strip_tags($_POST['tf18']); $tf19= strip_tags($_POST['tf19']); $tf20= strip_tags($_POST['tf20']); //for ($i=0; $i"; $er1[1]="";} if ($tf2=="" or $tf2==" ") {$error.="\n
LAST NAME"; $er2[0]=""; $er2[1]="";} if ($tf3=="" or $tf3==" ") {$error.="\n
ADDRESS 1"; $er3[0]=""; $er3[1]="";} // if ($tf4=="" or $tf4==" ") {$error.="\n
ADDRESS 2"; $er4[0]=""; $er4[1]="";} if ($tf5=="" or $tf5==" ") {$error.="\n
POSTAL CODE"; $er5[0]=""; $er5[1]="";} if ($tf6=="" or $tf6==" ") {$error.="\n
CITY"; $er6[0]=""; $er6[1]="";} if ($tf7=="" or $tf7==" ") {$error.="\n
NATIONALITY"; $er7[0]=""; $er7[1]="";} if ($tf8=="" or $tf8==" ") {$error.="\n
PHONE"; $er8[0]=""; $er8[1]="";} // if ($tf9=="" or $tf9==" ") {$error.="\n
MOBILE"; $er9[0]=""; $er9[1]="";} // if ($tf10=="" or $tf10==" ") {$error.="\n
FAX"; $er10[0]=""; $er10[1]="";} if ($tf11=="" or $tf11==" ") {$error.="\n
E-MAIL"; $er11[0]=""; $er11[1]="";} if ($tf12=="" or $tf12==" ") {$error.="\n
Date of birth"; $er12[0]=""; $er12[1]="";} if ($tf13=="" or $tf13==" ") {$error.="\n
Place of birth"; $er13[0]=""; $er13[1]="";} if ($tf14=="" or $tf14==" ") {$error.="\n
Passport N°"; $er14[0]=""; $er14[1]="";} if ($tf15=="" or $tf15==" ") {$error.="\n
Place of issue: "; $er15[0]=""; $er15[1]="";} if ($tf16=="" or $tf16==" ") {$error.="\n
Issued by"; $er16[0]=""; $er16[1]="";} if ($tf17=="" or $tf17==" ") {$error.="\n
Date of issue"; $er17[0]=""; $er17[1]="";} if ($tf18=="" or $tf18==" ") {$error.="\n
Expiry date"; $er18[0]=""; $er18[1]="";} if ($tf19=="" or $tf19==" " or $tf20=="" or $tf20==" ") {$error.="\n
Accommodation dates"; $er19[0]=""; $er19[1]="";} $ok=FALSE; for ($i=0; $i"; $er21[1]="";} if ($tf22=="" or $tf22==" ") {$error.="\n
Firearms make"; $er22[0]=""; $er22[1]="";} if ($tf23=="" or $tf23==" ") {$error.="\n
Firearms type"; $er23[0]=""; $er23[1]="";} if ($tf24=="" or $tf24==" ") {$error.="\n
Calibre"; $er24[0]=""; $er24[1]="";} if ($tf25=="" or $tf25==" ") {$error.="\n
Firearms serial number"; $er25[0]=""; $er25[1]="";} //Ïðîâåðêà ïðàâèëüíîñòè ââåäåíèÿ CAPTCHA êîäà if (empty($captcha) or empty($_SESSION['captcha_code'])) { $error.="\n
Code d'image"; $ercaptcha[0]=""; $ercaptcha[1]=""; } elseif ($captcha != $_SESSION['captcha_code']) { $error.="\n
Code faux d'image"; $ercaptcha[0]=""; $ercaptcha[1]=""; } if(!$error) { $body ="\n"; $body.="\n"; $body.="\n"; $body.="\n"; $body.="\n"; $body.="
\n"; $body.="\n"; $body.="\n"; $body.="\n"; $body.="
\n"; $body.="\n"; $body.="\n"; $body.="\n"; $body.="\n"; $body.="\n"; $body.="\n"; $body.="\n"; $body.="\n"; $body.=""; $body.="\n"; $body.="\n"; $body.="\n"; $body.="\n"; $body.="\n"; $body.="\n"; $body.="\n"; $body.="\n"; $body.="\n"; $body.="\n"; $body.="\n"; $body.="\n"; for ($i=0; $i$", "", $type_of_hunting)); $body.="\n"; $body.="\n"; $body.="\n"; $body.="\n"; $body.="\n"; $body.="
FORMULAIRE DE RESERVATION
Formulaire a remplir sans aucunes erreurs
en lettres majuscules
NOM :$tf2
PRENOM :$tf1
ADRESSE 1:$tf3
ADRESSE 2:$tf4
CODE POSTAL :$tf5
VILLE :$tf6
NATIONALITE :$tf7
TEL :$tf8
TEL MOBILE :$tf9
FAX :$tf10
E-MAIL :$tf11
Date de Naissance :$tf12
Lieu de Naissance :$tf13
Passeport N° :$tf14
Délivré à :$tf15
Par :$tf16
Date de délivrance du passeport :$tf17
Date d’expiration du passeport :$tf18
Dates du séjour souhaité : Du $tf19
\n Au $tf20
Type de chasse sauhaité :$type_of_hunting
Marque de l’arme de chasse :$tf22
Type de l’arme de chasse :$tf23
Calibre :$tf24
Numero de serie de l’arme :$tf25
\n"; $body.="
\n"; $body.="
\n"; $body.="\n"; $body.=""; if (mail($notify_email,$subject,$body,$from)) $success=1; } } $_SESSION['captcha_code'] = substr(md5(uniqid("")),0,4); ?> Rancho Hunting
 
 Editorial
 Nos 2 territoires
 Animaux chassés
 Services proposés
 Climat
 Formalités
 Réservation
 Demande d'information
 
Photo Galerie
   
 Langue:
 

Runcho Hunting


Please, fill the fields marked red:
 
\n"; ?>
FORMULAIRE DE RESERVATION
Formulaire a sans aucunes erreurs
en lettres majuscules
NOM:  size="22">
PRENOM:  size="22">
ADRESSE 1:  size="30">
ADRESSE 2:  size="30">
CODE POSTAL:  size="15">
VILLE:  size="22">
NATIONALITE:  size="22">
TEL:  size="15">
TEL MOBILE:  size="15">
FAX:  size="15">
E-MAIL:  size="22">
Date de Naissance:  size="15">
Lieu de Naissance:  size="22">
Passeport N° (avec 2 lettres ua milleu):  size="22">
Délivré à:  size="22">
Par:  size="22">
Date de délivrance du passeport: 

size="15">
Date d'expiration du passeport:  size="15">
Dates du séjour souhaitées: Du  size="6">  Au  size="6">
Type de chasse souhaité: 
Marque de l'arme de chasse:  size="30">
Type de l'arme de chasse:  size="30">
Calibre:  size="22">
Numéro de série de l'arme:  size="30">
Code d'image CAPTCHA
 


Nous vous remercions de réservation. Nous répondrons à votre demande dans les 48 heures maximum.

 

 

 

 

 

 

Editorial | Nos 2 territoires | Animaux chassés | Climat | Services proposés | Formalités
Réservation | Demande d'information | Photo Galerie