DELETE FROM KEYWORDS WHERE ID_DOMAINE=12191048DoneDoneDone
URL:panocam.skiline.cc
Content-Length: 0
Location: https://panocam.skiline.cc/
Location => https://panocam.skiline.cc/
Status => 301
(vide) Tentative en https
<!DOCTYPE html>
<html dir="ltr" lang="en">
<head>
<meta charset="utf-8">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=0, minimal-ui, viewport-fit=cover" />
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=0, minimal-ui"/> -->
<title>Webcam Zillertal Arena - Rosenalm - PANOMAX 360°</title>
<link rel="icon" type="image/x-icon" href="https://static.panomax.com/img/panomax/fav.ico" />
<link rel="icon" type="image/png" href="https://static.panomax.com/img/panomax/favicon.png" />
<meta property="og:image" content="https://panodata.panomax.com/cams/168/preview_og.jpg?x=1730319629" />
<meta name="keywords" content="Zillertal Arena, Zell, Zillertal, Tirol, Österreich, Live Cam, Web Cam, Skigebiet," />
<meta name="description" content="Live picture of Zillertal Arena - Rosenalm - Panomax - 360° high resolution interactive panorama web cam" />
<link rel="apple-touch-icon" href="https://client-static.panomax.com/img/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="76x76" href="https://client-static.panomax.com/img/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="120x120" href="https://client-static.panomax.com/img/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="152x152" href="https://client-static.panomax.com/img/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="https://client-static.panomax.com/img/apple-touch-icon-180x180.png">
<link href="https://client-static.panomax.com/themes/default/fonts.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="https://client-static.panomax.com/themes/default/theme.css?t=1727809633" type="text/css" />
<!-- Device detection -->
<script src="https://client-static.panomax.com/js/mobile-detect.min.js?t=1730319629"></script>
<script>
var md = new MobileDetect(window.navigator.userAgent);
/**
* Inserts a node directly after a node.
*
* @param {Node} newNode
* @param {Node} referenceNode
*/
function insertAfter(newNode, referenceNode) {
referenceNode.parentNode.insertBefore(newNode, referenceNode.nextSibling);
}
</script>
<script>
//get query string
var queryString = location.href.split('?');
queryString = (queryString < 2) ? null : queryString[1];
// remove trailing hashtag
if (queryString != undefined) {
queryString = queryString.replace(new RegExp("#$"), "");
}
// parse query string
var queryParts = {};
try {
queryParts = queryString.split("&");
var result = {};
for (var i = 0; i < queryParts.length; i++) {
try {
var part = queryParts[i].split("=");
result[part[0]] = decodeURIComponent(part[1]);
} catch (err) {}
}
queryParts = result;
} catch (err) {
queryParts = {};
}
// frontend parameters from query
feparams = {
query: queryString
};
if (queryParts.t != undefined) {
try {
feparams.initime = queryParts.t.split(/[\s+_]/g);
feparams.initime = feparams.initime[0] + " " + feparams.initime[1].replace(/-/g, ":");
} catch (error) {
feparams.initime = "1970-01-01 00:00:00";
}
}
//for compare pano feature
if (queryParts.tsl != undefined) {
try {
feparams.initimeL = queryParts.tsl.split(/[\s+_]/g);
feparams.initimeL = feparams.initimeL[0] + " " + feparams.initimeL[1].replace(/-/g, ":");
} catch (error) {
feparams.initimeL = "1970-01-01 00:00:00";
}
}
if (queryParts.tsr != undefined) {
try {
feparams.initimeR= queryParts.tsr.split(/[\s+_]/g);
feparams.initimeR = feparams.initimeR[0] + " " + feparams.initimeR[1].replace(/-/g, ":");
} catch (error) {
feparams.initimeR = "1970-01-01 00:00:00";
}
}
var checVal = /^\d+$/;
//
if (queryParts.r != undefined && checVal.test(queryParts.r))
feparams.inirotation = queryParts.r;
if (queryParts.z != undefined && checVal.test(queryParts.z))
feparams.inizoom = queryParts.z;
if (queryParts.tl != undefined && checVal.test(queryParts.tl))
feparams.initilt = queryParts.tl;
if (queryParts.cu != undefined && /^[a-z]{2}-[a-zA-Z]{2}$/.test(queryParts.cu))
feparams.cu = queryParts.cu;
if (queryParts.labeling != undefined)
feparams.labeling = queryParts.labeling;
if (queryParts.autopan != undefined)
feparams.autopan = queryParts.autopan;
if (queryParts.peak != undefined)
feparams.peak = queryParts.peak;
if (queryParts.hotspot != undefined)
feparams.hotspot = queryParts.hotspot;
if (queryParts.cache != undefined)
feparams.cache = queryParts.cache;
if (queryParts.weather != undefined)
feparams.weather = queryParts.weather;
if (queryParts.mode != undefined)
feparams.mode = queryParts.mode;
if (queryParts.preview != undefined)
feparams.preview = queryParts.preview;
if (queryParts.vessels != undefined)
feparams.vessels = queryParts.vessels;
if (queryParts.livestream != undefined)
feparams.livestream = queryParts.livestream;
if (queryParts.audio != undefined)
feparams.audio = queryParts.audio;
if (queryParts.zoomslider != undefined)
feparams.zoomslider = queryParts.zoomslider;
if (queryParts.compass != undefined)
feparams.compass = queryParts.compass;
if (queryParts.zoomwheel != undefined)
feparams.zoomwheel = queryParts.zoomwheel;
if (queryParts.hidetopbar != undefined)
feparams.hidetopbar = queryParts.hidetopbar;
if (queryParts.shipMap != undefined)
feparams.shipMap = queryParts.shipMap;
var isIOS = /iPad|iPhone|iPod/.test(navigator.platform) || (navigator.platform === 'MacIntel' && navigator.maxTouchPoints > 1)
if (md.phone()) {
feparams.device = 'smartphone';
} else if (md.tablet()) {
feparams.device = 'tablet';
} else {
if (isIOS == true && navigator.maxTouchPoints > 0) {
feparams.device = 'tablet';
} else {
if(navigator.maxTouchPoints > 0 || navigator.msMaxTouchPoints > 0) {
feparams.device = 'hybrid';
var mobileSizesLandscape = [ (16/9).toFixed(2) , (18.5/9).toFixed(2), (19/9).toFixed(2), (19.5/9).toFixed(2), (20/9).toFixed(2), (21/9).toFixed(2)];
var mobileSizesPortrait = [ (9/16).toFixed(2) , (9/18.5).toFixed(2), (9/19).toFixed(2), (9/19.5).toFixed(2), (9/20).toFixed(2), (9/21).toFixed(2)];
if (navigator.userAgent.toLowerCase().includes("x11")) {
var screenRatio = (window.screen.width/window.screen.height).toFixed(2);
var portraitModus = window.matchMedia("(orientation: portrait)").matches;
var landscapeModus = window.matchMedia("(orientation: landscape)").matches;
if (portraitModus && !mobileSizesPortrait.includes(screenRatio)) {
feparams.device = 'tablet';
} else if (landscapeModus && !mobileSizesLandscape.includes(screenRatio)){
feparams.device = 'tablet';
}
}
} else {
feparams.device = 'desktop';
}
}
}
if (queryParts.device != undefined) {
feparams.device = queryParts.device;
}
</script>
<script type="text/javascript" language="JavaScript">
// image preloader
var imgUrl;
var liveImg = "https://live-image.panomax.com";
var panoImgUrl = "https://panodata.panomax.com";
if (queryParts.t != null) {
var ymdt = queryParts.t.split(/[\s+_]/g);
var ymd = ymdt[0].split("-");
imgUrl = panoImgUrl + "/cams/" + 168 + "/" + ymd[0] + "/" + ymd[1] + "/" + ymd[2] + "/" + ymdt[1] + "_reduced.jpg";
} else {
var camId = "168";
if(camId.length != 0) {
imgUrl = liveImg + "/cams/" + camId + "/recent_reduced.jpg";
}
}
function preload() {
var reducedImg = document.getElementById("reduced-image");
reducedImg.onload = function() {
reducedImg.setAttribute("style", "width: " + this.naturalWidth + "px");
}
reducedImg.style.backgroundImage = "url(" + imgUrl + ")";
}
</script>
<script id="themeDetection">
var node = document.getElementById('themeDetection');
if (feparams.device != 'desktop') {
var deviceTheme = document.createElement('link');
deviceTheme.rel = 'stylesheet';
deviceTheme.type = 'text/css';
if (feparams.device == 'smartphone') {
deviceTheme.href = 'https://client-static.panomax.com/themes/device/smartphone.css?t=1730319629';
} else if (feparams.device == 'tablet') {
deviceTheme.href = 'https://client-static.panomax.com/themes/device/tablet.css?t=1730319629';
}
if (deviceTheme.href != null) {
insertAfter(deviceTheme, node);
}
}
if (feparams.device != 'smartphone') {
var designTheme = document.createElement('link');
designTheme.rel = 'stylesheet';
designTheme.type = 'text/css';
designTheme.href = 'https://client-static.panomax.com/themes/generic/phunkyDark/theme.css?t=1730319629';
insertAfter(designTheme, node);
}
</script>
<script src="https://www.youtube.com/iframe_api"></script>
<script>
var _paq = window._paq = window._paq || [];
_paq.push(['setCustomDimension', 1, '1']);
_paq.push(['setCustomDimension', 2, '99']);
_paq.push(['setCustomDimension', 3, '168']);
_paq.push(['setCustomDimension', 4, '256']);
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//tracking.panomax.com/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '5o29q2ge0xv8']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-1307849-1', 'auto', {'allowLinker': true});
ga('require', 'linker');
ga('linker:autoLink', ['zillertalarena.com'] );
ga('send', 'pageview');
</script>
</head>
Webcam Zillertal Arena - Rosenalm - PANOMAX 360°
Recherche META Description de la page
Live picture of Zillertal Arena - Rosenalm - Panomax - 360° high resolution interactive panorama web cam
Recherche META Keywords de la page
Zillertal Arena, Zell, Zillertal, Tirol, Österreich, Live Cam, Web Cam, Skigebiet,
UPDATE DOMAINES SET server='',redirection='https://panocam.skiline.cc/',Status='200',err='',[TITRE]=N'Webcam Zillertal Arena - Rosenalm - PANOMAX 360°',[DESCRIPTION]=N'Live picture of Zillertal Arena - Rosenalm - Panomax - 360° high resolution interactive panorama web cam',[KEYWORDS]=N'Zillertal Arena, Zell, Zillertal, Tirol, Österreich, Live Cam, Web Cam, Skigebiet,' WHERE id=12191048
0 Webcam Zillertal Arena - Rosenalm - PANOMAX 360° Live picture of Zillertal Arena - Rosenalm - Panomax - 360° high resolution interactive panorama web cam Zillertal Arena Zell Zillertal Tirol Österreich Live Cam Web Cam Skigebiet
0. Webcam (6)--------->0
1. Zillertal (9)--------->0
2. Arena (5)--------->0
3. - (1)--------->0
4. Rosenalm (8)--------->0
6. PANOMAX (7)--------->0
7. 360° (4)--------->0
8. Live (4)--------->0
9. picture (7)--------->0
10. of (2)--------->0
19. high (4)--------->0
20. resolution (10)--------->0
21. interactive (11)--------->0
22. panorama (8)--------->0
23. web (3)--------->0
24. cam (3)--------->0
28. Zell (4)--------->0
32. Tirol (5)--------->0
34. Österreich (10)--------->0
42. Skigebiet (9)--------->0
INSERT INTO KEYWORDS (keyword,id_domaine) VALUES (N'Webcam',12191048),(N'Zillertal',12191048),(N'Arena',12191048),(N'-',12191048),(N'Rosenalm',12191048),(N'PANOMAX',12191048),(N'360°',12191048),(N'Live',12191048),(N'picture',12191048),(N'of',12191048),(N'high',12191048),(N'resolution',12191048),(N'interactive',12191048),(N'panorama',12191048),(N'web',12191048),(N'cam',12191048),(N'Zell',12191048),(N'Tirol',12191048),(N'Österreich',12191048),(N'Skigebiet',12191048)