Mister Spy Say ="Hello Kids ... :D"
___ ____ _ _____
| \/ (_) | | / ___|
| . . |_ ___| |_ ___ _ __ \ `--. _ __ _ _
| |\/| | / __| __/ _ \ '__| `--. \ '_ \| | | |
| | | | \__ \ || __/ | /\__/ / |_) | |_| |
\_| |_/_|___/\__\___|_| \____/| .__/ \__, |
| | __/ |
|_| |___/
Bot Mister Spy V3
Mister Spy
Mister Spy
<?php
require_once("../funcs_email.php");
require_once("../config.php");
require_once("library/class.cursosecretario.php");
require_once("library/class.cursosecretarios.php");
$Apellido = mysql_real_escape_string($_POST['apellido']);
$Nombre = mysql_real_escape_string($_POST['nombre']);
if ($_POST['radio'] == '0')
{
$Categoria = 'Socio';
$NumeroSocio = mysql_real_escape_string($_POST['institucion2']);
$ImporteAPagar = 300;
}
elseif ($_POST['radio'] == '1')
{
$Categoria = 'Hijo o Nieto de Socio';
$NumeroSocio = mysql_real_escape_string($_POST['institucion3']);
$ImporteAPagar = 350;
}
else
{
$Categoria = 'No Socio';
$ImporteAPagar = 500;
}
$ImporteAPagar = 0;
$Fecha = date('Y-m-d');
$DNI = mysql_real_escape_string($_POST['dni']);
$FechaNacimiento = ParseDate($_POST['nac']);
$Email = mysql_real_escape_string($_POST['mail']);
$Telefono = mysql_real_escape_string($_POST['tel']);
$Domicilio = mysql_real_escape_string($_POST['domicilio']);
$Pais = mysql_real_escape_string($_POST['pais']);
$Profesion = mysql_real_escape_string($_POST['profesion']);
$Cargo = mysql_real_escape_string($_POST['cargo']);
$Institucion = mysql_real_escape_string($_POST['institucion']);
$Ciudad = mysql_real_escape_string($_POST['ciudad']);
$RazonSocial = mysql_real_escape_string($_POST['rs']);
$CUIT = mysql_real_escape_string($_POST['cuit']);
$DireccionComercial = mysql_real_escape_string($_POST['dc']);
$Submitted = isset($_POST['Submitted']);
$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= "jorlandi@caballoscriollos.com";
$asunto= "[ASOCIACION CRIADORES DE CABALLOS CRIOLLOS :: CURSO SECRETARIOS]";
$mensaje .= "<span class='style1'> <span class='style3'> FORMULARIO DE CURSO SECRETARIOS: </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_secretarios_gracias.php");
?>
Mr. DellatioNx196 GaLers xh3LL Backd00r 1.0, Coded By Mr. DellatioNx196 - Bogor BlackHat