$sql = "SELECT * FROM paginas WHERE id='".$_GET['id'] ."'";
$rs = mysql_query($sql, $conn) or die(mysql_error());
if (mysql_num_rows($rs) ==1 ) {
$row=mysql_fetch_array($rs);
}?>
if (!isset($_POST['email'])) {?>
if ($lang=='es') {?>
}else{
//AKISMET DATOS
include($_SERVER["DOCUMENT_ROOT"]."/lib/akismet/Akismet.class.php");
$WordPressAPIKey = '271a508e2306';
//$MyBlogURL = 'http://www.joyeriaetnica.com/';
$MyBlogURL = 'https://'.$_SERVER['HTTP_HOST'];
/*
$akismet = new Akismet($MyBlogURL ,$WordPressAPIKey);
$akismet->setCommentAuthor($nombre);
$akismet->setCommentAuthorEmail($email);
$akismet->setCommentAuthorURL('');
$akismet->setCommentContent($coment);
$akismet->setPermalink($_SERVER['HTTP_REFERER']);
*/
$akismet = new Akismet($MyBlogURL ,$WordPressAPIKey);
$akismet->setCommentAuthor($_POST['nombre']);
$akismet->setCommentAuthorEmail($_POST['email']);
$akismet->setCommentAuthorURL('');
$akismet->setCommentContent($_POST['consul']);
$akismet->setPermalink($_SERVER['HTTP_REFERER']);
//AKISMET PROCESO
if($akismet->isCommentSpam())
$spam=true;
else
$spam=false;
if($spam==false){
$msg= "";
$msg= "Mensaje del formulario de contacto de ".$_SERVER['HTTP_HOST'];
$msg.= "\nNombre: ". strip_tags($_POST['nombre']);
$msg.= "\nEmail: ".strip_tags($_POST['email']);
$msg.= "\nTelefono: ".strip_tags($_POST['telefono']);
$msg.= "\nConsulta: \n".strip_tags($_POST['comentario']);
//$msg.= "\r\nwww.dominio.com";//firma
$subject='';
if ($spam==true) $subject.= "[[[SPAM]]] - " ;
$subject.= "Consulta enviada desde joyeriaetnica.com por: ".$_POST['nombre'];
mail('info@joyeriaetnica.com', $subject, $msg, "FROM:". strip_tags($_POST['nombre'])."<".strip_tags($_POST['email']).">\n");
?>
}//fin if($spam==false){
}?>
Utilice el formulario que aparece a continuación para plantearnos cualquier pregunta sobre nuestros productos. También puede escribirnos directamente al correo electrónico o contactar a través de los teléfonos y/o dirección indicados al final de la página.
}else{?>You can send a message to us directly to or using the form bellow.
}?>- Hanna y Pere Ribera
-
C/. Mirador del Mulhacen, 4
18182 El Fargue
Granada - Spain
: (+34) 629 478 185.