-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex2.php
162 lines (140 loc) · 7.38 KB
/
index2.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
<!DOCTYPE html>
<html>
<head>
<link rel="shortcut icon" href="favicon.ico" type="image/vnd.microsoft.icon" />
<link rel="apple-touch-icon" href="apple-touch-icon-precomposed.png" />
<title>Breath of the Wild Interactive Map - Zelda Maps</title>
<meta charset="utf-8" />
<meta name="robots" content="index, follow">
<meta name="keywords" content="Zelda, botw interactive map, breath of the wild interactive map, interactive map, map, botw, BotW, Breath of the Wild, Zelda Maps, breath of the wild map, botw map, Hyrule, hyrule map, botw guide" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0, viewport-fit=cover" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name='owner' content='Zelda Universe (zeldauniverse.net) & Hyrule Legends (zelda.com.br)'>
<meta property="og:locale:alternate" content="en_US" />
<meta property="og:type" content="activity" />
<meta property="og:url" content="https://zeldamaps.com" />
<meta property="og:site_name" content="Zelda Maps" />
<meta property="og:locale" content="en_US" />
<meta property="og:title" content="Zelda Maps" />
<meta property="og:description" content="Zelda Maps provides rich interactive maps of Hyrule from the The Legend of Zelda with detailed descriptions for each location, character, easter egg and more."/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Language" content="en-us">
<meta name="description" content="Zelda Maps provides rich interactive maps of Hyrule from the The Legend of Zelda with detailed descriptions for each single location, characters, easter egg and more." />
<!-- Third-Party LIBs -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.0.0/jquery.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.js"></script>
<script src="//cdn.tinymce.com/4/tinymce.min.js"></script>
<script>tinymce.init({ selector:'textarea' });</script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.css" />
<!-- LIBs -->
<script src="scripts/leaflet.contextmenu.js?<?php echo filemtime('scripts/leaflet.contextmenu.js'); ?>"></script>
<link rel="stylesheet" href="styles/leaflet.contextmenu.css?<?php echo filemtime('styles/leaflet.contextmenu.css'); ?>" />
<link rel="stylesheet" href="styles/style.css?<?php echo filemtime('styles/style.css'); ?>" />
<script src="scripts/Control.ZLayers.js?<?php echo filemtime('scripts/Control.ZLayers.js'); ?>"></script>
<script src="scripts/Control.ZLayers.Bottom.js?<?php echo filemtime('scripts/Control.ZLayers.Bottom.js'); ?>"></script>
<script src="scripts/zmap.js?<?php echo filemtime('scripts/zmap.js'); ?>"></script>
<script src="scripts/zmain.js?<?php echo filemtime('scripts/zmain.js'); ?>"></script>
<link rel="stylesheet" href="styles/zmain.css?<?php echo filemtime('styles/zmain.css'); ?>" />
<!-- Curse Ad Script -->
<script>
var script = document.createElement('script');
var tstamp = new Date();
script.id = 'factorem';
script.src = '//cdm.cursecdn.com/js/zeldamaps/cdmfactorem_min.js?sec=home&misc=' + tstamp.getTime();
script.async = false;
script.type='text/javascript';
document.head.appendChild(script);
</script>
<script>
var urlParams;
$(function(){
(window.onpopstate = function () {
var match,
pl = /\+/g, // Regex for replacing addition symbol with a space
search = /([^&=]+)=?([^&]*)/g,
decode = function (s) { return decodeURIComponent(s.replace(pl, " ")); },
query = window.location.search.substring(1);
urlParams = {};
while (match = search.exec(query))
urlParams[decode(match[1])] = decode(match[2]);
})();
var game = urlParams["game"];
if(game===undefined) {
window.location.href = "?game=BotW";
}
$.getJSON("ajax.php?command=get_container_name&game="+game,function(data){
if(!data.success) {
document.title="Zelda Maps";
return;
}
document.title=data.name+" Interactive Map - Zelda Maps";
});
});
</script>
<!-- Internal LIBS -->
<!--
<script src="scripts/zmap.js"></script>
<script src="scripts/zmain.js"></script>
<script src="scripts/Control.ZLayers2.js"></script>
<link rel="stylesheet" href="scripts/zmain.css" />
-->
</head>
<body>
<div id="map"></div>
<div id="mobileAds" align="center">
<!-- Curse Ad Div -->
<div id='cdm-zone-01'></div>
</div>
<div id="desktopAds" align="center">
<script>
var width = $(document).width();
var adsWidth = 0;
var adsHeight = 0;
if (width > 728) {
adsWidth = 728;
adsHeight = 90;
} else if (width > 468) {
adsWidth = 468;
adsHeight = 60;
} else {
adsWidth = 234;
adsHeight = 60;
}
document.getElementById('desktopAds').style.width = adsWidth + 'px';
document.getElementById('desktopAds').style.height = adsHeight + 'px';
</script>
<!-- Curse Ad -->
<div id='cdm-zone-04'></div>
</div>
<!-- Google Analytics -->
<script>
(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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-317947-14', 'auto');
ga('send', 'pageview');
</script>
<!-- comScore -->
<script>
var _comscore = _comscore || [];
_comscore.push({ c1: "2", c2: "6035118" });
(function() {
var s = document.createElement("script"), el = document.getElementsByTagName("script")[0]; s.async = true;
s.src = (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js";
el.parentNode.insertBefore(s, el);
})();
</script>
<noscript>
<img src="http://b.scorecardresearch.com/p?c1=2&c2=6035118&cv=2.0&cj=1" />
</noscript>
<!-- Nielsen Online SiteCensus -->
<div><img src="//secure-us.imrworldwide.com/cgi-bin/m?ci=us-603339h&cg=0&cc=1&ts=noscript" width="1" height="1" alt="" /></div>
<!-- End Curse Ad Zone -->
<div id='cdm-zone-end'></div>
</body>
</html>