-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmedia.php
255 lines (232 loc) · 11.8 KB
/
media.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
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
<?php
require_once("configs.php");
$page_cat="media";
?>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" xmlns:xml="http://www.w3.org/XML/1998/namespace" class="chrome chrome8">
<head>
<title><?php echo $website['title']; ?></title>
<meta content="false" http-equiv="imagetoolbar" />
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible" />
<link rel="shortcut icon" href="wow/static/local-common/images/favicons/wow.png" type="image/x-icon" />
<link rel="search" type="application/opensearchdescription+xml" href="http://eu.battle.net/en-gb/data/opensearch" title="Battle.net Search" />
<link rel="stylesheet" type="text/css" media="all" href="wow/static/local-common/css/common.css?v17" />
<!--[if IE]><link rel="stylesheet" type="text/css" media="all" href="wow/static/local-common/css/common-ie.css?v17" /><![endif]-->
<!--[if IE 6]><link rel="stylesheet" type="text/css" media="all" href="wow/static/local-common/css/common-ie6.css?v17" /><![endif]-->
<!--[if IE 7]><link rel="stylesheet" type="text/css" media="all" href="wow/static/local-common/css/common-ie7.css?v17" /><![endif]-->
<link title="World of Warcraft - News" href="wow/en/feed/news" type="application/atom+xml" rel="alternate"/>
<link rel="stylesheet" type="text/css" media="all" href="wow/static/css/wow.css?v7" />
<link rel="stylesheet" type="text/css" media="all" href="wow/static/local-common/css/media-gallery.css?v17" />
<link rel="stylesheet" type="text/css" media="all" href="wow/static/css/media/media.css?v7" />
<!--[if IE 6]><link rel="stylesheet" type="text/css" media="all" href="wow/static/css/media/media-ie6.css?v7" /><![endif]-->
<!--[if IE]><link rel="stylesheet" type="text/css" media="all" href="wow/static/css/wow-ie.css?v7" /><![endif]-->
<!--[if IE 6]><link rel="stylesheet" type="text/css" media="all" href="wow/static/css/wow-ie6.css?v7" /><![endif]-->
<!--[if IE 7]><link rel="stylesheet" type="text/css" media="all" href="wow/static/css/wow-ie7.css?v7" /><![endif]-->
<script type="text/javascript" src="wow/static/local-common/js/third-party/jquery-1.4.4-p1.min.js"></script>
<script type="text/javascript" src="wow/static/local-common/js/core.js?v17"></script>
<script type="text/javascript" src="wow/static/local-common/js/tooltip.js?v17"></script>
<!--[if IE 6]> <script type="text/javascript">
//<![CDATA[
try { document.execCommand('BackgroundImageCache', false, true) } catch(e) {}
//]]>
</script>
<![endif]-->
<script type="text/javascript">
//<![CDATA[
Core.staticUrl = '/wow/static';
Core.sharedStaticUrl= '/wow/static/local-common';
Core.baseUrl = '/wow/en';
Core.project = 'wow';
Core.locale = 'en-gb';
Core.buildRegion = 'eu';
Core.shortDateFormat= 'dd/MM/Y';
Core.loggedIn = false;
Flash.videoPlayer = 'http://eu.media.blizzard.com/wow/player/videoplayer.swf';
Flash.videoBase = 'http://eu.media.blizzard.com/wow/media/videos';
Flash.ratingImage = 'http://eu.media.blizzard.com/wow/player/rating-pegi.jpg';
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-544112-16']);
_gaq.push(['_setDomainName', '.battle.net']);
_gaq.push(['_trackPageview']);
//]]>
</script>
</head>
<body class="en-gb game-index">
<div id="wrapper">
<?php include("header.php"); ?>
<div id="content">
<div class="content-top">
<div class="content-trail">
<ol class="ui-breadcrumb">
<li><a href="index.php" rel="np"><?php echo $website['title']; ?></a></li>
<li class="last"><a href="media.php" rel="np"><?php echo $Media['Media']; ?></a></li>
</ol>
</div>
<div class="content-bot">
<div class="media-content">
<div id="media-index">
<div class="media-index-section float-left">
<a class="gallery-title videos" href="./media/videos_index.php">
<span class="view-all"><span class="arrow"></span><?php echo $Media['AllVideos']; ?></span>
<span class="gallery-icon"></span>
<?php
$consulta0 = mysql_query(" SELECT * FROM media WHERE visible = 1 AND type = '0'");
$totalSql = mysql_num_rows($consulta0);
?>
Videos <span class="total">(<?php echo $totalSql; ?>)</span>
</a>
<div class="section-content">
<?php
$consulta1 = mysql_query("SELECT * FROM media WHERE visible = 1 AND type = '0' ORDER BY date DESC LIMIT 0,2");
while($video1 = mysql_fetch_assoc($consulta1)) {
?>
<a href="./media/videos_visor.php?id=<?php echo $video1['id']; ?>" class="thumb-wrapper video-thumb-wrapper first-video">
<span class="video-info">
<span class="video-title"><?php echo substr($video1['title'],0,50); ?></span>
<span class="video-desc"><?php echo substr(strip_tags($video1['description']),0,50); ?>...</span>
<span class="date-added">Date Added: <?php echo date('d/m/Y', strtotime($video1['date'])); ?></span>
</span>
<span class="thumb-bg"; style="background-image: url('http://img.youtube.com/vi/<?php echo $video1['id_url']; ?>/0.jpg'); background-size: 188px 118px">
<span class="thumb-frame"></span>
</span>
</a>
<?php } ?>
<span class="clear"><!-- --></span>
</div>
<span class="clear"><!-- --></span>
</div>
<div class="media-index-section float-right">
<a class="gallery-title screenshots" href="media/images_index.php?type=2">
<span class="view-all"><span class="arrow"></span>All Screenshots</span>
<?php
$screen_all = mysql_query("SELECT * FROM media WHERE visible = '1' AND type = '2'");
$screen_total = mysql_num_rows($screen_all);
?>
<span class="gallery-icon"></span>
Screenshots <span class="total">(<?php echo $screen_total; ?>)</span>
</a>
<div class="section-content">
<?php
$pos = 0;
$screen_index = mysql_query("SELECT * FROM media WHERE visible = '1' AND type = '2' ORDER BY date DESC LIMIT 0,4");
while ($screen = mysql_fetch_assoc($screen_index)){
?>
<a class="thumb-wrapper <?php
if ($pos % 2 == 0 ){ echo 'left-col';} //correct postion depends of number
if ($pos > 2){ echo 'bottom-row';}
$pos++; ?>"
href="media/images_visor.php?type=2&id=<?php echo $screen['id']; ?>#/<?php echo $screen['id']; ?>">
<span class="thumb-bg" style="background-image:url(<?php echo 'images/wallpapers/'.$screen['id_url']; ?>);background-size: 189px 118px">
<span class="thumb-frame"></span>
</span>
<span class="date-added">Date Added: <?php echo date('d/m/Y', strtotime($screen['date'])); ?></span>
</a>
<?php } ?>
<span class="clear"><!-- --></span>
</div>
<span class="clear"><!-- --></span>
</div>
<span class="clear"><!-- --></span>
<div class="media-index-section float-left">
<?php
$art_all = mysql_query("SELECT * FROM media WHERE visible = '1' AND type = '3'");
$art_total = mysql_num_rows($art_all);
?>
<a class="gallery-title artwork" href="media/images_index.php?type=3">
<span class="view-all"><span class="arrow"></span>All Artwork</span>
<span class="gallery-icon"></span>
Artwork <span class="total">(<?php echo $art_total; ?>)</span></a>
<div class="section-content">
<?php
$pos = 0;
$art_index = mysql_query("SELECT * FROM media WHERE visible = '1' AND type = '3' ORDER BY date DESC LIMIT 0,2");
while ($art = mysql_fetch_assoc($art_index)){
?>
<a class="thumb-wrapper
<?php
if ($pos % 2 == 0 ){ echo 'left-col';} //correct postion depends of number
$pos++; ?>"
href="media/images_visor.php?type=3&id=<?php echo $art['id']; ?>#/<?php echo $art['id']; ?>">
<span class="thumb-bg" style="background-image:url(<?php echo 'images/wallpapers/'.$art['id_url']; ?>);background-size: 189px 118px">
<span class="thumb-frame"></span>
</span>
<span class="date-added">Date Added: <?php echo date('d/m/Y', strtotime($art['date'])); ?></span>
</a>
<?php } ?>
<span class="clear"><!-- --></span>
</div>
<span class="clear"><!-- --></span>
</div>
<div class="media-index-section float-right">
<?php
$wall_all = mysql_query("SELECT * FROM media WHERE visible = '1' AND type = '1'");
$wall_total = mysql_num_rows($wall_all);
?>
<a class="gallery-title wallpapers" href="media/images_index.php?type=1">
<span class="view-all"><span class="arrow"></span>All Wallpapers</span>
<span class="gallery-icon"></span>
Wallpapers <span class="total">(<?php echo $wall_total; ?>)</span>
</a>
<div class="section-content">
<?php
$pos = 0;
$wall_index = mysql_query("SELECT * FROM media WHERE visible = '1' AND type = '1' ORDER BY date DESC LIMIT 0,2");
while ($wall = mysql_fetch_assoc($wall_index)){
?>
<a class="thumb-wrapper
<?php
if ($pos % 2 == 0 ){ echo 'left-col';} //correct postion depends of number
$pos++; ?>"
href="media/images_visor.php?type=1&id=<?php echo $wall['id']; ?>#/<?php echo $wall['id']; ?>">
<span class="thumb-bg" style="background-image:url(<?php echo 'images/wallpapers/'.$wall['id_url']; ?>);background-size: 189px 118px">
<span class="thumb-frame"></span>
</span>
<span class="date-added">Date Added: <?php echo date('d/m/Y', strtotime($wall['date'])); ?></span>
</a>
<?php } ?>
<span class="clear"><!-- --></span>
</div>
<span class="clear"><!-- --></span>
</div>
<div class="media-index-section float-left">
<?php
$wall_all = mysql_query("SELECT * FROM media WHERE visible = '1' AND type = '4'");
$wall_total = mysql_num_rows($wall_all);
?>
<a class="gallery-title comics" href="media/images_index.php?type=4">
<span class="view-all"><span class="arrow"></span>All Comics</span>
<span class="gallery-icon"></span>
Comics <span class="total">(<?php echo $wall_total; ?>)</span>
</a>
<div class="section-content">
<?php
$pos = 0;
$wall_index = mysql_query("SELECT * FROM media WHERE visible = '1' AND type = '4' ORDER BY date DESC LIMIT 0,2");
while ($wall = mysql_fetch_assoc($wall_index)){
?>
<a class="thumb-wrapper
<?php
if ($pos % 2 == 0 ){ echo 'left-col';} //correct postion depends of number
$pos++; ?>"
href="media/images_visor.php?type=4&id=<?php echo $wall['id']; ?>#/<?php echo $wall['id']; ?>">
<span class="thumb-bg" style="background-image:url(<?php echo 'images/wallpapers/'.$wall['id_url']; ?>);background-size: 189px 118px">
<span class="thumb-frame"></span>
</span>
<span class="date-added">Date Added: <?php echo date('d/m/Y', strtotime($wall['date'])); ?></span>
</a>
<?php } ?>
<span class="clear"><!-- --></span>
</div>
<span class="clear"><!-- --></span>
</div>
<span class="clear"><!-- --></span>
</div>
</div>
<div style="display:none" id="media-preload-container"></div>
</div>
</div>
</div>
<?php include("footer.php"); ?>
</div>
</div>
</body>
</html>