This repository has been archived by the owner on Feb 28, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
/
article.php
282 lines (280 loc) · 10.5 KB
/
article.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
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
<!-- DO NOT TOUCH -->
<?php
require_once('system/config.php');
$account->AccountLoginQuery();
if (isset($_GET['id'])){
$c=$connect->Connect();
$news_id=intval($_GET['id']);
$SQL="SELECT * FROM news WHERE id = %d";
$SQL=$c->prepare($SQL,array($news_id));
$news = $c->query($SQL);
$rows = $news->fetch_assoc();
if (!$rows['id']){
$error = true;
}
}else{
$error = true;
}
?>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" class="en-gb">
<head xmlns:og="http://ogp.me/ns#" xmlns:fb="http://ogp.me/ns/fb#">
<meta http-equiv="imagetoolbar" content="false"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<!-- YOU CAN TOUCH NOW -->
<!-- (If you know what you're doing) -->
<!-- Description of CMS -->
<?php include(__WEBKIT__.'desc.php'); ?>
<!-- Description of CMS END -->
<title><?php echo $rows['title'].' - '.$rows['date'].' - '.TITLE ?></title>
<!-- The Styles & Javascripts of the CMS -->
<?php include(__WEBKIT__.'core.php'); ?>
<!-- The Styles & Javascripts of the CMS END -->
</head>
<body class="en-gb blog-article news">
<div id="wrapper">
<!-- User Panel -->
<?php include(__WEBKIT__.'userpanel.php'); ?>
<!-- User Panel END -->
<div id="header">
<!-- Search -->
<?php include(__WEBKIT__.'search.php'); ?>
<!-- Search END -->
<h1 id="logo"><a href="/wow/en/"><?php echo TITLE ?>
</a></h1>
<!-- Header -->
<div class="header-plate">
<?php
$page = "menu-home";
include(__WEBKIT__.'menu.php');
include(__WEBKIT__.'userplate.php');
?>
</div>
<!-- Header END -->
</div>
<div id="content">
<div class="content-top body-top">
<div class="content-trail">
<ol class="ui-breadcrumb">
<li itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement">
<a href="/wow/en/" rel="np" class="breadcrumb-arrow" itemprop="url">
<span class="breadcrumb-text" itemprop="name">World of Warcraft</span>
</a>
</li>
<li class="last" itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement">
<a href="/wow/en/blog/14014199/siege-of-orgrimmar-changes-in-patch-60-and-warlords-of-draenor-06-05-2014" rel="np" itemprop="url">
<span class="breadcrumb-text" itemprop="name">Siege of Orgrimmar Changes in Patch 6.0 and Warlords of Draenor</span>
</a>
</li>
</ol>
</div>
<div class="content-bot clear">
<?php include (__WEBKIT__.'sidebar.php'); ?>
<div class="left-content">
<div id="blog" class="article-wrapper" itemscope="itemscope" itemtype="http://schema.org/BlogPosting">
<h2 class="header-2"><span itemprop="headline">Siege of Orgrimmar Changes in Patch 6.0 and Warlords of Draenor</span></h2>
<div class="article-meta">
<a class="article-author" href="/wow/en/search?a=Blizzard%20Entertainment&f=article">
<span class="author-icon"></span>
<span itemprop="author"><?php echo $rows['author']; ?>
</span>
</a>
<span class="publish-date" title="06 May 2014 14:00 BST">06/05/2014 </span>
<a href="#comments" class="comments-link"><?php echo $rows['comments']; ?></a>
</div>
<meta itemprop="datePublished" content="2014-05-06T14:00:00+01"/>
<meta itemprop="dateModified" content="2014-05-06T14:17:18+01"/>
<meta itemprop="inLanguage" content="en-GB"/>
<meta itemprop="interactionCount" content="UserComments:106"/>
<meta itemprop="thumbnailUrl" content="//bnetcmsus-a.akamaihd.net/cms/connect_thumbnail/471I1UWMFKPQ1384811769562.jpg"/>
<div class="article-content">
<div class="header-image">
<img itemprop="image" alt="Siege of Orgrimmar Changes in Patch 6.0 and Warlords of Draenor" src="//bnetcmsus-a.akamaihd.net/cms/blog_header/B62ZF0FW1MFZ1384811756770.jpg"/>
</div>
<div class="detail" itemprop="articleBody">
<?php echo html_entity_decode($rows['content']); ?>
</div>
</div>
<div class="community-share">
<div class="share-wrapper">
<div class="share-links">
<a class="facebook" href="https://www.facebook.com/sharer.php?u=http://eu.battle.net/wow/en/blog/14014199/siege-of-orgrimmar-changes-in-patch-60-and-warlords-of-draenor-06-05-2014" onclick="Core.trackEvent('wow- SNS', 'Sharing - Facebook', 'blog 14014199 - en-gb'); window.open(this.href,'','height=450,width=550').focus(); return false;" title="Facebook"></a>
<a class="twitter" href="http://twitter.com/share?http://eu.battle.net/wow/en/blog/14014199/siege-of-orgrimmar-changes-in-patch-60-and-warlords-of-draenor-06-05-2014" onclick="Core.trackEvent('wow- SNS', 'Sharing - Twitter', 'blog 14014199 - en-gb'); window.open(this.href,'','height=450,width=550').focus(); return false;" title="Twitter"></a>
<a class="reddit" href="http://www.reddit.com/submit?url=http://eu.battle.net/wow/en/blog/14014199/siege-of-orgrimmar-changes-in-patch-60-and-warlords-of-draenor-06-05-2014" onclick="Core.trackEvent('wow- SNS', 'Sharing - Reddit', 'blog 14014199 - en-gb'); window.open(this.href,'','height=auto,width=auto').focus(); return false;" title="Reddit"></a>
<span class="clear">
<!-- -->
</span>
</div>
<span class="share-title">Share:</span>
</div>
<div class="like-wrapper">
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://eu.battle.net/wow/en/blog/14014199/siege-of-orgrimmar-changes-in-patch-60-and-warlords-of-draenor-06-05-2014" data-lang="en" data-text="Siege of Orgrimmar Changes in Patch 6.0 and Warlords of Draenor" data-hashtags="wow">Tweet</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
<script type="text/javascript">
//<![CDATA[
Core.appendFrame("https://www.facebook.com/plugins/like.php?href=http://eu.battle.net/wow/en/blog/14014199/siege-of-orgrimmar-changes-in-patch-60-and-warlords-of-draenor-06-05-2014&layout=button_count&show_faces=false&width=200&height=20&action=like&font=arial&colorscheme=light&locale=en_GB", 200, 20, $('.like-wrapper'), "facebook-like");
//]]>
</script>
<span class="clear">
<!-- -->
</span>
</div>
<div class="keyword-list">
<strong>Tags:</strong>
<a href="/wow/en/search?k=warlords&f=article">warlords</a>, <a href="/wow/en/search?k=siege%20of%20orgrimmar&f=article">siege of orgrimmar</a>, <a href="/wow/en/search?k=6.0%20systems%20patch&f=article">6.0 systems patch</a>
</div>
</div>
<div id="comments" class="bnet-comments ">
<h2 class="subheader-2">Loading Comments…</h2>
<h2 class="hide">An error has occurred loading comments.</h2>
<div class="comments-loading">
</div>
<script type="text/javascript">
//<![CDATA[
$(function() {
Comments.initialize('eu.en_gb.blog.14014199', '2f92a1439664ab2b2f960a9e898adff3', '0');
});
//]]>
</script>
</div>
</div>
<span class="clear">
<!-- -->
</span>
<script type="text/javascript">
//<![CDATA[
$(function() {
Blog.init();
});
//]]>
</script>
</div>
</div>
</div>
<?php footer(); ?>
</div>
<script>
//<![CDATA[
var xsToken = '';
var supportToken = '';
var jsonSearchHandlerUrl = '//eu.Flame.net';
var Msg = Msg || {};
Msg.support = {
ticketNew: 'Ticket {0} was created.',
ticketStatus: 'Ticket {0}’s status changed to {1}.',
ticketOpen: 'Open',
ticketAnswered: 'Answered',
ticketResolved: 'Resolved',
ticketCanceled: 'Cancelled',
ticketArchived: 'Archived',
ticketInfo: 'Need Info',
ticketAll: 'View All Tickets'
};
Msg.cms = {
requestError: 'Your request cannot be completed.',
ignoreNot: 'Not ignoring this user',
ignoreAlready: 'Already ignoring this user',
stickyRequested: 'Sticky requested',
stickyHasBeenRequested: 'You have already sent a sticky request for this topic.',
postAdded: 'Post added to tracker',
postRemoved: 'Post removed from tracker',
userAdded: 'User added to tracker',
userRemoved: 'User removed from tracker',
validationError: 'A required field is incomplete',
characterExceed: 'The post body exceeds XXXXXX characters.',
searchFor: "Search for",
searchTags: "Articles tagged:",
characterAjaxError: "You may have become logged out. Please refresh the page and try again.",
ilvl: "Level {0}",
shortQuery: "Search requests must be at least three characters long.",
editSuccess: "Success. Reload?",
postDelete: "Are you sure you want to delete this post?",
throttleError: "You must wait before you can post again."
};
Msg.bml= {
bold: 'Bold',
italics: 'Italics',
underline: 'Underline',
list: 'Unordered List',
listItem: 'List Item',
quote: 'Quote',
quoteBy: 'Posted by {0}',
unformat: 'Remove Formating',
cleanup: 'Fix Linebreaks',
code: 'Code Blocks',
item: 'WoW Item',
itemPrompt: 'Item ID:',
url: 'URL',
urlPrompt: 'URL Address:'
};
Msg.ui= {
submit: 'Submit',
cancel: 'Cancel',
reset: 'Reset',
viewInGallery: 'View in gallery',
loading: 'Loading…',
unexpectedError: 'An error has occurred',
fansiteFind: 'Find this on…',
fansiteFindType: 'Find {0} on…',
fansiteNone: 'No fansites available.',
flashErrorHeader: 'Adobe Flash Player must be installed to see this content.',
flashErrorText: 'Download Adobe Flash Player',
flashErrorUrl: 'http://get.adobe.com/flashplayer/',
save: 'Save'
};
Msg.grammar= {
colon: '{0}:',
first: 'First',
last: 'Last',
ellipsis: '…'
};
Msg.fansite= {
achievement: 'achievement',
character: 'character',
faction: 'faction',
'class': 'class',
object: 'object',
talentcalc: 'talents',
skill: 'profession',
quest: 'quest',
spell: 'spell',
event: 'event',
title: 'title',
arena: 'arena team',
guild: 'guild',
zone: 'zone',
item: 'item',
race: 'race',
npc: 'NPC',
pet: 'pet'
};
Msg.search= {
noResults: 'There are no results to display.',
kb: 'Support',
post: 'Forums',
article: 'Blog Articles',
static: 'General Content',
wowcharacter: 'Characters',
wowitem: 'Items',
wowguild: 'Guilds',
wowarenateam: 'Arena Teams',
url: 'Suggested Links',
friend: 'Friends',
product: 'Marketplace Products',
other: 'Other'
};
//]]>
</script>
<script type="text/javascript" src="assets/js/menu.js"></script>
<script type="text/javascript" src="assets/js/wow.js"></script>
<script type="text/javascript" src="assets/js/search-pane.js"></script>
<script type="text/javascript">
//<![CDATA[
$(function() {
Menu.initialize('assets/data/menu.json');
});
//]]>
</script>
<script type="text/javascript" src="assets/js/cms.min.js"></script>
</body>
</html>