Warning : Undefined array key "test_code" in /home/winds-up/domains/preprod.winds-up.com/public_html/actions.php on line 4
Warning : Undefined array key "code_tel" in /home/winds-up/domains/preprod.winds-up.com/public_html/actions.php on line 4
Warning : Undefined array key "action" in /home/winds-up/domains/preprod.winds-up.com/public_html/actions.php on line 11
Warning : Undefined array key "action" in /home/winds-up/domains/preprod.winds-up.com/public_html/actions.php on line 81
Warning : Undefined array key "set_lng" in /home/winds-up/domains/preprod.winds-up.com/public_html/actions.php on line 92
Warning : Undefined array key "action" in /home/winds-up/domains/preprod.winds-up.com/public_html/actions.php on line 105
Warning : Undefined array key "action" in /home/winds-up/domains/preprod.winds-up.com/public_html/actions.php on line 105
Warning : Undefined array key "action" in /home/winds-up/domains/preprod.winds-up.com/public_html/actions.php on line 148
Warning : Undefined array key "action" in /home/winds-up/domains/preprod.winds-up.com/public_html/actions.php on line 148
Warning : Undefined array key "action" in /home/winds-up/domains/preprod.winds-up.com/public_html/actions.php on line 162
Warning : Undefined array key "action" in /home/winds-up/domains/preprod.winds-up.com/public_html/actions.php on line 242
Warning : Undefined array key "action" in /home/winds-up/domains/preprod.winds-up.com/public_html/actions.php on line 287
Warning : Undefined array key "action" in /home/winds-up/domains/preprod.winds-up.com/public_html/actions.php on line 340
Warning : Undefined array key "action" in /home/winds-up/domains/preprod.winds-up.com/public_html/actions.php on line 354
Warning : Undefined array key "action" in /home/winds-up/domains/preprod.winds-up.com/public_html/actions.php on line 369
Warning : Undefined array key "action" in /home/winds-up/domains/preprod.winds-up.com/public_html/actions.php on line 377
Warning : Undefined array key "action" in /home/winds-up/domains/preprod.winds-up.com/public_html/actions.php on line 392
Warning : Undefined array key "action" in /home/winds-up/domains/preprod.winds-up.com/public_html/actions.php on line 513
Warning : Undefined array key "action" in /home/winds-up/domains/preprod.winds-up.com/public_html/actions.php on line 627
Warning : Undefined array key "action" in /home/winds-up/domains/preprod.winds-up.com/public_html/actions.php on line 668
Warning : Undefined array key "action" in /home/winds-up/domains/preprod.winds-up.com/public_html/actions.php on line 816
Warning : Undefined array key "test_autolog" in /home/winds-up/domains/preprod.winds-up.com/public_html/admin/fonctions.php on line 260
Warning : Undefined array key "sess_id_client" in /home/winds-up/domains/preprod.winds-up.com/public_html/admin/fonctions.php on line 173
Warning : Undefined array key "autolog" in /home/winds-up/domains/preprod.winds-up.com/public_html/admin/fonctions.php on line 264
$metaTitle = 'Webcams sur les spots de Windsurf / Kitesurf sur Winds-up';
$metaDesc = 'Retrouvez sur Winds-Up des webcam en direct sur meilleurs spots de kitesurf et windsurf en France et l\'info vent en temps réel';
if (!$flagAction) {
$flagAction = TRUE;
return true;
}
$webcamList = [];
$date_limite_cam = date("Y-m-d H:i", time()-3600);
if (!isAbo()){
$date_limite_cam = date("Y-m-d H:i", time()-7200);
$result = @mysql_query("SELECT Spots_Webcam.*, Spots.Titre FROM Spots_Webcam LEFT JOIN Spots ON Spots.Id_Spot = Spots_Webcam.Id_Spot WHERE Spots_Webcam.Date_Creation < '$date_limite_cam' GROUP BY Spots_Webcam.Id_Spot ORDER BY Spots_Webcam.Date_Creation DESC");
}
else{
$result = @mysql_query("SELECT Spots_Webcam.*, Spots.Titre FROM Spots_Webcam LEFT JOIN Spots ON Spots.Id_Spot = Spots_Webcam.Id_Spot WHERE Spots_Webcam.Date_Creation > '$date_limite_cam' GROUP BY Spots_Webcam.Id_Spot ORDER BY Spots_Webcam.Date_Creation DESC");
}
//echo "SELECT Spots_Webcam.*, Spots.Titre FROM Spots_Webcam LEFT JOIN Spots ON Spots.Id_Spot = Spots_Webcam.Id_Spot WHERE Spots_Webcam.Date_Creation < '$date_limite_cam' ORDER BY Spots_Webcam.Date_Creation DESC Limit 1";
$i = 0;
while($requete2=@mysql_fetch_assoc($result)){
if (!file_exists('img/webcam/'.$requete2["Id_Webcam"].'.jpg')) continue;
$webcamList[] = array(
"img" => '/img/webcam/'.$requete2["Id_Webcam"].'.jpg',
"id" => $requete2["Id_Spot"],
"name" => $requete2["Titre"],
);
}
//var_dump($webcamList);
?>
Toutes les webcams Winds-up
include $fileRep."/part/fav.php"; ?>
Warning : Undefined array key "url_retour" in /home/winds-up/domains/preprod.winds-up.com/public_html/fichiers/header_v2.php on line 3
Warning : Undefined variable $metaTitle in /home/winds-up/domains/preprod.winds-up.com/public_html/fichiers/header_v2.php on line 14
if($config["js"]["map"]): ?>
endif; ?>
if($config["js"]["graph"]): ?>
endif; ?>