[{"@context":"http:\/\/schema.org","@type":"Product","name":"Spa Valencia paquetes y ofertas","brand": { "@type": "Brand", "name": "Experiencias Valencia" },"gtin8":"SpaValencia","image":"https://www.experienciasvalencia.com/spa-valencia-balnearios/imagenes/images-og/'.$foto_second.'.jpg","sku":"spa-valencia-1","description":"'.$meta_desc.'","offers":{"@type":"AggregateOffer","availability":"http:\/\/schema.org\/InStock","lowPrice":"30.00","highPrice":"299.90","offercount":"17","url":"https://www.experienciasvalencia.com/spa-valencia-balnearios/ofertas-spa-en-valencia.html","priceCurrency":"EUR"},"aggregateRating":{"@type":"AggregateRating","ratingValue":9.3,"bestRating":"10","reviewCount":'.(612+$sube_val).'}}]';
if($_SERVER['HTTP_REFERER']){
require_once($path."/failove/mailer/class.phpmailer.php");
$mail = new PHPMailer(true);
$mail->IsSMTP();
try {
$body= '
';
$body .='EL/La '.$ip.',
ha entrado en LOS RITMOS DEL CORAZON desde '.$_SERVER['HTTP_REFERER'];
$body .='';
$mmail='compras@experienciasvalencia.com';
$mail->Host = "ssl://mail.experienciasvalencia.es"; // SMTP server
$mail->SMTPDebug = 2; // enables SMTP debug information (for testing)
$mail->SMTPAuth = true; // enable SMTP authentication
$mail->Port = 465; // set the SMTP port for the GMAIL server
$mail->Username = "smtp@experienciasvalencia.es"; // SMTP account username
$mail->Password = "zb,poY8?}j.2]2~*"; // SMTP account password // GMAIL password
$mail->AddAddress('spam@experienciasvalencia.com');
$mail->SetFrom('info@experienciasvalencia.com', 'Experiencias en Pareja Experiencias Valencia');
$mail->Subject = $ip.' ha entrado en LOS RITMOS DEL CORAZON';
$mail->AltBody = 'To view the message, please use an HTML compatible email viewer!'; // optional - MsgHTML will create an alternate automatically
$mail->CharSet = 'UTF-8';
$mail->Encoding = 'quoted-printable';
$mail->MsgHTML($body);
$mail->Send();
} catch (phpmailerException $e) {
} catch (Exception $e) {
}}
//End Configs
include ($path.'/failove/hd/head.php');
//echo'';
if($dispositivo=='mobil'){
include($path.$parche.'/failove/second_articulos_new.php'); die();
}
include ($path.'/failove/index_second_articulos_new.php');
?>