-
Notifications
You must be signed in to change notification settings - Fork 1
/
publ.html
404 lines (354 loc) · 39.8 KB
/
publ.html
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
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Каталог статей - Need For Kill (Quake III in 2D)</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<script type="text/javascript">
var browser = navigator.userAgent;
var browserRegex = /(Android|BlackBerry|IEMobile|Nokia|iP(ad|hone|od)|Opera M(obi|ini))/;
var isMobile = false;
if(browser.match(browserRegex)) {
isMobile = true;
addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false);
function hideURLbar(){
window.scrollTo(0,1);
}
}
</script>
<link type="text/css" rel="StyleSheet" href="_st/my.css" />
<script type="text/javascript">
var navTitle = "Navigation"
</script>
<link rel="stylesheet" href=".s/src/base.css" />
<link rel="stylesheet" href=".s/src/layer1.css" />
<script src=".s/src/jquery-1.7.2.js"></script>
<script src=".s/src/uwnd.min.js"></script>
<script type="text/javascript" src="http://s1.ucoz.net/cgi/uutils.fcg?a=uSD&ca=2&ug=999&isp=1&r=0.198134937710797"></script>
<script type="text/javascript">//------------UCOZ-JS-INIT_CODE-----------
window.ulb = {photoPage:"Перейти на страницу с фотографией.", closeBtn:"Закрыть", error:"Запрошенный контент не может быть загружен. Пожалуйста, попробуйте позже.", next:"Следующий", prev:"Предыдущий", btnPlay:"Начать слайдшоу", btnToggle:"Изменить размер", };
//------------UCOZ-JS-END-----------</script>
<link rel="stylesheet" href=".s/src/ulightbox/ulightbox.min.css" />
<script src=".s/src/ulightbox/ulightbox.min.js"></script>
<script async defer src="https://www.google.com/recaptcha/api.js?onload=reCallback&render=explicit&hl=ru"></script>
<script type="text/javascript">//------------UCOZ-JS-CODE-----------
function reCallback() {
$('.g-recaptcha').each(function(index, element ) {
element.setAttribute('rcid', index );
if ($(element).is(':empty') && grecaptcha.render ) {
grecaptcha.render(element, {
sitekey:element.getAttribute('data-sitekey'),
theme:element.getAttribute('data-theme'),
size:element.getAttribute('data-size')
});
}
});
}
function reReset(reset ) {
reset && grecaptcha.reset(reset.previousElementSibling.getAttribute('rcid') );
if (!reset ) for (rel in ___grecaptcha_cfg.clients ) grecaptcha.reset(rel );
}
//------------UCOZ-JS-END-----------
</script>
<style type="text/css">.UhideBlock{display:none; }
</style>
<script type="text/javascript">new Image().src = "//counter.yadro.ru/hit;noadsru?r"+escape(document.referrer)+(screen&&";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth||screen.pixelDepth))+";u"+escape(document.URL)+";"+Date.now();</script>
<script type="text/javascript">//<!--
function uSocialLogin(t) {
var params = { 'vkontakte':{ 'width':790, 'height':400 }, 'ok':{ 'width':710, 'height':390 }, 'facebook':{ 'width':950, 'height':520 }, 'yandex':{ 'width':870, 'height':515 }, 'google':{ 'width':700, 'height':600 }, 'twitter':{ 'width':800, 'height':400 } };
var ref = escape(location.protocol + '//' + ('needforkill.ru' || location.hostname) + location.pathname + ((location.hash ? ( location.search ? location.search + '&' : '?' ) + 'rnd=' + Date.now() + location.hash : ( location.search || '' ))));
// var ref = escape(location.href);
window.open('/'+t+'?ref='+ref,'conwin','width='+params[t].width+',height='+params[t].height+',status=1,resizable=1,left='+parseInt((screen.availWidth/2)-(params[t].width/2))+',top='+parseInt((screen.availHeight/2)-(params[t].height/2)-20)+'screenX='+parseInt((screen.availWidth/2)-(params[t].width/2))+',screenY='+parseInt((screen.availHeight/2)-(params[t].height/2)-20));
return false;
}
//--></script>
<link type="text/css" rel="stylesheet" href=".s/src/social.css" />
</head>
<body>
<div id="utbr8214" rel="s1"></div>
<header>
<div id="header">
<div id="head-top">
<div class="wrapper">
<div class="head-l"><span><!--<s5212>-->Приветствую Вас<!--</s>-->, <b>Гость</b></span> | <a href="publ/rss/index.html" class="rss-lnk">RSS</a> | <span>Сб, 2019-03-09</span></div>
<div class="head-r">
<a title="Регистрация" href="http://needforkill.ru/register"><!--<s3089>-->Регистрация<!--</s>--></a> <a title="Вход" href="javascript:;" rel="nofollow" onclick="new _uWnd('LF', ' ', -250, -110, {autosize:1, closeonesc:1, resize:1 }, {url:'/index/40' } ); return false;"><!--<s3087>-->Вход<!--</s>--></a>
</div>
<div class="clr"></div>
</div>
</div>
<div class="wrapper">
<!--U1AHEADER1Z-->
<div class="part-l">
<div id="site-logo">
<span class="site-l">
<span class="site-n"><a href="index.html">Need For Kill (Quake III in 2D)</a></span>
</span>
</div>
</div>
<div class="part-r">
<div id="sch-box">
<div class="search-box">
<div class="searchForm"><form onsubmit="this.sfSbm.disabled=true" method="get" style="margin:0" action="http://needforkill.ru/search/"><div align="center" class="schQuery"><input type="text" name="q" maxlength="30" size="20" class="queryField" /></div><div align="center" class="schBtn"><input type="submit" class="searchSbmFl" name="sfSbm" value="Найти" /></div></form></div>
</div>
</div>
<div id="soc-box">
<a href="http://vk.com/needforkill2d" class="soc-vk" target="_blank"></a>
</div>
</div>
<div class="clr"></div>
<div id="catmenu">
<!-- <sblock_nmenu> -->
<!-- <bc> --><div id="uNMenuDiv1" class="uMenuV"><ul class="uMenuRoot">
<li><a href="index.html" ><span>Главная</span></a></li>
<li><a href="news.html" ><span>Новости</span></a></li>
<li><a href="load.html" ><span>Файлы</span></a></li>
<li><a class=" uMenuItemA" href="publ.html" ><span>Статьи</span></a></li>
<li><a href="photo.html" ><span>Фото альбом</span></a></li>
<li><a href="forum.html" ><span>Форум</span></a></li>
<li><a href="video.html" ><span>Видео</span></a></li>
<li><a href="faq.html" ><span>Вопрос/Ответ</span></a></li>
<li><a href="blog.html" ><span>Блог</span></a></li></ul></div><!-- </bc> -->
<!-- </sblock_nmenu> -->
<span class="nav-rib rib-l"></span>
<span class="nav-rib rib-r"></span>
<div class="clr"></div>
</div>
<!--/U1AHEADER1Z-->
<div class="clr"></div>
<!--U1PROMO1Z--><!--/U1PROMO1Z-->
</div>
</div>
</header>
<div id="casing">
<div class="wrapper">
<!-- <middle> -->
<div class="part-l">
<div id="content">
<div class="part-i">
<section>
<!-- <body> --><table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="80%"><a href="index.html"><!--<s5176>-->Главная<!--</s>--></a> » <!--<s5208>-->Статьи<!--</s>--></td>
<td align="right" style="white-space: nowrap;"></td>
</tr>
</table>
<hr />
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="60%"><!--<s5218>-->Всего материалов в каталоге<!--</s>-->: <b>49</b><br /><!--<s5220>-->Показано материалов<!--</s>-->: <b><span class="numShown73">1-10</span></b></td>
<td align="right"><!--<s3015>-->Страницы<!--</s>-->: <span class="pagesBlockuz1"><b class="swchItemA"><span>1</span></b> <a class="swchItem" href="publ/index.html%3Fpage2.html" onclick="spages('2', this);return false;"><span>2</span></a> <a class="swchItem" href="publ/index.html%3Fpage3.html" onclick="spages('3', this);return false;"><span>3</span></a> <a class="swchItem" href="publ/index.html%3Fpage4.html" onclick="spages('4', this);return false;"><span>4</span></a> <a class="swchItem" href="publ/index.html%3Fpage5.html" onclick="spages('5', this);return false;"><span>5</span></a> <a class="swchItem" href="publ/index.html%3Fpage2.html" onclick="spages('2', this);return false;" ><span>»</span></a></span></td>
</tr>
</table>
<hr />
<div id="myGrid" style="display:none;"><img alt="" src=".s/img/ma/m/i3.gif" /></div><script type="text/javascript">
function spages(p, link ) {
if (0 ) { document.location.href = link.href; return; }
try {document.getElementById('myGrid').style.display = ''; } catch(e) {}
_uPostForm('', {url:'/publ/0-' + p + '-' + Date.now() } );}</script><div id="allEntries"><div id="entryID78"><table border="0" cellpadding="0" cellspacing="0" width="100%" class="eBlock"><tr><td style="padding:3px;">
<div class="eTitle" style="text-align:left;"><a href="publ/obzor_na_nfk/2-1-0-78.html">Рецензия Need for Kill</a></div>
<div class="eMessage" style="text-align:left;clear:both;padding-top:2px;padding-bottom:2px;"><p>Что такое <b>Need for Kill</b> и с чем его едят? Об этом вам поведует один из игроков <b>[D.o.$]Alexey</b>.</p></div><div class="eDetails" style="clear:both;">
<div class="rate-stars-wrapper" style="float:right">
<style type="text/css">
.u-star-rating-15 { list-style:none;margin:0px;padding:0px;width:75px;height:15px;position:relative;background: url('.s/t/1101/rating.png') top left repeat-x }
.u-star-rating-15 li{ padding:0px;margin:0px;float:left }
.u-star-rating-15 li a { display:block;width:15px;height: 15px;line-height:15px;text-decoration:none;text-indent:-9000px;z-index:20;position:absolute;padding: 0px;overflow:hidden }
.u-star-rating-15 li a:hover { background: url('.s/t/1101/rating.png') left center;z-index:2;left:0px;border:none }
.u-star-rating-15 a.u-one-star { left:0px }
.u-star-rating-15 a.u-one-star:hover { width:15px }
.u-star-rating-15 a.u-two-stars { left:15px }
.u-star-rating-15 a.u-two-stars:hover { width:30px }
.u-star-rating-15 a.u-three-stars { left:30px }
.u-star-rating-15 a.u-three-stars:hover { width:45px }
.u-star-rating-15 a.u-four-stars { left:45px }
.u-star-rating-15 a.u-four-stars:hover { width:60px }
.u-star-rating-15 a.u-five-stars { left:60px }
.u-star-rating-15 a.u-five-stars:hover { width:75px }
.u-star-rating-15 li.u-current-rating { top:0 !important; left:0 !important;margin:0 !important;padding:0 !important;outline:none;background: url('.s/t/1101/rating.png') left bottom;position: absolute;height:15px !important;line-height:15px !important;display:block;text-indent:-9000px;z-index:1 }
</style><script type="text/javascript">
var usrarids = {};
function ustarrating(id, mark) {
if (!usrarids[id]) {
usrarids[id] = 1;
$(".u-star-li-"+id).hide();
_uPostForm('', {type:'POST', url:'/publ/', data:{'a':'65','id':id,'mark':mark,'mod':'publ','ajax':'2'}});
}
}
</script><ul id="uStarRating78" class="uStarRating78 u-star-rating-15" title="Рейтинг: 4.2/5">
<li class="u-current-rating uCurStarRating78" id="uCurStarRating78" style="width:84%;"></li></ul></div>
<a class="e-category" href="publ/2.html">Информация</a><span class="ed-sep"> | </span>
<span class="e-reads"><span class="ed-title">Просмотров:</span> <span class="ed-value">3470</span></span><span class="ed-sep"> | </span>
<span class="e-add"><span class="ed-title">Добавил:</span> <span class="ed-value"><a href="javascript://" rel="nofollow" onclick="window.open('/index/8-1707', 'up1707', 'scrollbars=1,top=0,left=0,resizable=1,width=700,height=375'); return false;">7124288</a></span></span><span class="ed-sep"> | </span>
<span class="e-date"><span class="ed-title">Дата:</span> <span class="ed-value"title="17:57">2013-04-19</span></span>
<span class="ed-sep"> | </span><a class="e-comments" href="publ/obzor_na_nfk/2-1-0-78.html#comments">Комментарии (3)</a>
</div></td></tr></table><br /></div><div id="entryID77"><table border="0" cellpadding="0" cellspacing="0" width="100%" class="eBlock"><tr><td style="padding:3px;">
<div class="eTitle" style="text-align:left;"><a href="publ/taktika_igry/taktika_igry_na_tourney0/4-1-0-77.html">Тактика игры на tourney0</a></div>
<div class="eMessage" style="text-align:left;clear:both;padding-top:2px;padding-bottom:2px;"><p>Настало время поговорить о том, о чём раньше многие стеснялись говорить вслух...</p></div><div class="eDetails" style="clear:both;">
<div class="rate-stars-wrapper" style="float:right"><ul id="uStarRating77" class="uStarRating77 u-star-rating-15" title="Рейтинг: 4.2/12">
<li class="u-current-rating uCurStarRating77" id="uCurStarRating77" style="width:84%;"></li></ul></div>
<a class="e-category" href="publ/taktika_igry/4.html">Тактика игры</a><span class="ed-sep"> | </span>
<span class="e-reads"><span class="ed-title">Просмотров:</span> <span class="ed-value">3637</span></span><span class="ed-sep"> | </span>
<span class="e-add"><span class="ed-title">Добавил:</span> <span class="ed-value"><a href="javascript://" rel="nofollow" onclick="window.open('/index/8-1653', 'up1653', 'scrollbars=1,top=0,left=0,resizable=1,width=700,height=375'); return false;">Deangel</a></span></span><span class="ed-sep"> | </span>
<span class="e-date"><span class="ed-title">Дата:</span> <span class="ed-value"title="14:29">2013-03-28</span></span>
<span class="ed-sep"> | </span><a class="e-comments" href="publ/taktika_igry/taktika_igry_na_tourney0/4-1-0-77.html#comments">Комментарии (20)</a>
</div></td></tr></table><br /></div><div id="entryID76"><table border="0" cellpadding="0" cellspacing="0" width="100%" class="eBlock"><tr><td style="padding:3px;">
<div class="eTitle" style="text-align:left;"><a href="publ/sozdanie_kart/raspryzhka/5-1-0-76.html">Распрыжка</a></div>
<div class="eMessage" style="text-align:left;clear:both;padding-top:2px;padding-bottom:2px;"><p>Распрыжка</p></div><div class="eDetails" style="clear:both;">
<div class="rate-stars-wrapper" style="float:right"><ul id="uStarRating76" class="uStarRating76 u-star-rating-15" title="Рейтинг: 4.2/16">
<li class="u-current-rating uCurStarRating76" id="uCurStarRating76" style="width:84%;"></li></ul></div>
<a class="e-category" href="publ/sozdanie_kart/5.html">Создание карт, физика NFK</a><span class="ed-sep"> | </span>
<span class="e-reads"><span class="ed-title">Просмотров:</span> <span class="ed-value">4840</span></span><span class="ed-sep"> | </span>
<span class="e-add"><span class="ed-title">Добавил:</span> <span class="ed-value"><a href="javascript://" rel="nofollow" onclick="window.open('/index/8-1629', 'up1629', 'scrollbars=1,top=0,left=0,resizable=1,width=700,height=375'); return false;">grisly</a></span></span><span class="ed-sep"> | </span>
<span class="e-date"><span class="ed-title">Дата:</span> <span class="ed-value"title="13:49">2013-02-18</span></span>
<span class="ed-sep"> | </span><a class="e-comments" href="publ/sozdanie_kart/raspryzhka/5-1-0-76.html#comments">Комментарии (9)</a>
</div></td></tr></table><br /></div><div id="entryID75"><table border="0" cellpadding="0" cellspacing="0" width="100%" class="eBlock"><tr><td style="padding:3px;">
<div class="eTitle" style="text-align:left;"><a href="publ/sozdanie_kart/pochemu_poluchaetsja_tak_a_ne_ehtak_ili_primudrosti_nfk/5-1-0-75.html">Анатомия брика</a></div>
<div class="eMessage" style="text-align:left;clear:both;padding-top:2px;padding-bottom:2px;"><p>Анатомия брика</p></div><div class="eDetails" style="clear:both;">
<div class="rate-stars-wrapper" style="float:right"><ul id="uStarRating75" class="uStarRating75 u-star-rating-15" title="Рейтинг: 4.1/18">
<li class="u-current-rating uCurStarRating75" id="uCurStarRating75" style="width:82%;"></li></ul></div>
<a class="e-category" href="publ/sozdanie_kart/5.html">Создание карт, физика NFK</a><span class="ed-sep"> | </span>
<span class="e-reads"><span class="ed-title">Просмотров:</span> <span class="ed-value">4771</span></span><span class="ed-sep"> | </span>
<span class="e-add"><span class="ed-title">Добавил:</span> <span class="ed-value"><a href="javascript://" rel="nofollow" onclick="window.open('/index/8-1736', 'up1736', 'scrollbars=1,top=0,left=0,resizable=1,width=700,height=375'); return false;">grisly2886</a></span></span><span class="ed-sep"> | </span>
<span class="e-date"><span class="ed-title">Дата:</span> <span class="ed-value"title="14:56">2013-02-12</span></span>
<span class="ed-sep"> | </span><a class="e-comments" href="publ/sozdanie_kart/pochemu_poluchaetsja_tak_a_ne_ehtak_ili_primudrosti_nfk/5-1-0-75.html#comments">Комментарии (19)</a>
</div></td></tr></table><br /></div><div id="entryID72"><table border="0" cellpadding="0" cellspacing="0" width="100%" class="eBlock"><tr><td style="padding:3px;">
<div class="eTitle" style="text-align:left;"><a href="publ/taktika_igry/taktika_igry_na_karte_pro_dm0/4-1-0-72.html">Тактика игры на карте pro-dm0</a></div>
<div class="eMessage" style="text-align:left;clear:both;padding-top:2px;padding-bottom:2px;"><p>Итак мне всегда хотелось, чтобы на сайте pff.clan.su было больше обучающих материалов именно по игре и стратегиии игры на различных картах. Там была только 1 статья про игру на дм2. Я решил постараться восполнить недостающие пробелы.</p></div><div class="eDetails" style="clear:both;">
<div class="rate-stars-wrapper" style="float:right"><ul id="uStarRating72" class="uStarRating72 u-star-rating-15" title="Рейтинг: 4.5/10">
<li class="u-current-rating uCurStarRating72" id="uCurStarRating72" style="width:90%;"></li></ul></div>
<a class="e-category" href="publ/taktika_igry/4.html">Тактика игры</a><span class="ed-sep"> | </span>
<span class="e-reads"><span class="ed-title">Просмотров:</span> <span class="ed-value">3992</span></span><span class="ed-sep"> | </span>
<span class="e-add"><span class="ed-title">Добавил:</span> <span class="ed-value"><a href="javascript://" rel="nofollow" onclick="window.open('/index/8-1604', 'up1604', 'scrollbars=1,top=0,left=0,resizable=1,width=700,height=375'); return false;">Nublo</a></span></span><span class="ed-sep"> | </span>
<span class="e-date"><span class="ed-title">Дата:</span> <span class="ed-value"title="12:29">2012-04-07</span></span>
<span class="ed-sep"> | </span><a class="e-comments" href="publ/taktika_igry/taktika_igry_na_karte_pro_dm0/4-1-0-72.html#comments">Комментарии (10)</a>
</div></td></tr></table><br /></div><div id="entryID70"><table border="0" cellpadding="0" cellspacing="0" width="100%" class="eBlock"><tr><td style="padding:3px;">
<div class="eTitle" style="text-align:left;"><a href="publ/taktika_igry/taktika_igry_na_karte_pro_dm0/4-1-0-70.html">Тактика игры на карте pro-dm0</a></div>
<div class="eMessage" style="text-align:left;clear:both;padding-top:2px;padding-bottom:2px;"><p> Итак, мне всегда хотелось, чтобы на сайте http://pff.clan.su/ было больше обучающих материалов именно по игре и стратегии игры на различных картах. Там была только 1 статья про игру на дм2. Я решил постараться восполнить недостающие пробелы. Карта будет разобрана максимально детально со всеми моими идеями и трюками, которые я сам использую в игре. ПРО игроки для себя ничего нового не почерпнут, статья рассчитана на новичков и игроков среднего уровня.</p></div><div class="eDetails" style="clear:both;">
<div class="rate-stars-wrapper" style="float:right"><ul id="uStarRating70" class="uStarRating70 u-star-rating-15" title="Рейтинг: 5.0/11">
<li class="u-current-rating uCurStarRating70" id="uCurStarRating70" style="width:100%;"></li></ul></div>
<a class="e-category" href="publ/taktika_igry/4.html">Тактика игры</a><span class="ed-sep"> | </span>
<span class="e-reads"><span class="ed-title">Просмотров:</span> <span class="ed-value">1981</span></span><span class="ed-sep"> | </span>
<span class="e-author"><span class="ed-title">Author:</span> <span class="ed-value">Nublo</span></span><span class="ed-sep"> | </span>
<span class="e-add"><span class="ed-title">Добавил:</span> <span class="ed-value"><a href="javascript://" rel="nofollow" onclick="window.open('/index/8-1604', 'up1604', 'scrollbars=1,top=0,left=0,resizable=1,width=700,height=375'); return false;">Nublo</a></span></span><span class="ed-sep"> | </span>
<span class="e-date"><span class="ed-title">Дата:</span> <span class="ed-value"title="19:55">2012-02-18</span></span>
<span class="ed-sep"> | </span><a class="e-comments" href="publ/taktika_igry/taktika_igry_na_karte_pro_dm0/4-1-0-70.html#comments">Комментарии (17)</a>
</div></td></tr></table><br /></div><div id="entryID68"><table border="0" cellpadding="0" cellspacing="0" width="100%" class="eBlock"><tr><td style="padding:3px;">
<div class="eTitle" style="text-align:left;"><a href="publ/nfk_chat_v_qip/2-1-0-68.html">НФК-чат в qip</a></div>
<div class="eMessage" style="text-align:left;clear:both;padding-top:2px;padding-bottom:2px;">Для всех счастливых обладателей программы qip. А я напомню, это мультипротокольный мессенджер ,в котором есть такие популярный протоколы для общения как ICQ Jabber, Mail@agent, Yandex Online, Google Talk и тд. Так вот. Отдельно можно установить еще и IRC протокол. А это значит, настроить в нем нфк-чат. Вещь удобная. Не надо открывать дополнительно еще одну прогу для чата.</div><div class="eDetails" style="clear:both;">
<div class="rate-stars-wrapper" style="float:right"><ul id="uStarRating68" class="uStarRating68 u-star-rating-15" title="Рейтинг: 3.0/2">
<li class="u-current-rating uCurStarRating68" id="uCurStarRating68" style="width:60%;"></li></ul></div>
<a class="e-category" href="publ/2.html">Информация</a><span class="ed-sep"> | </span>
<span class="e-reads"><span class="ed-title">Просмотров:</span> <span class="ed-value">2445</span></span><span class="ed-sep"> | </span>
<span class="e-author"><span class="ed-title">Author:</span> <span class="ed-value">Bozon</span></span><span class="ed-sep"> | </span>
<span class="e-add"><span class="ed-title">Добавил:</span> <span class="ed-value"><a href="javascript://" rel="nofollow" onclick="window.open('/index/8-1631', 'up1631', 'scrollbars=1,top=0,left=0,resizable=1,width=700,height=375'); return false;">Bozon</a></span></span><span class="ed-sep"> | </span>
<span class="e-date"><span class="ed-title">Дата:</span> <span class="ed-value"title="11:26">2011-10-16</span></span>
<span class="ed-sep"> | </span><a class="e-comments" href="publ/nfk_chat_v_qip/2-1-0-68.html#comments">Комментарии (6)</a>
</div></td></tr></table><br /></div><div id="entryID67"><table border="0" cellpadding="0" cellspacing="0" width="100%" class="eBlock"><tr><td style="padding:3px;">
<div class="eTitle" style="text-align:left;"><a href="publ/opisanie_modov/2-1-0-67.html">Описание модов</a></div>
<div class="eMessage" style="text-align:left;clear:both;padding-top:2px;padding-bottom:2px;">Тут постараюсь описать кое-какие моды, попрошу дополнить меня если я чета забыл...<div><br></div><div>1. <b>PQR MOD</b></div><div>2. <b>Simple MOD</b></div><div>3. <b>Tribes-X</b> </div><div>4. <b>Graph MOD</b></div></div><div class="eDetails" style="clear:both;">
<div class="rate-stars-wrapper" style="float:right"><ul id="uStarRating67" class="uStarRating67 u-star-rating-15" title="Рейтинг: 4.8/5">
<li class="u-current-rating uCurStarRating67" id="uCurStarRating67" style="width:96%;"></li></ul></div>
<a class="e-category" href="publ/2.html">Информация</a><span class="ed-sep"> | </span>
<span class="e-reads"><span class="ed-title">Просмотров:</span> <span class="ed-value">1409</span></span><span class="ed-sep"> | </span>
<span class="e-author"><span class="ed-title">Author:</span> <span class="ed-value">Enforcer</span></span><span class="ed-sep"> | </span>
<span class="e-add"><span class="ed-title">Добавил:</span> <span class="ed-value"><a href="javascript://" rel="nofollow" onclick="window.open('/index/8-54', 'up54', 'scrollbars=1,top=0,left=0,resizable=1,width=700,height=375'); return false;">Enforcer</a></span></span><span class="ed-sep"> | </span>
<span class="e-date"><span class="ed-title">Дата:</span> <span class="ed-value"title="14:13">2011-10-04</span></span>
<span class="ed-sep"> | </span><a class="e-comments" href="publ/opisanie_modov/2-1-0-67.html#comments">Комментарии (0)</a>
</div></td></tr></table><br /></div><div id="entryID66"><table border="0" cellpadding="0" cellspacing="0" width="100%" class="eBlock"><tr><td style="padding:3px;">
<div class="eTitle" style="text-align:left;"><a href="publ/msk_lan_2011_otchet_bozona/2-1-0-66.html">MSK LAN 2011 отчет от Бозона.</a></div>
<div class="eMessage" style="text-align:left;clear:both;padding-top:2px;padding-bottom:2px;">Итак, я съездил в столицу нашей родины...</div><div class="eDetails" style="clear:both;">
<div class="rate-stars-wrapper" style="float:right"><ul id="uStarRating66" class="uStarRating66 u-star-rating-15" title="Рейтинг: 4.6/10">
<li class="u-current-rating uCurStarRating66" id="uCurStarRating66" style="width:92%;"></li></ul></div>
<a class="e-category" href="publ/2.html">Информация</a><span class="ed-sep"> | </span>
<span class="e-reads"><span class="ed-title">Просмотров:</span> <span class="ed-value">1723</span></span><span class="ed-sep"> | </span>
<span class="e-add"><span class="ed-title">Добавил:</span> <span class="ed-value"><a href="javascript://" rel="nofollow" onclick="window.open('/index/8-1631', 'up1631', 'scrollbars=1,top=0,left=0,resizable=1,width=700,height=375'); return false;">Bozon</a></span></span><span class="ed-sep"> | </span>
<span class="e-date"><span class="ed-title">Дата:</span> <span class="ed-value"title="18:59">2011-05-23</span></span>
<span class="ed-sep"> | </span><a class="e-comments" href="publ/msk_lan_2011_otchet_bozona/2-1-0-66.html#comments">Комментарии (7)</a>
</div></td></tr></table><br /></div><div id="entryID65"><table border="0" cellpadding="0" cellspacing="0" width="100%" class="eBlock"><tr><td style="padding:3px;">
<div class="eTitle" style="text-align:left;"><a href="publ/triksy_kak_zhe_ikh_prokhodit/2-1-0-65.html">Триксы, как же их проходить?</a></div>
<div class="eMessage" style="text-align:left;clear:both;padding-top:2px;padding-bottom:2px;">Статья на тему: <br /> Триксы, как же их проходить?</div><div class="eDetails" style="clear:both;">
<div class="rate-stars-wrapper" style="float:right"><ul id="uStarRating65" class="uStarRating65 u-star-rating-15" title="Рейтинг: 4.3/6">
<li class="u-current-rating uCurStarRating65" id="uCurStarRating65" style="width:86%;"></li></ul></div>
<a class="e-category" href="publ/2.html">Информация</a><span class="ed-sep"> | </span>
<span class="e-reads"><span class="ed-title">Просмотров:</span> <span class="ed-value">2378</span></span><span class="ed-sep"> | </span>
<span class="e-author"><span class="ed-title">Author:</span> <span class="ed-value">Lakmus-[DJ]</span></span><span class="ed-sep"> | </span>
<span class="e-add"><span class="ed-title">Добавил:</span> <span class="ed-value"><a href="javascript://" rel="nofollow" onclick="window.open('/index/8-253', 'up253', 'scrollbars=1,top=0,left=0,resizable=1,width=700,height=375'); return false;">swirly</a></span></span><span class="ed-sep"> | </span>
<span class="e-date"><span class="ed-title">Дата:</span> <span class="ed-value"title="20:41">2011-04-10</span></span>
<span class="ed-sep"> | </span><a class="e-comments" href="publ/triksy_kak_zhe_ikh_prokhodit/2-1-0-65.html#comments">Комментарии (5)</a>
</div></td></tr></table><br /></div></div>
<div style="text-align:center;"><span class="pagesBlockuz2"><b class="swchItemA1"><span>1-10</span></b> <a class="swchItem1" href="publ/index.html%3Fpage2.html" onclick="spages('2', this);return false;"><span>11-20</span></a> <a class="swchItem1" href="publ/index.html%3Fpage3.html" onclick="spages('3', this);return false;"><span>21-30</span></a> <a class="swchItem1" href="publ/index.html%3Fpage4.html" onclick="spages('4', this);return false;"><span>31-40</span></a> <a class="swchItem1" href="publ/index.html%3Fpage5.html" onclick="spages('5', this);return false;"><span>41-49</span></a> </span></div><!-- </body> -->
</section>
</div>
</div>
</div>
<div class="part-r">
<div class="part-i">
<aside>
<div id="sidebar">
<!--U1CLEFTER1Z-->
<!-- <block1> -->
<div class="sidebox"><div class="sidetitle"><span><!-- <bt> --><!--<s5158>-->Форма входа<!--</s>--><!-- </bt> --></span></div>
<div class="inner">
<!-- <bc> --><div id="uidLogForm" align="center"><a href="javascript://" onclick="window.open('https://login.uid.me/?site=6pff&ref='+escape(location.protocol + '//' + ('needforkill.ru' || location.hostname) + location.pathname + ((location.hash ? ( location.search ? location.search + '&' : '?' ) + 'rnd=' + Date.now() + location.hash : ( location.search || '' )))),'uidLoginWnd','width=580,height=450,resizable=yes,titlebar=yes');return false;" class="login-with uid" title="Войти через uID" rel="nofollow"><i></i></a><a href="javascript://" onclick="return uSocialLogin('vkontakte');" class="login-with vkontakte" title="Войти через ВКонтакте" rel="nofollow"><i></i></a><a href="javascript://" onclick="return uSocialLogin('ok');" class="login-with ok" title="Войти через Одноклассники" rel="nofollow"><i></i></a><a href="javascript://" onclick="return uSocialLogin('facebook');" class="login-with facebook" title="Войти через Facebook" rel="nofollow"><i></i></a><a href="javascript://" onclick="return uSocialLogin('yandex');" class="login-with yandex" title="Войти через Яндекс" rel="nofollow"><i></i></a><a href="javascript://" onclick="return uSocialLogin('google');" class="login-with google" title="Войти через Google" rel="nofollow"><i></i></a><a href="javascript://" onclick="return uSocialLogin('twitter');" class="login-with twitter" title="Войти через Twitter" rel="nofollow"><i></i></a></div><!-- </bc> -->
</div>
<div class="clr"></div>
</div>
<!-- </block1> -->
<!-- <block2> -->
<div class="sidebox"><div class="sidetitle"><span><!-- <bt> --><!--<s5351>-->Категории раздела<!--</s>--><!-- </bt> --></span></div>
<div class="inner">
<!-- <bc> --><table border="0" cellspacing="1" cellpadding="0" width="100%" class="catsTable"><tr><td style="width:50%" class="catsTd" valign="top" id="cid2"><a href="publ/2.html" class="catName">Информация</a> <span class="catNumData" style="unicode-bidi:embed;">[27]</span></td><td style="width:50%" class="catsTd" valign="top" id="cid3"><a href="publ/intervju/3.html" class="catName">Интервью</a> <span class="catNumData" style="unicode-bidi:embed;">[8]</span></td></tr><tr><td style="width:50%" class="catsTd" valign="top" id="cid4"><a href="publ/taktika_igry/4.html" class="catName">Тактика игры</a> <span class="catNumData" style="unicode-bidi:embed;">[7]</span></td><td style="width:50%" class="catsTd" valign="top" id="cid5"><a href="publ/sozdanie_kart/5.html" class="catName">Создание карт, физика NFK</a> <span class="catNumData" style="unicode-bidi:embed;">[7]</span></td></tr></table><!-- </bc> -->
</div>
<div class="clr"></div>
</div>
<!-- </block2> -->
<!-- <block13> -->
<div class="sidebox"><div class="sidetitle"><span><!-- <bt> --><!--<s5441>-->Видео<!--</s>--><!-- </bt> --></span></div>
<div class="inner">
<!-- <bc> --><link type="text/css" rel="StyleSheet" href="_st/video.css" /><div class="v-entry"> <h4 class="ve-title"> <a href="video/vip/17/stream12.html">Stream #12 Dos Party X ...</a></h4> <div class="ve-screen" title="Stream #12 Dos Party X Final" style="background-image: url(http://i.ytimg.com/vi/M5asb3xZULU/hqdefault.jpg);filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://i.ytimg.com/vi/M5asb3xZULU/hqdefault.jpg',sizingMethod='scale');"><a href="video/vip/17/stream12.html"></a><div class="ve-length">00:34:56</div></div> </div><div class="v-entry"> <h4 class="ve-title"> <a href="video/vip/16/stream11.html">Stream #11 Dos Party X ...</a></h4> <div class="ve-screen" title="Stream #11 Dos Party X 3rd place Match" style="background-image: url(http://i.ytimg.com/vi/u8aj9bS3ae4/hqdefault.jpg);filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://i.ytimg.com/vi/u8aj9bS3ae4/hqdefault.jpg',sizingMethod='scale');"><a href="video/vip/16/stream11.html"></a><div class="ve-length">00:12:45</div></div> </div><!-- </bc> -->
</div>
<div class="clr"></div>
</div>
<!-- </block13> -->
<!-- <block4> -->
<!-- </block4> -->
<!-- <block12> -->
<div class="sidebox"><div class="sidetitle"><span><!-- <bt> -->Комментарии<!-- </bt> --></span></div>
<div class="inner">
<!-- <bc> --><div class="cBlock1">[<b><a href="load/need_for_kill_0_77/22-1-0-494.html">Need For Kill 0.77</a></b>] <a href="javascript://" rel="nofollow" onclick="window.open('/index/8-1725', 'up1725', 'scrollbars=1,top=0,left=0,resizable=1,width=700,height=375'); return false;" title="HarpyWar" rel="nofollow"><img alt="" src="http://s1.ucoz.net/img/icon/profile.png" width="13" border="0" style="vertical-align:-2px"/> <b>HarpyWar</b></a>: Актуальные ссылки на игру <a class="link" target="_blank" href="http://nfk.harpywar.com" rel="nofoll<!-- -->...</div><br><div class="cBlock2">[<b><a href="news/test/2017-12-22-308.html">Проблемки</a></b>] <a href="javascript://" rel="nofollow" onclick="window.open('/index/8-1796', 'up1796', 'scrollbars=1,top=0,left=0,resizable=1,width=700,height=375'); return false;" title="xbitnik" rel="nofollow"><img alt="" src="http://s1.ucoz.net/img/icon/profile.png" width="13" border="0" style="vertical-align:-2px"/> <b>xbitnik</b></a>: про статистику вижу. Но она видимо не работает т к не считает даже игроков что были на планете. А да<!-- -->...</div><br><div class="cBlock1">[<b><a href="news/test/2017-12-22-308.html">Проблемки</a></b>] <a href="javascript://" rel="nofollow" onclick="window.open('/index/8-1839', 'up1839', 'scrollbars=1,top=0,left=0,resizable=1,width=700,height=375'); return false;" title="lisakov57" rel="nofollow"><img alt="" src="http://s1.ucoz.net/img/icon/profile.png" width="13" border="0" style="vertical-align:-2px"/> <b>lisakov57</b></a>: Да какие тут геймеры, одни прогеры остались.</div><br><div class="cBlock2">[<b><a href="news/test/2017-12-22-308.html">Проблемки</a></b>] <a href="javascript://" rel="nofollow" onclick="window.open('/index/8-1879', 'up1879', 'scrollbars=1,top=0,left=0,resizable=1,width=700,height=375'); return false;" title="rocky@needforkillru" rel="nofollow"><img alt="" src="http://s1.ucoz.net/img/icon/profile.png" width="13" border="0" style="vertical-align:-2px"/> <b>rocky@needforkillru</b></a>: Discord сейчас популярен именно среди геймеров (по сути стал де-факто стандартом для игровых коммуни<!-- -->...</div><br><div class="cBlock1">[<b><a href="news/test/2017-12-22-308.html">Проблемки</a></b>] <a href="javascript://" rel="nofollow" onclick="window.open('/index/8-1839', 'up1839', 'scrollbars=1,top=0,left=0,resizable=1,width=700,height=375'); return false;" title="lisakov57" rel="nofollow"><img alt="" src="http://s1.ucoz.net/img/icon/profile.png" width="13" border="0" style="vertical-align:-2px"/> <b>lisakov57</b></a>: Голосую за Telegram. И пришлите мне кто-нибудь пароль от S^2_Pozitron, а то капча не работает, ни во<!-- -->...</div><br><div class="cBlock2">[<b><a href="news/test/2017-12-22-308.html">Проблемки</a></b>] <a href="javascript://" rel="nofollow" onclick="window.open('/index/8-1879', 'up1879', 'scrollbars=1,top=0,left=0,resizable=1,width=700,height=375'); return false;" title="rocky@needforkillru" rel="nofollow"><img alt="" src="http://s1.ucoz.net/img/icon/profile.png" width="13" border="0" style="vertical-align:-2px"/> <b>rocky@needforkillru</b></a>: Ну мы не сидим в одних местах, оттого и не знаешь. <br /> Статистику после смерти pro2d.ru подняли н<!-- -->...</div><br><div class="cBlock1">[<b><a href="news/test/2017-12-22-308.html">Проблемки</a></b>] <a href="javascript://" rel="nofollow" onclick="window.open('/index/8-1796', 'up1796', 'scrollbars=1,top=0,left=0,resizable=1,width=700,height=375'); return false;" title="xbitnik" rel="nofollow"><img alt="" src="http://s1.ucoz.net/img/icon/profile.png" width="13" border="0" style="vertical-align:-2px"/> <b>xbitnik</b></a>: Роки какой новый сайт почему даже я не в курсе ??? )))</div><br><div class="cBlock2">[<b><a href="load/need_for_kill_0_77/22-1-0-494.html">Need For Kill 0.77</a></b>] <a href="javascript://" rel="nofollow" onclick="window.open('/index/8-1839', 'up1839', 'scrollbars=1,top=0,left=0,resizable=1,width=700,height=375'); return false;" title="lisakov57" rel="nofollow"><img alt="" src="http://s1.ucoz.net/img/icon/profile.png" width="13" border="0" style="vertical-align:-2px"/> <b>lisakov57</b></a>: Не очень актуальные, с серверов cleanvoice выбрасывает (custom dll), и адрес планеты прописан старый<!-- -->...</div><br><div class="cBlock1">[<b><a href="news/test/2017-12-22-308.html">Проблемки</a></b>] <a href="javascript://" rel="nofollow" onclick="window.open('/index/8-1879', 'up1879', 'scrollbars=1,top=0,left=0,resizable=1,width=700,height=375'); return false;" title="rocky@needforkillru" rel="nofollow"><img alt="" src="http://s1.ucoz.net/img/icon/profile.png" width="13" border="0" style="vertical-align:-2px"/> <b>rocky@needforkillru</b></a>: Судя по всему, статистика на новый сайт не отсылается. Или это значит, что за полгода никто ни разу <!-- -->...</div><br><div class="cBlock2">[<b><a href="news/test/2017-12-22-308.html">Проблемки</a></b>] <a href="javascript://" rel="nofollow" onclick="window.open('/index/8-1796', 'up1796', 'scrollbars=1,top=0,left=0,resizable=1,width=700,height=375'); return false;" title="xbitnik" rel="nofollow"><img alt="" src="http://s1.ucoz.net/img/icon/profile.png" width="13" border="0" style="vertical-align:-2px"/> <b>xbitnik</b></a>: Нужно перерисовать архитектуруу нескольких карт из игры Brain Out, в точности имеется ввиду только а<!-- -->...</div><br><!-- </bc> -->
</div>
<div class="clr"></div>
</div>
<!-- </block12> -->
<!-- <block9> -->
<!-- </block9> -->
<!-- <block8> -->
<!-- </block8> -->
<!--/U1CLEFTER1Z-->
</div>
</aside>
</div>
</div>
<!-- </middle> -->
<div class="clr"></div>
</div>
</div>
<!--U1BOTTOM1Z-->
<!--/U1BOTTOM1Z-->
<!--U1BFOOTER1Z-->
<footer>
<div id="footer">
<div class="wrapper">
<div class="foot-i">
<!-- <copy> -->Copyright NFK players © 2006 - 2019<!-- </copy> --> | <!-- "' --><span class="pbV5N2NB">Используются технологии <a href="https://www.ucoz.ru/"><b>uCoz</b></a></span>
</div>
</div>
</div>
</footer>
<!--/U1BFOOTER1Z-->
<script type="text/javascript" src=".s/t/1101/template.min.js"></script>
<div style="display:none">
</div>
</body>
</html>
<!-- 0.12613 (s1) -->