Advertisement
Guest User

Untitled

a guest
Sep 27th, 2016
358
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 158.77 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="ru-ru" xml:lang="ru-ru">
  3. <head>
  4.  
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <meta http-equiv="content-language" content="ru-ru" />
  7. <meta http-equiv="content-style-type" content="text/css" />
  8. <meta http-equiv="imagetoolbar" content="no" />
  9. <meta name="referrer" content="origin-when-crossorigin">
  10. <meta name="resource-type" content="document" />
  11. <meta name="distribution" content="global" />
  12. <meta name="keywords" content="" />
  13. <meta name="description" content="" />
  14.  
  15. <title>Главная страница &bull; Конференция Overclockers.ru</title>
  16.  
  17.  
  18.  
  19. <link rel="stylesheet" href="./styles/ocss2/theme/stylesheet.css" type="text/css" />
  20. <link href="./styles/ocss2/theme/spoiler.css" rel="stylesheet" type="text/css" />
  21.  
  22. <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
  23. <script type="text/javascript" src="./styles/ocss2/template/jquery.cookie.js"></script>
  24. <script type="text/javascript" src="./styles/ocss2/template/jqueryrotate.2.1.js"></script>
  25. <script type="text/javascript" src="./styles/ocss2/template/spoiler.js"></script>
  26. <script type="text/javascript" src="./styles/ocss2/template/spoiler_t2.js"></script>
  27. <script type="text/javascript" src="./styles/ocss2/template/advertising.js"></script>
  28. <script type="text/javascript"><!--
  29. var spoiler_show = "[Показать]";
  30. var spoiler_hide = "[Скрыть]";
  31. //--></script>
  32.  
  33. <script type="text/javascript">
  34. // <![CDATA[
  35.  
  36.  
  37. if (typeof adblock == 'undefined')
  38. var adblock = 'yes';
  39.  
  40. $(document).ready(function() {
  41. if (adblock == 'yes')
  42. $("body").html("<h1>Для просмотра конференции отключите Adblock.</h1>");;
  43. //console.log("blacked");
  44. });
  45.  
  46. function popup(url, width, height, name)
  47. {
  48. if (!name)
  49. {
  50. name = '_popup';
  51. }
  52.  
  53. window.open(url.replace(/&amp;/g, '&'), name, 'height=' + height + ',resizable=yes,scrollbars=yes,width=' + width);
  54. return false;
  55. }
  56.  
  57. function jumpto()
  58. {
  59. var page = prompt('Введите номер страницы, на которую хотите перейти:', '');
  60. var per_page = '';
  61. var base_url = '';
  62.  
  63. if (page !== null && !isNaN(page) && page == Math.floor(page) && page > 0)
  64. {
  65. if (base_url.indexOf('?') == -1)
  66. {
  67. document.location.href = base_url + '?start=' + ((page - 1) * per_page);
  68. }
  69. else
  70. {
  71. document.location.href = base_url.replace(/&amp;/g, '&') + '&start=' + ((page - 1) * per_page);
  72. }
  73. }
  74. }
  75.  
  76. /**
  77. * Find a member
  78. */
  79. function find_username(url)
  80. {
  81. popup(url, 760, 570, '_usersearch');
  82. return false;
  83. }
  84.  
  85. /**
  86. * Mark/unmark checklist
  87. * id = ID of parent container, name = name prefix, state = state [true/false]
  88. */
  89. function marklist(id, name, state)
  90. {
  91. var parent = document.getElementById(id);
  92. if (!parent)
  93. {
  94. eval('parent = document.' + id);
  95. }
  96.  
  97. if (!parent)
  98. {
  99. return;
  100. }
  101.  
  102. var rb = parent.getElementsByTagName('input');
  103.  
  104. for (var r = 0; r < rb.length; r++)
  105. {
  106. if (rb[r].name.substr(0, name.length) == name)
  107. {
  108. rb[r].checked = state;
  109. }
  110. }
  111. }
  112.  
  113.  
  114. function getRandomInt(min, max)
  115. {
  116. return Math.floor(Math.random() * (max - min + 1)) + min;
  117. }
  118. function initSp2(c)
  119. {
  120. var c = c || 'body';
  121. $('div.sp2-head', $(c)).click(function(){
  122. $(this).toggleClass('unfolded');
  123. $(this).next('div.sp2-body').slideToggle('fast');
  124. });
  125. }
  126.  
  127. $(function() {
  128. initSp2('body');
  129.  
  130. $('a[id^=al\]').each(function(){
  131. $(this).mousedown(function(e) {
  132. switch(e.which){
  133. case 1:
  134. case 2:
  135. case 3:
  136. $.ajax({ url:'https://www.overclockers.ru/r/ahl/'+$(this).attr('id') });
  137. }
  138. });
  139. });
  140. $('a[class^=b-\]').each(function(){
  141. $(this).mousedown(function(e) {
  142. switch(e.which){
  143. case 1:
  144. case 2:
  145. case 3:
  146. $.ajax({ url:'https://www.overclockers.ru/r/ab/'+$(this).attr('class') });
  147. }
  148. });
  149. });
  150. });
  151. // ]]>
  152. </script>
  153.  
  154.  
  155. <script type="text/javascript" src="./gallery/plugins/highslide/highslide-full.js"></script>
  156. <link rel="stylesheet" type="text/css" href="./gallery/plugins/highslide/highslide.css" />
  157. <script type="text/javascript">
  158. hs.graphicsDir = './gallery/plugins/highslide/graphics/';
  159. hs.align = 'center';
  160. hs.transitions = ['expand', 'crossfade'];
  161. hs.fadeInOut = true;
  162. hs.dimmingOpacity = 0.8;
  163. hs.outlineType = 'rounded-white';
  164. hs.captionEval = 'this.thumb.title';
  165. // This value needs to be set to false, to solve the issue with the highly increasing view counts.
  166. hs.continuePreloading = false;
  167.  
  168. // Add the slideshow providing the controlbar and the thumbstrip
  169. hs.addSlideshow({
  170. interval: 5000,
  171. repeat: false,
  172. useControls: true,
  173. fixedControls: 'fit',
  174. overlayOptions: {
  175. opacity: .75,
  176. position: 'top center',
  177. hideOnMouseOut: true
  178. }
  179. });
  180. </script>
  181.  
  182. <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
  183. <script>
  184. (adsbygoogle = window.adsbygoogle || []).push({
  185. google_ad_client: "ca-pub-6684692793078550",
  186. enable_page_level_ads: true
  187. });
  188. </script>
  189.  
  190. <script>
  191. (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  192. (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  193. m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  194. })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
  195.  
  196. ga('create', 'UA-10978219-1', 'auto');
  197. ga('send', 'pageview');
  198.  
  199. </script>
  200.  
  201. <script>
  202. /**
  203. * Функция, которая отслеживает клики по исходящим ссылк в Analytics.
  204. */
  205. var trackOutboundLink = function(url) {
  206. ga('send', 'event', 'outbound', 'click', url, {
  207. 'transport': 'beacon',
  208. //'hitCallback': function(){document.location = url;}
  209. 'hitCallback': function(){window.open(url);}
  210. });
  211. }
  212. </script>
  213.  
  214.  
  215. </head>
  216. <body class="ltr">
  217.  
  218. <a name="top"></a>
  219.  
  220. <!-- main page banner top --><!-- /main page banner top -->
  221.  
  222. <div id="wrapheader">
  223. <table cellspacing=0 cellpadding=0 width="100%" border="0" height="20" id="mmenu">
  224. <tr>
  225. <td><img src="/images/crosslink/m_ns_left1.gif" width="15" height="20" alt=""></td>
  226. <td nowrap class="mid1"><span class=crosslight><a class="cross" href="https://www.overclockers.ru/">Overclockers.ru</a></span></td>
  227. <td><img src="/images/crosslink/m_s_left_2.gif" width="15" height="20" alt=""></td>
  228. <td nowrap id="midd"><span class=crosslight>&nbsp;<a class="crosssel" href="https://forums.overclockers.ru/"><b>Конференция</b></a>&nbsp;</span></td>
  229.  
  230. <td><img src="/images/crosslink/m_s_r.gif" width="15" height="20" alt=""></td>
  231. <td nowrap class="mid1"><span class=crosslight>&nbsp;<a class=cross href="http://people.overclockers.ru/">Персональные страницы</a>&nbsp;</span></td>
  232. <td><img src="/images/crosslink/m_ns_r.gif" width="15" height="20" alt=""></td>
  233. <td nowrap class="mid1"><span class=crosslight>&nbsp;<a class=cross href="http://wiki.overclockers.ru/">Wiki</span></a>&nbsp;</td>
  234. <td><img src="/images/crosslink/m_ns_r1.gif" width="15" height="20" alt=""></td>
  235. <!--td class="out" align="left" background="/images/crosslink/m_out.gif">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://notebook.ru" target="_blank" style="text-decoration:underline; font-size:11pt; font-family:arial,verdana"><B><span style="color:#bc0030">ноутбуки</span> <span style="color:#000">цены</span></b></a><br>
  236. <img src="/images/crosslink/spacer.gif" alt="" height="5" width="1"></td-->
  237.  
  238. <td nowrap class="out" background="/images/crosslink/m_out.gif" align=right width="100%"><span class="gensmall">
  239.  
  240. <table cellspacing=0 cellpadding=0 width="100%" border="0"><tr><td align="right" nowrap="nowrap"><span class="gensmall" width="100%">
  241. <a href="faq.php" class="mainmenu">FAQ по конференции</a> |
  242. <a href="http://overclockers.ru/faq/" class="mainmenu">FAQ</a>
  243. </tr></table>
  244.  
  245. </td>
  246. </tr>
  247. </table>
  248. <table cellspacing=0 cellpadding=0 width="100%" border="0">
  249. <tr>
  250. <td><a href="./index.php" id="logo"><img src="./styles/ocss2/imageset/logo_forum.gif" width="250" height="60" alt="" title="" /></a></td>
  251. <td align="right"><!-- banner logo --><!-- R-139088-4 ������.RTB-���� -->
  252. <div id="yandex_ad_R-139088-4"></div>
  253. <script type="text/javascript">
  254. (function(w, d, n, s, t) {
  255. w[n] = w[n] || [];
  256. w[n].push(function() {
  257. Ya.Context.AdvManager.render({
  258. blockId: "R-139088-4",
  259. renderTo: "yandex_ad_R-139088-4",
  260. async: true
  261. });
  262. });
  263. t = d.getElementsByTagName("script")[0];
  264. s = d.createElement("script");
  265. s.type = "text/javascript";
  266. s.src = "//an.yandex.ru/system/context.js";
  267. s.async = true;
  268. t.parentNode.insertBefore(s, t);
  269. })(this, this.document, "yandexContextAsyncCallbacks");
  270. </script>
  271.  
  272. </td>
  273. <td><!-- /banner logo --><!-- main page index header logo --><!-- /main page index header logo -->
  274.  
  275. </td>
  276. </tr>
  277. </table>
  278.  
  279. <div id="menubar">
  280.  
  281. <table id="login_menu">
  282. <tr>
  283. <td><a href="/viewtopic.php?f=14&t=39069" style="color:red;font-weight:bold;text-decoration:underline">ПРАВИЛА КОНФЕРЕНЦИИ</a> |
  284. <a href="./ucp.php?mode=logout&amp;sid=6f12106f367e6575447302ffc40797c3">Выход [ <b>Lepharist</b> ]</a> |<!--&nbsp; &nbsp;<a href="./search.php">Поиск</a>-->&nbsp;<a href="./memberlist.php">Пользователи</a>&nbsp;|
  285. <strong><a href="./gallery/index.php" title="Фотогалерея">Галерея</a>&nbsp;</strong> |
  286. <a href="./faq.php">FAQ</a>
  287.  
  288. </td>
  289. <td rowspan="2" id="search-box">
  290. <div>
  291. <form action="./search.php" method="post" id="search">
  292.  
  293. <input name="keywords" id="keywords" style="width:240px" type="text" maxlength="128" title="Ключевые слова" class="inputbox search" value="Поиск…" onclick="if(this.value=='Поиск…')this.value='';" onblur="if(this.value=='')this.value='Поиск…';" />
  294. <input class="button2" value="Поиск" type="submit" /><br />
  295.  
  296. <a href="./search.php" title="Параметры расширенного поиска">Расширенный поиск</a>
  297.  
  298. </form>
  299. </div>
  300.  
  301. </td>
  302. </tr>
  303. <tr>
  304. <td style="background:#fff;">
  305. <a href="./ucp.php">Личный раздел</a> | <a href="./ucp.php?i=main&amp;mode=bookmarks">Закладки</a> | <a href="./ucp.php?i=main&amp;mode=subscribed">Подписки</a> | <a href="./ucp.php?i=pm&amp;folder=inbox">Новых ЛС: <strong>0</strong> </a>
  306. </td>
  307. </tr>
  308.  
  309. </table>
  310.  
  311.  
  312.  
  313.  
  314.  
  315.  
  316. <div id="datebar">
  317. <table width="100%" cellspacing="0">
  318. <tr>
  319. <td class="gensmall">Предыдущее посещение: 27.09.2016 12:01</td>
  320. <td class="gensmall" align="right">Текущее время: 27.09.2016 23:07<br /></td>
  321. </tr>
  322. </table>
  323. </div>
  324. <!-- date bar banner --><style>
  325. .needblock {border: solid 2pt #245e98; background-color:#FFFFFF;}
  326. .needblock a {color: #004488; text-decoration: none; font-size: 115%; padding-left: 2px; cursor:pointer;}
  327. .needblock a:hover {color: #000000; text-decoration: underline;}
  328. .clear {clear:both;}
  329. .zerg {padding: 2px 2px 2px 20px;}
  330. </style>
  331. <br />
  332. <br class="clear" />
  333. <table width="100%" cellpadding="0" cellspacing="0" class="needblock">
  334. <tr>
  335. <td width="15" style="background-color:#245e99"><img src="/images/anons/anons.png" /></td>
  336. <td><table width="100%" border="0" cellspacing="4" cellpadding="0" style="font-size: 16px">
  337. <tr>
  338. <td class="zerg" width="50%" align="left">
  339.  
  340.  
  341. <strong>›</strong><a target="_blank" href="http://www.regard.ru/catalog/tovar190540.htm" data-onclick="trackOutboundLink('http://www.regard.ru/catalog/tovar190540.htm'); return false;">R9 FURY за копейки в Регарде, смотри!!!</a><br />
  342.  
  343.  
  344.  
  345. <strong>›</strong><a target="_blank" href="http://www.regard.ru/catalog/tovar233477.htm" data-onclick="trackOutboundLink('http://www.regard.ru/catalog/tovar233477.htm'); return false;">Еще один нереф GTX 1060 дешевле 15 т.р.</a><br />
  346.  
  347.  
  348.  
  349. <strong>›</strong><a target="_blank" href="https://www.overclockers.ru/vacancy/" data-onclick="trackOutboundLink('https://www.overclockers.ru/vacancy/'); return false;">Открыты вакансии веб-дизайнера и программиста</a><br />
  350.  
  351.  
  352. <td class="zerg" width="50%" align="left">
  353.  
  354.  
  355. <strong>›</strong><a target="_blank" href="https://www.xpert.ru/products.php?showProduct=157726" data-onclick="trackOutboundLink('https://www.xpert.ru/products.php?showProduct=157726'); return false;">Крутой обвал цен на GTX 1080, самая низкая в XPERT.RU</a><br />
  356.  
  357.  
  358.  
  359. <strong>›</strong><a target="_blank" href="http://www.regard.ru/catalog/tovar183556.htm" data-onclick="trackOutboundLink('http://www.regard.ru/catalog/tovar183556.htm'); return false;">GTX 980 Ti - цена рухнула!</a><br />
  360.  
  361.  
  362.  
  363. <strong>›</strong><a target="_blank" href="http://www.regard.ru/catalog/tovar232168.htm" data-onclick="trackOutboundLink('http://www.regard.ru/catalog/tovar232168.htm'); return false;">GTX 1060 MSI за 15 т.р.</a><br />
  364.  
  365.  
  366. </tr>
  367. </table>
  368. </td>
  369. <td width="15" style="background-color:#245e99"><img src="/images/anons/anons2.png" /></td>
  370. </tr>
  371. </table>
  372.  
  373.  
  374. <br clear="all" /><!-- /date bar banner -->
  375.  
  376. </div>
  377.  
  378. <!-- middle banner --><!-- /middle banner -->
  379.  
  380.  
  381. <div id="wrapcentre">
  382.  
  383.  
  384. <p class="searchbar">
  385. <span style="float: left;"><a href="./search.php?search_id=unanswered">Сообщения без ответов</a> | <a href="./search.php?search_id=active_topics">Активные темы</a></span>
  386.  
  387. <span style="float: right;"><a href="./search.php?search_id=unreadposts">Непрочитанные сообщения</a> | <a href="./search.php?search_id=newposts">Новые сообщения</a> | <a href="./search.php?search_id=egosearch">Ваши сообщения</a></span>
  388.  
  389. </p>
  390.  
  391.  
  392. <br style="clear: both;" />
  393.  
  394. <table class="tablebg" width="100%" cellspacing="1" cellpadding="0" style="margin-top: 5px;">
  395. <tr>
  396. <td class="row1">
  397. <p class="breadcrumbs"><a href="./index.php">Список форумов</a></p>
  398. <p class="datetime">Часовой пояс: UTC + 3 часа </p>
  399. </td>
  400. </tr>
  401. </table>
  402.  
  403. <br /><script type="text/javascript">
  404. function resizeDo()
  405. {
  406. if ($('#hcol_banner').width() > 100)
  407. {
  408. if ($(window).width() > 1360)
  409. {
  410. $('#col_other').show();
  411. $('#hcol_other').show();
  412. $('#hcol_name').colSpan = 4;
  413. }
  414. else
  415. {
  416. $('#col_other').hide();
  417. $('#hcol_other').hide();
  418. $('#hcol_name').colSpan = 3;
  419. }
  420. }
  421. else
  422. {
  423. $('#hcol_banner').hide();
  424. //$('#hcol_name').colSpan = 3;
  425. }
  426. }
  427.  
  428. $(window).resize(function() {
  429. resizeDo();
  430. });
  431.  
  432. $(document).ready(function(){
  433. setTimeout('resizeDo()', 2000);
  434. /*if ($('#hcol_banner').width() < 100)
  435. {
  436. $('#recentTbl').hide();
  437. }*/
  438. });
  439. </script>
  440. <table class="tablebg" cellspacing="1" width="100%" id="recentTbl">
  441. <tr>
  442. <th colspan="4" id="hcol_name">Новые темы и сообщения</th>
  443. </tr>
  444. <tr>
  445. <td class="row1"><strong>Тематические форумы</strong></td>
  446. <td class="row1"><strong>Общекомпьютерные форумы</strong></td>
  447. <td class="row1" id="hcol_other"><strong>Прочие форумы</strong></td>
  448. <td class="row1" rowspan="2" id="hcol_banner">
  449. <!-- middle banner --><!-- none --><!-- /middle banner -->
  450. </td>
  451.  
  452. </tr>
  453. <tr>
  454. <td class="row1" valign="top">
  455. <span style="font-size:9pt">
  456.  
  457. <a href="./viewtopic.php?f=2&amp;t=517465&amp;view=unread#unread"><img src="./styles/ocss2/imageset/icon_topic_newest.gif" width="18" height="9" alt="Перейти к первому непрочитанному сообщению" title="Перейти к первому непрочитанному сообщению" /></a> <!--strong>&rsaquo;</strong--> <a href="./viewtopic.php?f=2&amp;t=517465" title="Intel Haswell-E / Broadwell-E LGA 2011-3" class="link-new">Intel Haswell-E / Broadwell-E LGA 2&hellip;</a> (9203)
  458.  
  459. <br />
  460.  
  461. <a href="./viewtopic.php?f=2&amp;t=563272&amp;view=unread#unread"><img src="./styles/ocss2/imageset/icon_topic_newest.gif" width="18" height="9" alt="Перейти к первому непрочитанному сообщению" title="Перейти к первому непрочитанному сообщению" /></a> <!--strong>&rsaquo;</strong--> <a href="./viewtopic.php?f=2&amp;t=563272" title="Инженерные версии Intel® Core™ i7-6700T и всё, что с ними связано!" class="link-new">Инженерные версии Intel® Core™ i7-6&hellip;</a> (85)
  462.  
  463. <br />
  464.  
  465. <a href="./viewtopic.php?f=1&amp;t=564337&amp;view=unread#unread"><img src="./styles/ocss2/imageset/icon_topic_newest.gif" width="18" height="9" alt="Перейти к первому непрочитанному сообщению" title="Перейти к первому непрочитанному сообщению" /></a> <!--strong>&rsaquo;</strong--> <a href="./viewtopic.php?f=1&amp;t=564337" title="Выбор материнской платы под разгон i7-6700k" class="link-new">Выбор материнской платы под разгон &hellip;</a> (1)
  466.  
  467. <br />
  468.  
  469. <a href="./viewtopic.php?f=2&amp;t=459503&amp;view=unread#unread"><img src="./styles/ocss2/imageset/icon_topic_newest.gif" width="18" height="9" alt="Перейти к первому непрочитанному сообщению" title="Перейти к первому непрочитанному сообщению" /></a> <!--strong>&rsaquo;</strong--> <a href="./viewtopic.php?f=2&amp;t=459503" title="Процессоры AMD FX (Микроархитектура Piledriver)" class="link-new">Процессоры AMD FX (Микроархитектура&hellip;</a> (33321)
  470.  
  471. <br />
  472.  
  473. <a href="./viewtopic.php?f=3&amp;t=556441&amp;p=14135260#p14135260"><img src="./styles/ocss2/imageset/icon_topic_latest.gif" width="18" height="9" alt="Перейти к последнему сообщению" title="Перейти к последнему сообщению" /></a> &rsaquo; <a href="./viewtopic.php?f=3&amp;t=556441" title="Всё об AMD Radeon RX480, RX470, RX460 (Polaris 10 &amp; 11)">Всё об AMD Radeon RX480, RX470, RX4&hellip;</a> (6197)
  474.  
  475. <br />
  476.  
  477. <a href="./viewtopic.php?f=2&amp;t=540623&amp;view=unread#unread"><img src="./styles/ocss2/imageset/icon_topic_newest.gif" width="18" height="9" alt="Перейти к первому непрочитанному сообщению" title="Перейти к первому непрочитанному сообщению" /></a> <!--strong>&rsaquo;</strong--> <a href="./viewtopic.php?f=2&amp;t=540623" title="Процессоры Intel семейства Core i3/i5/i7 (микроархитектура Skylake LGA1151)" class="link-new">Процессоры Intel семейства Core i3/&hellip;</a> (6593)
  478.  
  479. <br />
  480.  
  481. <a href="./viewtopic.php?f=3&amp;t=437965&amp;view=unread#unread"><img src="./styles/ocss2/imageset/icon_topic_newest.gif" width="18" height="9" alt="Перейти к первому непрочитанному сообщению" title="Перейти к первому непрочитанному сообщению" /></a> <!--strong>&rsaquo;</strong--> <a href="./viewtopic.php?f=3&amp;t=437965" title="Все о GeForce GTX 670/680/760/770 (GK104. Kepler 28nm)" class="link-new">Все о GeForce GTX 670/680/760/770 (&hellip;</a> (24636)
  482.  
  483. <br />
  484.  
  485. <a href="./viewtopic.php?f=1&amp;t=540456&amp;view=unread#unread"><img src="./styles/ocss2/imageset/icon_topic_newest.gif" width="18" height="9" alt="Перейти к первому непрочитанному сообщению" title="Перейти к первому непрочитанному сообщению" /></a> <!--strong>&rsaquo;</strong--> <a href="./viewtopic.php?f=1&amp;t=540456" title="ASUS LGA1151 на чипсете Intel Z170 (процессоры Skylake)" class="link-new">ASUS LGA1151 на чипсете Intel Z170 &hellip;</a> (4424)
  486.  
  487. <br />
  488.  
  489. <a href="./viewtopic.php?f=3&amp;t=560545&amp;view=unread#unread"><img src="./styles/ocss2/imageset/icon_topic_newest.gif" width="18" height="9" alt="Перейти к первому непрочитанному сообщению" title="Перейти к первому непрочитанному сообщению" /></a> <!--strong>&rsaquo;</strong--> <a href="./viewtopic.php?f=3&amp;t=560545" title="Всё о GeForce GTX 1060 (GP106 Pascal 16nm)" class="link-new">Всё о GeForce GTX 1060 (GP106 Pasca&hellip;</a> (2619)
  490.  
  491. <br />
  492.  
  493. <a href="./viewtopic.php?f=5&amp;t=261087&amp;view=unread#unread"><img src="./styles/ocss2/imageset/icon_topic_newest.gif" width="18" height="9" alt="Перейти к первому непрочитанному сообщению" title="Перейти к первому непрочитанному сообщению" /></a> <!--strong>&rsaquo;</strong--> <a href="./viewtopic.php?f=5&amp;t=261087" title="Выбор воздушного кулера для процессора - скорая помощь новичкам и бывалым + FAQ" class="link-new">Выбор воздушного кулера для процесс&hellip;</a> (24185)
  494.  
  495. <br />
  496.  
  497. <a href="./viewtopic.php?f=3&amp;t=556432&amp;view=unread#unread"><img src="./styles/ocss2/imageset/icon_topic_newest.gif" width="18" height="9" alt="Перейти к первому непрочитанному сообщению" title="Перейти к первому непрочитанному сообщению" /></a> <!--strong>&rsaquo;</strong--> <a href="./viewtopic.php?f=3&amp;t=556432" title="Всё о GeForce GTX 1070 | 1080 (GP104 Pascal 16nm)" class="link-new">Всё о GeForce GTX 1070 | 1080 (GP10&hellip;</a> (14051)
  498.  
  499. <br />
  500.  
  501. <a href="./viewtopic.php?f=3&amp;t=494068&amp;view=unread#unread"><img src="./styles/ocss2/imageset/icon_topic_newest.gif" width="18" height="9" alt="Перейти к первому непрочитанному сообщению" title="Перейти к первому непрочитанному сообщению" /></a> <!--strong>&rsaquo;</strong--> <a href="./viewtopic.php?f=3&amp;t=494068" title="Всё о AMD R9 290/290X (Hawaii 28nm)" class="link-new">Всё о AMD R9 290/290X (Hawaii 28nm)</a> (27265)
  502.  
  503. <br />
  504.  
  505. <a href="./viewtopic.php?f=1&amp;t=383927&amp;view=unread#unread"><img src="./styles/ocss2/imageset/icon_topic_newest.gif" width="18" height="9" alt="Перейти к первому непрочитанному сообщению" title="Перейти к первому непрочитанному сообщению" /></a> <!--strong>&rsaquo;</strong--> <a href="./viewtopic.php?f=1&amp;t=383927" title="Выбор материнской платы под процессоры Intel LGA1155 (Sandy Bridge и Ivy Bridge)" class="link-new">Выбор материнской платы под процесс&hellip;</a> (14954)
  506.  
  507. <br />
  508.  
  509. <a href="./viewtopic.php?f=2&amp;t=482717&amp;view=unread#unread"><img src="./styles/ocss2/imageset/icon_topic_newest.gif" width="18" height="9" alt="Перейти к первому непрочитанному сообщению" title="Перейти к первому непрочитанному сообщению" /></a> <!--strong>&rsaquo;</strong--> <a href="./viewtopic.php?f=2&amp;t=482717" title="Процессоры Intel семейства Core i3/i5/i7 (микроархитектура Haswell LGA1150)" class="link-new">Процессоры Intel семейства Core i3/&hellip;</a> (17302)
  510.  
  511. <br />
  512.  
  513. <a href="./viewtopic.php?f=2&amp;t=325872&amp;view=unread#unread"><img src="./styles/ocss2/imageset/icon_topic_newest.gif" width="18" height="9" alt="Перейти к первому непрочитанному сообщению" title="Перейти к первому непрочитанному сообщению" /></a> <!--strong>&rsaquo;</strong--> <a href="./viewtopic.php?f=2&amp;t=325872" title="Процессоры Intel семейства Core i5/i7 (микроархитектура Nehalem LGA1156)." class="link-new">Процессоры Intel семейства Core i5/&hellip;</a> (4292)
  514.  
  515. <br />
  516.  
  517. <a href="./viewtopic.php?f=2&amp;t=501716&amp;view=unread#unread"><img src="./styles/ocss2/imageset/icon_topic_newest.gif" width="18" height="9" alt="Перейти к первому непрочитанному сообщению" title="Перейти к первому непрочитанному сообщению" /></a> <!--strong>&rsaquo;</strong--> <a href="./viewtopic.php?f=2&amp;t=501716" title="Мод XEON LGA771 (Server) =&gt; LGA775 (Desktop)" class="link-new">Мод XEON LGA771 (Server) =&gt; LGA7&hellip;</a> (28718)
  518.  
  519. <br />
  520.  
  521. <a href="./viewtopic.php?f=63&amp;t=564334&amp;view=unread#unread"><img src="./styles/ocss2/imageset/icon_topic_newest.gif" width="18" height="9" alt="Перейти к первому непрочитанному сообщению" title="Перейти к первому непрочитанному сообщению" /></a> <!--strong>&rsaquo;</strong--> <a href="./viewtopic.php?f=63&amp;t=564334" title="Проверка интерфейса HDD SATA, UEFI BIOS ???" class="link-new">Проверка интерфейса HDD SATA, UEFI &hellip;</a> (0)
  522.  
  523. <br />
  524.  
  525. <a href="./viewtopic.php?f=1&amp;t=540530&amp;view=unread#unread"><img src="./styles/ocss2/imageset/icon_topic_newest.gif" width="18" height="9" alt="Перейти к первому непрочитанному сообщению" title="Перейти к первому непрочитанному сообщению" /></a> <!--strong>&rsaquo;</strong--> <a href="./viewtopic.php?f=1&amp;t=540530" title="MSI LGA1151 на чипсете Intel Z170 (процессоры Skylake)" class="link-new">MSI LGA1151 на чипсете Intel Z170 (&hellip;</a> (1710)
  526.  
  527. <br />
  528.  
  529. <a href="./viewtopic.php?f=3&amp;t=537867&amp;view=unread#unread"><img src="./styles/ocss2/imageset/icon_topic_newest.gif" width="18" height="9" alt="Перейти к первому непрочитанному сообщению" title="Перейти к первому непрочитанному сообщению" /></a> <!--strong>&rsaquo;</strong--> <a href="./viewtopic.php?f=3&amp;t=537867" title="Все об AMD Radeon R9 Fury X/Fury/Nano/Pro Duo (Fiji)" class="link-new">Все об AMD Radeon R9 Fury X/Fury/Na&hellip;</a> (1336)
  530.  
  531. <br />
  532.  
  533. <a href="./viewtopic.php?f=63&amp;t=263373&amp;view=unread#unread"><img src="./styles/ocss2/imageset/icon_topic_newest.gif" width="18" height="9" alt="Перейти к первому непрочитанному сообщению" title="Перейти к первому непрочитанному сообщению" /></a> <!--strong>&rsaquo;</strong--> <a href="./viewtopic.php?f=63&amp;t=263373" title="Помогите с ремонтом - Объявления" class="link-new">Помогите с ремонтом - Объявления</a> (1822)
  534.  
  535. <br />
  536.  
  537. <a href="./viewtopic.php?f=3&amp;t=177072&amp;view=unread#unread"><img src="./styles/ocss2/imageset/icon_topic_newest.gif" width="18" height="9" alt="Перейти к первому непрочитанному сообщению" title="Перейти к первому непрочитанному сообщению" /></a> <!--strong>&rsaquo;</strong--> <a href="./viewtopic.php?f=3&amp;t=177072" title="Все о технологии SLI" class="link-new">Все о технологии SLI</a> (9284)
  538.  
  539. <br />
  540.  
  541. <a href="./viewtopic.php?f=47&amp;t=330808&amp;view=unread#unread"><img src="./styles/ocss2/imageset/icon_topic_newest.gif" width="18" height="9" alt="Перейти к первому непрочитанному сообщению" title="Перейти к первому непрочитанному сообщению" /></a> <!--strong>&rsaquo;</strong--> <a href="./viewtopic.php?f=47&amp;t=330808" title="Лазерный оптический сенсор" class="link-new">Лазерный оптический сенсор</a> (2790)
  542.  
  543. <br />
  544.  
  545. <a href="./viewtopic.php?f=3&amp;t=353325&amp;view=unread#unread"><img src="./styles/ocss2/imageset/icon_topic_newest.gif" width="18" height="9" alt="Перейти к первому непрочитанному сообщению" title="Перейти к первому непрочитанному сообщению" /></a> <!--strong>&rsaquo;</strong--> <a href="./viewtopic.php?f=3&amp;t=353325" title="Помощь в выборе PCI-E видеокарты + FAQ" class="link-new">Помощь в выборе PCI-E видеокарты + &hellip;</a> (31730)
  546.  
  547. <br />
  548.  
  549. <a href="./viewtopic.php?f=4&amp;t=525428&amp;view=unread#unread"><img src="./styles/ocss2/imageset/icon_topic_newest.gif" width="18" height="9" alt="Перейти к первому непрочитанному сообщению" title="Перейти к первому непрочитанному сообщению" /></a> <!--strong>&rsaquo;</strong--> <a href="./viewtopic.php?f=4&amp;t=525428" title="Выбор оперативной памяти DDR4" class="link-new">Выбор оперативной памяти DDR4</a> (2243)
  550.  
  551. <br />
  552.  
  553. </span>
  554. </td>
  555. <td class="row1" valign="top">
  556. <span style="font-size:9pt">
  557.  
  558. <a href="./viewtopic.php?f=33&amp;t=61718&amp;view=unread#unread"><img src="./styles/ocss2/imageset/icon_topic_newest.gif" width="18" height="9" alt="Перейти к первому непрочитанному сообщению" title="Перейти к первому непрочитанному сообщению" /></a> <!--strong>&rsaquo;</strong--> <a href="./viewtopic.php?f=33&amp;t=61718" title="Выбор наушников" class="link-new">Выбор наушников</a> (28981)
  559.  
  560. <br />
  561.  
  562. <a href="./viewtopic.php?f=151&amp;t=266589&amp;view=unread#unread"><img src="./styles/ocss2/imageset/icon_topic_newest.gif" width="18" height="9" alt="Перейти к первому непрочитанному сообщению" title="Перейти к первому непрочитанному сообщению" /></a> <!--strong>&rsaquo;</strong--> <a href="./viewtopic.php?f=151&amp;t=266589" title="Апгрейд НОУТБУКА" class="link-new">Апгрейд НОУТБУКА</a> (9546)
  563.  
  564. <br />
  565.  
  566. <a href="./viewtopic.php?f=32&amp;t=142597&amp;view=unread#unread"><img src="./styles/ocss2/imageset/icon_topic_newest.gif" width="18" height="9" alt="Перейти к первому непрочитанному сообщению" title="Перейти к первому непрочитанному сообщению" /></a> <!--strong>&rsaquo;</strong--> <a href="./viewtopic.php?f=32&amp;t=142597" title="Обсуждение зеркальных ЦФК, оптики, вспышек и т.д." class="link-new">Обсуждение зеркальных ЦФК, оптики, &hellip;</a> (18635)
  567.  
  568. <br />
  569.  
  570. <a href="./viewtopic.php?f=40&amp;t=260316&amp;p=14135272#p14135272"><img src="./styles/ocss2/imageset/icon_topic_latest.gif" width="18" height="9" alt="Перейти к последнему сообщению" title="Перейти к последнему сообщению" /></a> &rsaquo; <a href="./viewtopic.php?f=40&amp;t=260316" title="Выбор универсального роутера/маршрутизатора для домашней сети">Выбор универсального роутера/маршру&hellip;</a> (10156)
  571.  
  572. <br />
  573.  
  574. <a href="./viewtopic.php?f=32&amp;t=564330&amp;view=unread#unread"><img src="./styles/ocss2/imageset/icon_topic_newest.gif" width="18" height="9" alt="Перейти к первому непрочитанному сообщению" title="Перейти к первому непрочитанному сообщению" /></a> <!--strong>&rsaquo;</strong--> <a href="./viewtopic.php?f=32&amp;t=564330" title="Собираюсь поставить cyanogenmod на Xaomi Redmi Note 2" class="link-new">Собираюсь поставить cyanogenmod на &hellip;</a> (4)
  575.  
  576. <br />
  577.  
  578. <a href="./viewtopic.php?f=33&amp;t=315248&amp;view=unread#unread"><img src="./styles/ocss2/imageset/icon_topic_newest.gif" width="18" height="9" alt="Перейти к первому непрочитанному сообщению" title="Перейти к первому непрочитанному сообщению" /></a> <!--strong>&rsaquo;</strong--> <a href="./viewtopic.php?f=33&amp;t=315248" title="Hi-Fi: Домашний кинотеатр (аудио-видео системы, 5.1)" class="link-new">Hi-Fi: Домашний кинотеатр (аудио-ви&hellip;</a> (17910)
  579.  
  580. <br />
  581.  
  582. <a href="./viewtopic.php?f=13&amp;t=562704&amp;view=unread#unread"><img src="./styles/ocss2/imageset/icon_topic_newest.gif" width="18" height="9" alt="Перейти к первому непрочитанному сообщению" title="Перейти к первому непрочитанному сообщению" /></a> <!--strong>&rsaquo;</strong--> <a href="./viewtopic.php?f=13&amp;t=562704" title="Forza Horizon 3" class="link-new">Forza Horizon 3</a> (313)
  583.  
  584. <br />
  585.  
  586. <a href="./viewtopic.php?f=151&amp;t=273732&amp;view=unread#unread"><img src="./styles/ocss2/imageset/icon_topic_newest.gif" width="18" height="9" alt="Перейти к первому непрочитанному сообщению" title="Перейти к первому непрочитанному сообщению" /></a> <!--strong>&rsaquo;</strong--> <a href="./viewtopic.php?f=151&amp;t=273732" title="Выбор НЕТБУКА" class="link-new">Выбор НЕТБУКА</a> (2449)
  587.  
  588. <br />
  589.  
  590. <a href="./viewtopic.php?f=151&amp;t=315564&amp;view=unread#unread"><img src="./styles/ocss2/imageset/icon_topic_newest.gif" width="18" height="9" alt="Перейти к первому непрочитанному сообщению" title="Перейти к первому непрочитанному сообщению" /></a> <!--strong>&rsaquo;</strong--> <a href="./viewtopic.php?f=151&amp;t=315564" title="Выбор НОУТБУКА" class="link-new">Выбор НОУТБУКА</a> (26255)
  591.  
  592. <br />
  593.  
  594. <a href="./viewtopic.php?f=13&amp;t=551700&amp;view=unread#unread"><img src="./styles/ocss2/imageset/icon_topic_newest.gif" width="18" height="9" alt="Перейти к первому непрочитанному сообщению" title="Перейти к первому непрочитанному сообщению" /></a> <!--strong>&rsaquo;</strong--> <a href="./viewtopic.php?f=13&amp;t=551700" title="Quantum Break" class="link-new">Quantum Break</a> (2752)
  595.  
  596. <br />
  597.  
  598. <a href="./viewtopic.php?f=7&amp;t=128617&amp;view=unread#unread"><img src="./styles/ocss2/imageset/icon_topic_newest.gif" width="18" height="9" alt="Перейти к первому непрочитанному сообщению" title="Перейти к первому непрочитанному сообщению" /></a> <!--strong>&rsaquo;</strong--> <a href="./viewtopic.php?f=7&amp;t=128617" title="Обсуждение мышей для геймера" class="link-new">Обсуждение мышей для геймера</a> (17799)
  599.  
  600. <br />
  601.  
  602. <a href="./viewtopic.php?f=7&amp;t=352354&amp;view=unread#unread"><img src="./styles/ocss2/imageset/icon_topic_newest.gif" width="18" height="9" alt="Перейти к первому непрочитанному сообщению" title="Перейти к первому непрочитанному сообщению" /></a> <!--strong>&rsaquo;</strong--> <a href="./viewtopic.php?f=7&amp;t=352354" title="Выбор механической клавиатуры" class="link-new">Выбор механической клавиатуры</a> (6841)
  603.  
  604. <br />
  605.  
  606. <a href="./viewtopic.php?f=13&amp;t=536682&amp;view=unread#unread"><img src="./styles/ocss2/imageset/icon_topic_newest.gif" width="18" height="9" alt="Перейти к первому непрочитанному сообщению" title="Перейти к первому непрочитанному сообщению" /></a> <!--strong>&rsaquo;</strong--> <a href="./viewtopic.php?f=13&amp;t=536682" title="Fallout 4" class="link-new">Fallout 4</a> (9107)
  607.  
  608. <br />
  609.  
  610. <a href="./viewtopic.php?f=13&amp;t=477426&amp;view=unread#unread"><img src="./styles/ocss2/imageset/icon_topic_newest.gif" width="18" height="9" alt="Перейти к первому непрочитанному сообщению" title="Перейти к первому непрочитанному сообщению" /></a> <!--strong>&rsaquo;</strong--> <a href="./viewtopic.php?f=13&amp;t=477426" title="Battlefield 4" class="link-new">Battlefield 4</a> (20891)
  611.  
  612. <br />
  613.  
  614. <a href="./viewtopic.php?f=8&amp;t=51231&amp;view=unread#unread"><img src="./styles/ocss2/imageset/icon_topic_newest.gif" width="18" height="9" alt="Перейти к первому непрочитанному сообщению" title="Перейти к первому непрочитанному сообщению" /></a> <!--strong>&rsaquo;</strong--> <a href="./viewtopic.php?f=8&amp;t=51231" title="Maxthon (бывший MyIE2)" class="link-new">Maxthon (бывший MyIE2)</a> (1019)
  615.  
  616. <br />
  617.  
  618. <a href="./viewtopic.php?f=8&amp;t=520633&amp;p=14135187#p14135187"><img src="./styles/ocss2/imageset/icon_topic_latest.gif" width="18" height="9" alt="Перейти к последнему сообщению" title="Перейти к последнему сообщению" /></a> &rsaquo; <a href="./viewtopic.php?f=8&amp;t=520633" title="Windows 10">Windows 10</a> (23458)
  619.  
  620. <br />
  621.  
  622. <a href="./viewtopic.php?f=13&amp;t=521465&amp;view=unread#unread"><img src="./styles/ocss2/imageset/icon_topic_newest.gif" width="18" height="9" alt="Перейти к первому непрочитанному сообщению" title="Перейти к первому непрочитанному сообщению" /></a> <!--strong>&rsaquo;</strong--> <a href="./viewtopic.php?f=13&amp;t=521465" title="The Evil Within" class="link-new">The Evil Within</a> (985)
  623.  
  624. <br />
  625.  
  626. <a href="./viewtopic.php?f=24&amp;t=266828&amp;view=unread#unread"><img src="./styles/ocss2/imageset/icon_topic_newest.gif" width="18" height="9" alt="Перейти к первому непрочитанному сообщению" title="Перейти к первому непрочитанному сообщению" /></a> <!--strong>&rsaquo;</strong--> <a href="./viewtopic.php?f=24&amp;t=266828" title="[FAQ] Выбор винчестера от 1.5 ТБ и больше" class="link-new">[FAQ] Выбор винчестера от 1.5 ТБ и &hellip;</a> (7575)
  627.  
  628. <br />
  629.  
  630. <a href="./viewtopic.php?f=24&amp;t=79601&amp;view=unread#unread"><img src="./styles/ocss2/imageset/icon_topic_newest.gif" width="18" height="9" alt="Перейти к первому непрочитанному сообщению" title="Перейти к первому непрочитанному сообщению" /></a> <!--strong>&rsaquo;</strong--> <a href="./viewtopic.php?f=24&amp;t=79601" title="Выбор USB Flash Drive" class="link-new">Выбор USB Flash Drive</a> (3686)
  631.  
  632. <br />
  633.  
  634. <a href="./viewtopic.php?f=26&amp;t=538811&amp;view=unread#unread"><img src="./styles/ocss2/imageset/icon_topic_newest.gif" width="18" height="9" alt="Перейти к первому непрочитанному сообщению" title="Перейти к первому непрочитанному сообщению" /></a> <!--strong>&rsaquo;</strong--> <a href="./viewtopic.php?f=26&amp;t=538811" title="ПК на стене" class="link-new">ПК на стене</a> (32)
  635.  
  636. <br />
  637.  
  638. <a href="./viewtopic.php?f=13&amp;t=359997&amp;view=unread#unread"><img src="./styles/ocss2/imageset/icon_topic_newest.gif" width="18" height="9" alt="Перейти к первому непрочитанному сообщению" title="Перейти к первому непрочитанному сообщению" /></a> <!--strong>&rsaquo;</strong--> <a href="./viewtopic.php?f=13&amp;t=359997" title="World Of Tanks (технические аспекты)" class="link-new">World Of Tanks (технические аспекты&hellip;</a> (4453)
  639.  
  640. <br />
  641.  
  642. <a href="./viewtopic.php?f=13&amp;t=556438&amp;view=unread#unread"><img src="./styles/ocss2/imageset/icon_topic_newest.gif" width="18" height="9" alt="Перейти к первому непрочитанному сообщению" title="Перейти к первому непрочитанному сообщению" /></a> <!--strong>&rsaquo;</strong--> <a href="./viewtopic.php?f=13&amp;t=556438" title="Forza Motorsport 6: Apex" class="link-new">Forza Motorsport 6: Apex</a> (442)
  643.  
  644. <br />
  645.  
  646. <a href="./viewtopic.php?f=24&amp;t=473790&amp;view=unread#unread"><img src="./styles/ocss2/imageset/icon_topic_newest.gif" width="18" height="9" alt="Перейти к первому непрочитанному сообщению" title="Перейти к первому непрочитанному сообщению" /></a> <!--strong>&rsaquo;</strong--> <a href="./viewtopic.php?f=24&amp;t=473790" title="[FAQ] SSD накопители Plextor всех серий" class="link-new">[FAQ] SSD накопители Plextor всех с&hellip;</a> (8243)
  647.  
  648. <br />
  649.  
  650. <a href="./viewtopic.php?f=7&amp;t=118257&amp;view=unread#unread"><img src="./styles/ocss2/imageset/icon_topic_newest.gif" width="18" height="9" alt="Перейти к первому непрочитанному сообщению" title="Перейти к первому непрочитанному сообщению" /></a> <!--strong>&rsaquo;</strong--> <a href="./viewtopic.php?f=7&amp;t=118257" title="A4 Tech Game Mouse" class="link-new">A4 Tech Game Mouse</a> (9980)
  651.  
  652. <br />
  653.  
  654. </span>
  655. </td>
  656. <td class="row1" valign="top" id="col_other">
  657. <span style="font-size:9pt">
  658.  
  659. <a href="./viewtopic.php?f=54&amp;t=564078&amp;view=unread#unread"><img src="./styles/ocss2/imageset/icon_topic_newest.gif" width="18" height="9" alt="Перейти к первому непрочитанному сообщению" title="Перейти к первому непрочитанному сообщению" /></a> <!--strong>&rsaquo;</strong--> <a href="./viewtopic.php?f=54&amp;t=564078" title="PCI адаптер USB 3.0" class="link-new">PCI адаптер USB 3.0</a> (6)
  660.  
  661. <br />
  662.  
  663. <a href="./viewtopic.php?f=14&amp;t=370722&amp;p=14135278#p14135278"><img src="./styles/ocss2/imageset/icon_topic_latest.gif" width="18" height="9" alt="Перейти к последнему сообщению" title="Перейти к последнему сообщению" /></a> &rsaquo; <a href="./viewtopic.php?f=14&amp;t=370722" title="Улучшаем форум своими силами :)">Улучшаем форум своими силами :)</a> (814)
  664.  
  665. <br />
  666.  
  667. <a href="./viewtopic.php?f=116&amp;t=484872&amp;view=unread#unread"><img src="./styles/ocss2/imageset/icon_topic_newest.gif" width="18" height="9" alt="Перейти к первому непрочитанному сообщению" title="Перейти к первому непрочитанному сообщению" /></a> <!--strong>&rsaquo;</strong--> <a href="./viewtopic.php?f=116&amp;t=484872" title="Россия - экономика и политика" class="link-new">Россия - экономика и политика</a> (49072)
  668.  
  669. <br />
  670.  
  671. <a href="./viewtopic.php?f=10&amp;t=560482&amp;p=14135269#p14135269"><img src="./styles/ocss2/imageset/icon_topic_latest.gif" width="18" height="9" alt="Перейти к последнему сообщению" title="Перейти к последнему сообщению" /></a> &rsaquo; <a href="./viewtopic.php?f=10&amp;t=560482" title="GTX 1060 vs RX 480 (&quot;диванная&quot; аналитика, мнения местных &quot;экспертов&quot; и т.д.)">GTX 1060 vs RX 480 (&quot;диванная&&hellip;</a> (6120)
  672.  
  673. <br />
  674.  
  675. <a href="./viewtopic.php?f=9&amp;t=202447&amp;view=unread#unread"><img src="./styles/ocss2/imageset/icon_topic_newest.gif" width="18" height="9" alt="Перейти к первому непрочитанному сообщению" title="Перейти к первому непрочитанному сообщению" /></a> <!--strong>&rsaquo;</strong--> <a href="./viewtopic.php?f=9&amp;t=202447" title="Пожелания и критика" class="link-new">Пожелания и критика</a> (2797)
  676.  
  677. <br />
  678.  
  679. <a href="./viewtopic.php?f=21&amp;t=530759&amp;view=unread#unread"><img src="./styles/ocss2/imageset/icon_topic_newest.gif" width="18" height="9" alt="Перейти к первому непрочитанному сообщению" title="Перейти к первому непрочитанному сообщению" /></a> <!--strong>&rsaquo;</strong--> <a href="./viewtopic.php?f=21&amp;t=530759" title="[F@H] FLDC - криптовалюта за успехи в Folding@Home" class="link-new">[F@H] FLDC - криптовалюта за успехи&hellip;</a> (406)
  680.  
  681. <br />
  682.  
  683. <a href="./viewtopic.php?f=22&amp;t=564081&amp;view=unread#unread"><img src="./styles/ocss2/imageset/icon_topic_newest.gif" width="18" height="9" alt="Перейти к первому непрочитанному сообщению" title="Перейти к первому непрочитанному сообщению" /></a> <!--strong>&rsaquo;</strong--> <a href="./viewtopic.php?f=22&amp;t=564081" title="Начал самопроизвольно перезагружаться ПК" class="link-new">Начал самопроизвольно перезагружать&hellip;</a> (16)
  684.  
  685. <br />
  686.  
  687. <a href="./viewtopic.php?f=29&amp;t=549164&amp;view=unread#unread"><img src="./styles/ocss2/imageset/icon_topic_newest.gif" width="18" height="9" alt="Перейти к первому непрочитанному сообщению" title="Перейти к первому непрочитанному сообщению" /></a> <!--strong>&rsaquo;</strong--> <a href="./viewtopic.php?f=29&amp;t=549164" title="Оверклокеры в World of Tanks 2016" class="link-new">Оверклокеры в World of Tanks 2016</a> (16176)
  688.  
  689. <br />
  690.  
  691. <a href="./viewtopic.php?f=25&amp;t=479847&amp;view=unread#unread"><img src="./styles/ocss2/imageset/icon_topic_newest.gif" width="18" height="9" alt="Перейти к первому непрочитанному сообщению" title="Перейти к первому непрочитанному сообщению" /></a> <!--strong>&rsaquo;</strong--> <a href="./viewtopic.php?f=25&amp;t=479847" title="Модификация AMI Aptio UEFI биосов. Софт для работы. Обновление Option ROM и EFI модулей." class="link-new">Модификация AMI Aptio UEFI биосов. &hellip;</a> (5536)
  692.  
  693. <br />
  694.  
  695. <a href="./viewtopic.php?f=10&amp;t=351366&amp;p=14135209#p14135209"><img src="./styles/ocss2/imageset/icon_topic_latest.gif" width="18" height="9" alt="Перейти к последнему сообщению" title="Перейти к последнему сообщению" /></a> &rsaquo; <a href="./viewtopic.php?f=10&amp;t=351366" title="На какой диск ставить игры?">На какой диск ставить игры?</a> (55)
  696.  
  697. <br />
  698.  
  699. <a href="./viewtopic.php?f=128&amp;t=284616&amp;view=unread#unread"><img src="./styles/ocss2/imageset/icon_topic_newest.gif" width="18" height="9" alt="Перейти к первому непрочитанному сообщению" title="Перейти к первому непрочитанному сообщению" /></a> <!--strong>&rsaquo;</strong--> <a href="./viewtopic.php?f=128&amp;t=284616" title="Поговорим о велосипедах. Часть II." class="link-new">Поговорим о велосипедах. Часть II.</a> (15182)
  700.  
  701. <br />
  702.  
  703. <a href="./viewtopic.php?f=58&amp;t=564314&amp;view=unread#unread"><img src="./styles/ocss2/imageset/icon_topic_newest.gif" width="18" height="9" alt="Перейти к первому непрочитанному сообщению" title="Перейти к первому непрочитанному сообщению" /></a> <!--strong>&rsaquo;</strong--> <a href="./viewtopic.php?f=58&amp;t=564314" title="Обзор android-смартфона BQ Wide BQS-5515: добротный начальный класс" class="link-new">Обзор android-смартфона BQ Wide BQS&hellip;</a> (3)
  704.  
  705. <br />
  706.  
  707. <a href="./viewtopic.php?f=29&amp;t=532039&amp;view=unread#unread"><img src="./styles/ocss2/imageset/icon_topic_newest.gif" width="18" height="9" alt="Перейти к первому непрочитанному сообщению" title="Перейти к первому непрочитанному сообщению" /></a> <!--strong>&rsaquo;</strong--> <a href="./viewtopic.php?f=29&amp;t=532039" title="Оверклокеры в World of Warships" class="link-new">Оверклокеры в World of Warships</a> (5035)
  708.  
  709. <br />
  710.  
  711. <a href="./viewtopic.php?f=29&amp;t=468993&amp;view=unread#unread"><img src="./styles/ocss2/imageset/icon_topic_newest.gif" width="18" height="9" alt="Перейти к первому непрочитанному сообщению" title="Перейти к первому непрочитанному сообщению" /></a> <!--strong>&rsaquo;</strong--> <a href="./viewtopic.php?f=29&amp;t=468993" title="Оверклокеры в World of Warplanes" class="link-new">Оверклокеры в World of Warplanes</a> (1673)
  712.  
  713. <br />
  714.  
  715. <a href="./viewtopic.php?f=22&amp;t=564333&amp;view=unread#unread"><img src="./styles/ocss2/imageset/icon_topic_newest.gif" width="18" height="9" alt="Перейти к первому непрочитанному сообщению" title="Перейти к первому непрочитанному сообщению" /></a> <!--strong>&rsaquo;</strong--> <a href="./viewtopic.php?f=22&amp;t=564333" title="Проверка интерфейса HDD SATA, UEFI BIOS" class="link-new">Проверка интерфейса HDD SATA, UEFI &hellip;</a> (0)
  716.  
  717. <br />
  718.  
  719. <a href="./viewtopic.php?f=10&amp;t=564255&amp;view=unread#unread"><img src="./styles/ocss2/imageset/icon_topic_newest.gif" width="18" height="9" alt="Перейти к первому непрочитанному сообщению" title="Перейти к первому непрочитанному сообщению" /></a> <!--strong>&rsaquo;</strong--> <a href="./viewtopic.php?f=10&amp;t=564255" title="Развели как лоха =/ Есть варианты? (Хостинг)" class="link-new">Развели как лоха =/ Есть варианты? &hellip;</a> (32)
  720.  
  721. <br />
  722.  
  723. <a href="./viewtopic.php?f=10&amp;t=532216&amp;view=unread#unread"><img src="./styles/ocss2/imageset/icon_topic_newest.gif" width="18" height="9" alt="Перейти к первому непрочитанному сообщению" title="Перейти к первому непрочитанному сообщению" /></a> <!--strong>&rsaquo;</strong--> <a href="./viewtopic.php?f=10&amp;t=532216" title="Смешное видео, Приколы )" class="link-new">Смешное видео, Приколы )</a> (119)
  724.  
  725. <br />
  726.  
  727. <a href="./viewtopic.php?f=54&amp;t=244643&amp;view=unread#unread"><img src="./styles/ocss2/imageset/icon_topic_newest.gif" width="18" height="9" alt="Перейти к первому непрочитанному сообщению" title="Перейти к первому непрочитанному сообщению" /></a> <!--strong>&rsaquo;</strong--> <a href="./viewtopic.php?f=54&amp;t=244643" title="Ветка выбора железа для &quot;бесшумного/тихого&quot; компьютера. Советы. FАQ." class="link-new">Ветка выбора железа для &quot;бесшу&hellip;</a> (12203)
  728.  
  729. <br />
  730.  
  731. <a href="./viewtopic.php?f=136&amp;t=57046&amp;view=unread#unread"><img src="./styles/ocss2/imageset/icon_topic_newest.gif" width="18" height="9" alt="Перейти к первому непрочитанному сообщению" title="Перейти к первому непрочитанному сообщению" /></a> <!--strong>&rsaquo;</strong--> <a href="./viewtopic.php?f=136&amp;t=57046" title="Тяжелый Метал во всех его проявлениях" class="link-new">Тяжелый Метал во всех его проявлени&hellip;</a> (5265)
  732.  
  733. <br />
  734.  
  735. <a href="./viewtopic.php?f=58&amp;t=564248&amp;view=unread#unread"><img src="./styles/ocss2/imageset/icon_topic_newest.gif" width="18" height="9" alt="Перейти к первому непрочитанному сообщению" title="Перейти к первому непрочитанному сообщению" /></a> <!--strong>&rsaquo;</strong--> <a href="./viewtopic.php?f=58&amp;t=564248" title="Mother Russia Bleeds: рецензия" class="link-new">Mother Russia Bleeds: рецензия</a> (16)
  736.  
  737. <br />
  738.  
  739. <a href="./viewtopic.php?f=22&amp;t=563830&amp;view=unread#unread"><img src="./styles/ocss2/imageset/icon_topic_newest.gif" width="18" height="9" alt="Перейти к первому непрочитанному сообщению" title="Перейти к первому непрочитанному сообщению" /></a> <!--strong>&rsaquo;</strong--> <a href="./viewtopic.php?f=22&amp;t=563830" title="Проблема с запуском Supermicro X8DTT-F-SG007 REV 2.00" class="link-new">Проблема с запуском Supermicro X8DT&hellip;</a> (4)
  740.  
  741. <br />
  742.  
  743. <a href="./viewtopic.php?f=58&amp;t=563262&amp;view=unread#unread"><img src="./styles/ocss2/imageset/icon_topic_newest.gif" width="18" height="9" alt="Перейти к первому непрочитанному сообщению" title="Перейти к первому непрочитанному сообщению" /></a> <!--strong>&rsaquo;</strong--> <a href="./viewtopic.php?f=58&amp;t=563262" title="Ретроклокинг: битва топовых видеокарт Nvidia" class="link-new">Ретроклокинг: битва топовых видеока&hellip;</a> (155)
  744.  
  745. <br />
  746.  
  747. <a href="./viewtopic.php?f=149&amp;t=558801&amp;view=unread#unread"><img src="./styles/ocss2/imageset/icon_topic_newest.gif" width="18" height="9" alt="Перейти к первому непрочитанному сообщению" title="Перейти к первому непрочитанному сообщению" /></a> <!--strong>&rsaquo;</strong--> <a href="./viewtopic.php?f=149&amp;t=558801" title="Совместные покупки (сборные заказы) в computeruniverse" class="link-new">Совместные покупки (сборные заказы)&hellip;</a> (101)
  748.  
  749. <br />
  750.  
  751. <a href="./viewtopic.php?f=129&amp;t=549979&amp;view=unread#unread"><img src="./styles/ocss2/imageset/icon_topic_newest.gif" width="18" height="9" alt="Перейти к первому непрочитанному сообщению" title="Перейти к первому непрочитанному сообщению" /></a> <!--strong>&rsaquo;</strong--> <a href="./viewtopic.php?f=129&amp;t=549979" title="Battlefield 1 (2016)" class="link-new">Battlefield 1 (2016)</a> (3784)
  752.  
  753. <br />
  754.  
  755. </span>
  756. </td>
  757. </tr>
  758. </table>
  759. <br /><div align="center">
  760. <!-- R-139088-9 ������.RTB-���� -->
  761. <div id="yandex_ad_R-139088-9"></div>
  762. <script type="text/javascript">
  763. (function(w, d, n, s, t) {
  764. w[n] = w[n] || [];
  765. w[n].push(function() {
  766. Ya.Context.AdvManager.render({
  767. blockId: "R-139088-9",
  768. renderTo: "yandex_ad_R-139088-9",
  769. async: true
  770. });
  771. });
  772. t = d.getElementsByTagName("script")[0];
  773. s = d.createElement("script");
  774. s.type = "text/javascript";
  775. s.src = "//an.yandex.ru/system/context.js";
  776. s.async = true;
  777. t.parentNode.insertBefore(s, t);
  778. })(this, this.document, "yandexContextAsyncCallbacks");
  779. </script>
  780. </div>
  781. <table cellspacing="0" cellspacing="0" border="0" width="100%">
  782. <tr>
  783. <td valign="top">
  784.  
  785.  
  786. <table class="tablebg" cellspacing="1" width="100%">
  787. <tr>
  788. <td class="cat" colspan="5" align="right"><a class="nav" href="./index.php?hash=39bf9529&amp;mark=forums">Отметить форумы как прочтённые</a>&nbsp;</td>
  789. </tr>
  790. <tr>
  791. <th colspan="2">&nbsp;Форум&nbsp;</th>
  792. <th width="50">&nbsp;Темы&nbsp;</th>
  793. <th width="50">&nbsp;Сообщения&nbsp;</th>
  794. <th>&nbsp;Последнее сообщение&nbsp;</th>
  795. </tr>
  796.  
  797. <tr>
  798. <td class="cat" colspan="2"><h4><a href="./viewforum.php?f=69">Техподдержка</a></h4></td>
  799. <td class="catdiv" colspan="3">&nbsp;</td>
  800. </tr>
  801.  
  802. <tr>
  803. <td class="row1" width="50" align="center"><img src="./styles/ocss2/imageset/forum_unread_subforum.gif" width="46" height="25" alt="Непрочитанные сообщения" title="Непрочитанные сообщения" /></td>
  804. <td class="row1" width="100%">
  805.  
  806. <a class="forumlink" href="./viewforum.php?f=54">Выбор железа</a>
  807. <p class="forumdesc">Все вопросы по приобретению, модернизации и сравнительным характеристикам компьютерных комплектующих.</p>
  808.  
  809. <p class="forumdesc"><strong>Модераторы:</strong> <a href="./memberlist.php?mode=viewprofile&amp;u=30028" style="color: #AA0000;" class="username-coloured">Varg</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=124203" style="color: #006600;" class="username-coloured">MaD!CaT</a></p>
  810.  
  811. <p class="forumdesc"><strong>Подфорум: </strong> <a href="./viewforum.php?f=98" class="subforum unread" title="Непрочитанные сообщения">Выбор системы в сборе</a></p>
  812.  
  813. </td>
  814. <td class="row2" align="center"><p class="topicdetails">128</p></td>
  815. <td class="row2" align="center"><p class="topicdetails">143961</p></td>
  816. <td class="row2" align="center" nowrap="nowrap">
  817. <table cellspacing="0" cellpadding="0" width="100%">
  818. <tr>
  819. <td class="topicdetails" width="20">
  820. <a href="./viewtopic.php?f=54&amp;p=14135281#p14135281"><img src="./styles/ocss2/imageset/icon_topic_latest.gif" width="18" height="9" alt="Перейти к последнему сообщению" title="Перейти к последнему сообщению" /></a>
  821. </td>
  822. <td class="topicdetails">
  823. 27.09.2016 23:07 <a href="./memberlist.php?mode=viewprofile&amp;u=38025">Максимилиан-80</a><br />
  824. <a href="./viewtopic.php?f=54&amp;t=564078" title="PCI адаптер USB 3.0">PCI адаптер USB 3.0</a> (6)
  825.  
  826.  
  827. </td>
  828. </tr>
  829. </table>
  830. </td>
  831. </tr>
  832.  
  833. <tr>
  834. <td class="row1" width="50" align="center"><img src="./styles/ocss2/imageset/forum_unread_subforum.gif" width="46" height="25" alt="Непрочитанные сообщения" title="Непрочитанные сообщения" /></td>
  835. <td class="row1" width="100%">
  836.  
  837. <a class="forumlink" href="./viewforum.php?f=22">Комплексные проблемы</a>
  838. <p class="forumdesc">Помощь в настройке и отладке компьютеров. <br />Решение проблем &quot;Как разогнать&quot; и &quot;Что делать&quot;.</p>
  839.  
  840. <p class="forumdesc"><strong>Модераторы:</strong> <a href="./memberlist.php?mode=viewprofile&amp;u=5876" style="color: #006600;" class="username-coloured">Sonic-Chainik</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=124203" style="color: #006600;" class="username-coloured">MaD!CaT</a></p>
  841.  
  842. <p class="forumdesc"><strong>Подфорумы: </strong> <a href="./viewforum.php?f=88" class="subforum unread" title="Непрочитанные сообщения">AfterClock</a>, <a href="./viewforum.php?f=89" class="subforum unread" title="Непрочитанные сообщения">Проблемы Железные</a>, <a href="./viewforum.php?f=90" class="subforum unread" title="Непрочитанные сообщения">Софтовая часть</a></p>
  843.  
  844. </td>
  845. <td class="row2" align="center"><p class="topicdetails">13132</p></td>
  846. <td class="row2" align="center"><p class="topicdetails">161780</p></td>
  847. <td class="row2" align="center" nowrap="nowrap">
  848. <table cellspacing="0" cellpadding="0" width="100%">
  849. <tr>
  850. <td class="topicdetails" width="20">
  851. <a href="./viewtopic.php?f=22&amp;p=14135235#p14135235"><img src="./styles/ocss2/imageset/icon_topic_latest.gif" width="18" height="9" alt="Перейти к последнему сообщению" title="Перейти к последнему сообщению" /></a>
  852. </td>
  853. <td class="topicdetails">
  854. 27.09.2016 22:32 <a href="./memberlist.php?mode=viewprofile&amp;u=195831">mandyson</a><br />
  855. <a href="./viewtopic.php?f=22&amp;t=564081" title="Начал самопроизвольно перезагружаться ПК">Начал самопроизвольно перезагр&hellip;</a> (16)
  856.  
  857.  
  858. </td>
  859. </tr>
  860. </table>
  861. </td>
  862. </tr>
  863.  
  864. <tr>
  865. <td class="cat" colspan="2"><h4><a href="./viewforum.php?f=70">Тематические форумы</a></h4></td>
  866. <td class="catdiv" colspan="3">&nbsp;</td>
  867. </tr>
  868.  
  869. <tr>
  870. <td class="row1" width="50" align="center"><img src="./styles/ocss2/imageset/forum_unread.gif" width="46" height="25" alt="Непрочитанные сообщения" title="Непрочитанные сообщения" /></td>
  871. <td class="row1" width="100%">
  872.  
  873. <a class="forumlink" href="./viewforum.php?f=2">Процессоры</a>
  874. <p class="forumdesc">Обсуждение процессоров: производительность, теория, сравнение. Для поиска советов по разгону выделен форум <a href="http://forums.overclockers.ru/viewforum.php?f=88" class="postlink">AfterClock</a>.</p>
  875.  
  876. <p class="forumdesc"><strong>Модератор:</strong> <a href="./memberlist.php?mode=viewprofile&amp;u=37368" style="color: #006600;" class="username-coloured">Igor-Igor</a></p>
  877.  
  878. </td>
  879. <td class="row2" align="center"><p class="topicdetails">1307</p></td>
  880. <td class="row2" align="center"><p class="topicdetails">354446</p></td>
  881. <td class="row2" align="center" nowrap="nowrap">
  882. <table cellspacing="0" cellpadding="0" width="100%">
  883. <tr>
  884. <td class="topicdetails" width="20">
  885. <a href="./viewtopic.php?f=2&amp;p=14135277#p14135277"><img src="./styles/ocss2/imageset/icon_topic_latest.gif" width="18" height="9" alt="Перейти к последнему сообщению" title="Перейти к последнему сообщению" /></a>
  886. </td>
  887. <td class="topicdetails">
  888. 27.09.2016 23:01 <a href="./memberlist.php?mode=viewprofile&amp;u=172190">rentgenolog</a><br />
  889. <a href="./viewtopic.php?f=2&amp;t=517465" title="Intel Haswell-E / Broadwell-E LGA 2011-3">Intel Haswell-E / Broadwell-E &hellip;</a> (9203)
  890.  
  891.  
  892. </td>
  893. </tr>
  894. </table>
  895. </td>
  896. </tr>
  897.  
  898. <tr>
  899. <td class="row1" width="50" align="center"><img src="./styles/ocss2/imageset/forum_unread.gif" width="46" height="25" alt="Непрочитанные сообщения" title="Непрочитанные сообщения" /></td>
  900. <td class="row1" width="100%">
  901.  
  902. <a class="forumlink" href="./viewforum.php?f=1">Материнские платы</a>
  903. <p class="forumdesc">Обсуждение материнских плат и всего, что с ними связано.</p>
  904.  
  905. <p class="forumdesc"><strong>Модератор:</strong> <a href="./memberlist.php?mode=viewprofile&amp;u=37368" style="color: #006600;" class="username-coloured">Igor-Igor</a></p>
  906.  
  907. </td>
  908. <td class="row2" align="center"><p class="topicdetails">746</p></td>
  909. <td class="row2" align="center"><p class="topicdetails">538676</p></td>
  910. <td class="row2" align="center" nowrap="nowrap">
  911. <table cellspacing="0" cellpadding="0" width="100%">
  912. <tr>
  913. <td class="topicdetails" width="20">
  914. <a href="./viewtopic.php?f=1&amp;p=14135270#p14135270"><img src="./styles/ocss2/imageset/icon_topic_latest.gif" width="18" height="9" alt="Перейти к последнему сообщению" title="Перейти к последнему сообщению" /></a>
  915. </td>
  916. <td class="topicdetails">
  917. 27.09.2016 22:54 <a href="./memberlist.php?mode=viewprofile&amp;u=302333">Skylake i7</a><br />
  918. <a href="./viewtopic.php?f=1&amp;t=564337" title="Выбор материнской платы под разгон i7-6700k">Выбор материнской платы под ра&hellip;</a> (1)
  919.  
  920.  
  921. </td>
  922. </tr>
  923. </table>
  924. </td>
  925. </tr>
  926.  
  927. <tr>
  928. <td class="row1" width="50" align="center"><img src="./styles/ocss2/imageset/forum_unread_subforum.gif" width="46" height="25" alt="Непрочитанные сообщения" title="Непрочитанные сообщения" /></td>
  929. <td class="row1" width="100%">
  930.  
  931. <a class="forumlink" href="./viewforum.php?f=3">Видеокарты</a>
  932. <p class="forumdesc">Проблемы разгона, производительность, драйвера и тюнинг.</p>
  933.  
  934. <p class="forumdesc"><strong>Модераторы:</strong> <a href="./memberlist.php?mode=viewprofile&amp;u=289314" style="color: #006600;" class="username-coloured">Olegdjus</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=179003" style="color: #006600;" class="username-coloured">Alex_Smile</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=183994" style="color: #006600;" class="username-coloured">_AK_</a></p>
  935.  
  936. <p class="forumdesc"><strong>Подфорум: </strong> <a href="./viewforum.php?f=101" class="subforum unread" title="Непрочитанные сообщения">Драйверы</a></p>
  937.  
  938. </td>
  939. <td class="row2" align="center"><p class="topicdetails">713</p></td>
  940. <td class="row2" align="center"><p class="topicdetails">923555</p></td>
  941. <td class="row2" align="center" nowrap="nowrap">
  942. <table cellspacing="0" cellpadding="0" width="100%">
  943. <tr>
  944. <td class="topicdetails" width="20">
  945. <a href="./viewtopic.php?f=3&amp;p=14135260#p14135260"><img src="./styles/ocss2/imageset/icon_topic_latest.gif" width="18" height="9" alt="Перейти к последнему сообщению" title="Перейти к последнему сообщению" /></a>
  946. </td>
  947. <td class="topicdetails">
  948. 27.09.2016 22:48 <a href="./memberlist.php?mode=viewprofile&amp;u=171812">F1oRiDa</a><br />
  949. <a href="./viewtopic.php?f=3&amp;t=556441" title="Всё об AMD Radeon RX480, RX470, RX460 (Polaris 10 &amp; 11)">Всё об AMD Radeon RX480, RX470&hellip;</a> (6197)
  950.  
  951.  
  952. </td>
  953. </tr>
  954. </table>
  955. </td>
  956. </tr>
  957.  
  958. <tr>
  959. <td class="row1" width="50" align="center"><img src="./styles/ocss2/imageset/forum_unread_subforum.gif" width="46" height="25" alt="Непрочитанные сообщения" title="Непрочитанные сообщения" /></td>
  960. <td class="row1" width="100%">
  961.  
  962. <a class="forumlink" href="./viewforum.php?f=4">Оперативная память</a>
  963. <p class="forumdesc">Обсуждение памяти разных типов.</p>
  964.  
  965. <p class="forumdesc"><strong>Подфорумы: </strong> <a href="./viewforum.php?f=109" class="subforum unread" title="Непрочитанные сообщения">DDR, SDRAM и т.д.</a>, <a href="./viewforum.php?f=110" class="subforum unread" title="Непрочитанные сообщения">DDR II</a>, <a href="./viewforum.php?f=111" class="subforum unread" title="Непрочитанные сообщения">DDR III</a></p>
  966.  
  967. </td>
  968. <td class="row2" align="center"><p class="topicdetails">1378</p></td>
  969. <td class="row2" align="center"><p class="topicdetails">95082</p></td>
  970. <td class="row2" align="center" nowrap="nowrap">
  971. <table cellspacing="0" cellpadding="0" width="100%">
  972. <tr>
  973. <td class="topicdetails" width="20">
  974. <a href="./viewtopic.php?f=111&amp;p=14135263#p14135263"><img src="./styles/ocss2/imageset/icon_topic_latest.gif" width="18" height="9" alt="Перейти к последнему сообщению" title="Перейти к последнему сообщению" /></a>
  975. </td>
  976. <td class="topicdetails">
  977. 27.09.2016 22:49 <a href="./memberlist.php?mode=viewprofile&amp;u=148916">wolfire</a><br />
  978. <a href="./viewtopic.php?f=111&amp;t=252134" title="Статистика разгона памяти DDR3. Обсуждение результатов. Советы.">Статистика разгона памяти DDR3&hellip;</a> (3421)
  979.  
  980.  
  981. </td>
  982. </tr>
  983. </table>
  984. </td>
  985. </tr>
  986.  
  987. <tr>
  988. <td class="row1" width="50" align="center"><img src="./styles/ocss2/imageset/forum_unread_subforum.gif" width="46" height="25" alt="Непрочитанные сообщения" title="Непрочитанные сообщения" /></td>
  989. <td class="row1" width="100%">
  990.  
  991. <a class="forumlink" href="./viewforum.php?f=5">Системы охлаждения</a>
  992. <p class="forumdesc">Системы охлаждения: от пассивных до экстремальных...</p>
  993.  
  994. <p class="forumdesc"><strong>Модератор:</strong> <a href="./memberlist.php?mode=viewprofile&amp;u=97123" style="color: #006600;" class="username-coloured">psilocebin</a></p>
  995.  
  996. <p class="forumdesc"><strong>Подфорумы: </strong> <a href="./viewforum.php?f=106" class="subforum unread" title="Непрочитанные сообщения">Воздушные Кулеры</a>, <a href="./viewforum.php?f=107" class="subforum unread" title="Непрочитанные сообщения">Системы Жидкостного Охлаждения</a>, <a href="./viewforum.php?f=108" class="subforum unread" title="Непрочитанные сообщения">Теория Охлаждения</a></p>
  997.  
  998. </td>
  999. <td class="row2" align="center"><p class="topicdetails">2233</p></td>
  1000. <td class="row2" align="center"><p class="topicdetails">316590</p></td>
  1001. <td class="row2" align="center" nowrap="nowrap">
  1002. <table cellspacing="0" cellpadding="0" width="100%">
  1003. <tr>
  1004. <td class="topicdetails" width="20">
  1005. <a href="./viewtopic.php?f=107&amp;p=14135247#p14135247"><img src="./styles/ocss2/imageset/icon_topic_latest.gif" width="18" height="9" alt="Перейти к последнему сообщению" title="Перейти к последнему сообщению" /></a>
  1006. </td>
  1007. <td class="topicdetails">
  1008. 27.09.2016 22:40 <a href="./memberlist.php?mode=viewprofile&amp;u=274345">Stalkeros</a><br />
  1009. <a href="./viewtopic.php?f=107&amp;t=404704" title="Кто нибудь использовал китайские комплектующие в СВО?">Кто нибудь использовал китайск&hellip;</a> (1725)
  1010.  
  1011.  
  1012. </td>
  1013. </tr>
  1014. </table>
  1015. </td>
  1016. </tr>
  1017.  
  1018. <tr>
  1019. <td class="row1" width="50" align="center"><img src="./styles/ocss2/imageset/forum_unread.gif" width="46" height="25" alt="Непрочитанные сообщения" title="Непрочитанные сообщения" /></td>
  1020. <td class="row1" width="100%">
  1021.  
  1022. <a class="forumlink" href="./viewforum.php?f=63">Ремонт</a>
  1023. <p class="forumdesc">Форум по ремонту компьютерного оборудования своими силами. Для участия обязательно знание мат.части.</p>
  1024.  
  1025. <p class="forumdesc"><strong>Модератор:</strong> <a href="./memberlist.php?mode=viewprofile&amp;u=183994" style="color: #006600;" class="username-coloured">_AK_</a></p>
  1026.  
  1027. </td>
  1028. <td class="row2" align="center"><p class="topicdetails">1152</p></td>
  1029. <td class="row2" align="center"><p class="topicdetails">35186</p></td>
  1030. <td class="row2" align="center" nowrap="nowrap">
  1031. <table cellspacing="0" cellpadding="0" width="100%">
  1032. <tr>
  1033. <td class="topicdetails" width="20">
  1034. <a href="./viewtopic.php?f=63&amp;p=14135136#p14135136"><img src="./styles/ocss2/imageset/icon_topic_latest.gif" width="18" height="9" alt="Перейти к последнему сообщению" title="Перейти к последнему сообщению" /></a>
  1035. </td>
  1036. <td class="topicdetails">
  1037. 27.09.2016 21:53 <a href="./memberlist.php?mode=viewprofile&amp;u=196663">dark-----13</a><br />
  1038. <a href="./viewtopic.php?f=63&amp;t=564334" title="Проверка интерфейса HDD SATA, UEFI BIOS ???">Проверка интерфейса HDD SATA, &hellip;</a> (0)
  1039.  
  1040.  
  1041. </td>
  1042. </tr>
  1043. </table>
  1044. </td>
  1045. </tr>
  1046.  
  1047. <tr>
  1048. <td class="row1" width="50" align="center"><img src="./styles/ocss2/imageset/forum_unread.gif" width="46" height="25" alt="Непрочитанные сообщения" title="Непрочитанные сообщения" /></td>
  1049. <td class="row1" width="100%">
  1050.  
  1051. <a class="forumlink" href="./viewforum.php?f=47">Research and Development</a>
  1052. <p class="forumdesc">Форум по разработке электронных и иных устройств.<br />Для участия обязательно знание мат.части.</p>
  1053.  
  1054. </td>
  1055. <td class="row2" align="center"><p class="topicdetails">561</p></td>
  1056. <td class="row2" align="center"><p class="topicdetails">39644</p></td>
  1057. <td class="row2" align="center" nowrap="nowrap">
  1058. <table cellspacing="0" cellpadding="0" width="100%">
  1059. <tr>
  1060. <td class="topicdetails" width="20">
  1061. <a href="./viewtopic.php?f=47&amp;p=14135028#p14135028"><img src="./styles/ocss2/imageset/icon_topic_latest.gif" width="18" height="9" alt="Перейти к последнему сообщению" title="Перейти к последнему сообщению" /></a>
  1062. </td>
  1063. <td class="topicdetails">
  1064. 27.09.2016 21:11 <a href="./memberlist.php?mode=viewprofile&amp;u=49015">Dx!</a><br />
  1065. <a href="./viewtopic.php?f=47&amp;t=330808" title="Лазерный оптический сенсор">Лазерный оптический сенсор</a> (2790)
  1066.  
  1067.  
  1068. </td>
  1069. </tr>
  1070. </table>
  1071. </td>
  1072. </tr>
  1073.  
  1074. <tr>
  1075. <td class="cat" colspan="2"><h4><a href="./viewforum.php?f=71">Общекомпьютерные форумы</a></h4></td>
  1076. <td class="catdiv" colspan="3">&nbsp;</td>
  1077. </tr>
  1078.  
  1079. <tr>
  1080. <td class="row1" width="50" align="center"><img src="./styles/ocss2/imageset/forum_unread.gif" width="46" height="25" alt="Непрочитанные сообщения" title="Непрочитанные сообщения" /></td>
  1081. <td class="row1" width="100%">
  1082.  
  1083. <a class="forumlink" href="./viewforum.php?f=33">Акустика</a>
  1084. <p class="forumdesc">Звуковые карты, акустические системы, проблемы качественного звучания.</p>
  1085.  
  1086. <p class="forumdesc"><strong>Модераторы:</strong> <a href="./memberlist.php?mode=viewprofile&amp;u=30028" style="color: #AA0000;" class="username-coloured">Varg</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=28464" style="color: #006600;" class="username-coloured">4e_alex</a></p>
  1087.  
  1088. </td>
  1089. <td class="row2" align="center"><p class="topicdetails">4477</p></td>
  1090. <td class="row2" align="center"><p class="topicdetails">277654</p></td>
  1091. <td class="row2" align="center" nowrap="nowrap">
  1092. <table cellspacing="0" cellpadding="0" width="100%">
  1093. <tr>
  1094. <td class="topicdetails" width="20">
  1095. <a href="./viewtopic.php?f=33&amp;p=14135283#p14135283"><img src="./styles/ocss2/imageset/icon_topic_latest.gif" width="18" height="9" alt="Перейти к последнему сообщению" title="Перейти к последнему сообщению" /></a>
  1096. </td>
  1097. <td class="topicdetails">
  1098. 27.09.2016 23:07 <a href="./memberlist.php?mode=viewprofile&amp;u=11495">KingOfNothing</a><br />
  1099. <a href="./viewtopic.php?f=33&amp;t=61718" title="Выбор наушников">Выбор наушников</a> (28981)
  1100.  
  1101.  
  1102. </td>
  1103. </tr>
  1104. </table>
  1105. </td>
  1106. </tr>
  1107.  
  1108. <tr>
  1109. <td class="row1" width="50" align="center"><img src="./styles/ocss2/imageset/forum_unread.gif" width="46" height="25" alt="Непрочитанные сообщения" title="Непрочитанные сообщения" /></td>
  1110. <td class="row1" width="100%">
  1111.  
  1112. <a class="forumlink" href="./viewforum.php?f=13">Игры</a>
  1113. <p class="forumdesc">Обсуждение игр всех жанров.</p>
  1114.  
  1115. <p class="forumdesc"><strong>Модераторы:</strong> <a href="./memberlist.php?mode=viewprofile&amp;u=109437" style="color: #006600;" class="username-coloured">LuftHunter</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=155721" style="color: #006600;" class="username-coloured">Vik</a></p>
  1116.  
  1117. </td>
  1118. <td class="row2" align="center"><p class="topicdetails">1632</p></td>
  1119. <td class="row2" align="center"><p class="topicdetails">794559</p></td>
  1120. <td class="row2" align="center" nowrap="nowrap">
  1121. <table cellspacing="0" cellpadding="0" width="100%">
  1122. <tr>
  1123. <td class="topicdetails" width="20">
  1124. <a href="./viewtopic.php?f=13&amp;p=14135266#p14135266"><img src="./styles/ocss2/imageset/icon_topic_latest.gif" width="18" height="9" alt="Перейти к последнему сообщению" title="Перейти к последнему сообщению" /></a>
  1125. </td>
  1126. <td class="topicdetails">
  1127. 27.09.2016 22:51 <a href="./memberlist.php?mode=viewprofile&amp;u=268608">knight_asd</a><br />
  1128. <a href="./viewtopic.php?f=13&amp;t=562704" title="Forza Horizon 3">Forza Horizon 3</a> (313)
  1129.  
  1130.  
  1131. </td>
  1132. </tr>
  1133. </table>
  1134. </td>
  1135. </tr>
  1136.  
  1137. <tr>
  1138. <td class="row1" width="50" align="center"><img src="./styles/ocss2/imageset/forum_unread_subforum.gif" width="46" height="25" alt="Непрочитанные сообщения" title="Непрочитанные сообщения" /></td>
  1139. <td class="row1" width="100%">
  1140.  
  1141. <a class="forumlink" href="./viewforum.php?f=26">Корпуса и блоки питания</a>
  1142. <p class="forumdesc">Все вопросы о компьютерных корпусах, БП и UPS (ИБП).</p>
  1143.  
  1144. <p class="forumdesc"><strong>Модератор:</strong> <a href="./memberlist.php?mode=viewprofile&amp;u=97123" style="color: #006600;" class="username-coloured">psilocebin</a></p>
  1145.  
  1146. <p class="forumdesc"><strong>Подфорумы: </strong> <a href="./viewforum.php?f=119" class="subforum unread" title="Непрочитанные сообщения">Корпуса</a>, <a href="./viewforum.php?f=120" class="subforum unread" title="Непрочитанные сообщения">Блоки Питания и UPS</a></p>
  1147.  
  1148. </td>
  1149. <td class="row2" align="center"><p class="topicdetails">376</p></td>
  1150. <td class="row2" align="center"><p class="topicdetails">185367</p></td>
  1151. <td class="row2" align="center" nowrap="nowrap">
  1152. <table cellspacing="0" cellpadding="0" width="100%">
  1153. <tr>
  1154. <td class="topicdetails" width="20">
  1155. <a href="./viewtopic.php?f=119&amp;p=14135152#p14135152"><img src="./styles/ocss2/imageset/icon_topic_latest.gif" width="18" height="9" alt="Перейти к последнему сообщению" title="Перейти к последнему сообщению" /></a>
  1156. </td>
  1157. <td class="topicdetails">
  1158. 27.09.2016 21:58 <a href="./memberlist.php?mode=viewprofile&amp;u=40971">pa_ul</a><br />
  1159. <a href="./viewtopic.php?f=119&amp;t=408254" title="Корпуса Fractal Design">Корпуса Fractal Design</a> (5436)
  1160.  
  1161.  
  1162. </td>
  1163. </tr>
  1164. </table>
  1165. </td>
  1166. </tr>
  1167.  
  1168. <tr>
  1169. <td class="row1" width="50" align="center"><img src="./styles/ocss2/imageset/forum_unread.gif" width="46" height="25" alt="Непрочитанные сообщения" title="Непрочитанные сообщения" /></td>
  1170. <td class="row1" width="100%">
  1171.  
  1172. <a class="forumlink" href="./viewforum.php?f=40">Локальные сети и Интернет</a>
  1173. <p class="forumdesc">Обсуждение оборудования для построения сетей, сетевых технологий и ПО для организации сетевой работы, доступа в Интернет и работы в нём.</p>
  1174.  
  1175. </td>
  1176. <td class="row2" align="center"><p class="topicdetails">4744</p></td>
  1177. <td class="row2" align="center"><p class="topicdetails">80513</p></td>
  1178. <td class="row2" align="center" nowrap="nowrap">
  1179. <table cellspacing="0" cellpadding="0" width="100%">
  1180. <tr>
  1181. <td class="topicdetails" width="20">
  1182. <a href="./viewtopic.php?f=40&amp;p=14135272#p14135272"><img src="./styles/ocss2/imageset/icon_topic_latest.gif" width="18" height="9" alt="Перейти к последнему сообщению" title="Перейти к последнему сообщению" /></a>
  1183. </td>
  1184. <td class="topicdetails">
  1185. 27.09.2016 22:55 <a href="./memberlist.php?mode=viewprofile&amp;u=298305">LavR</a><br />
  1186. <a href="./viewtopic.php?f=40&amp;t=260316" title="Выбор универсального роутера/маршрутизатора для домашней сети">Выбор универсального роутера/м&hellip;</a> (10156)
  1187.  
  1188.  
  1189. </td>
  1190. </tr>
  1191. </table>
  1192. </td>
  1193. </tr>
  1194.  
  1195. <tr>
  1196. <td class="row1" width="50" align="center"><img src="./styles/ocss2/imageset/forum_unread.gif" width="46" height="25" alt="Непрочитанные сообщения" title="Непрочитанные сообщения" /></td>
  1197. <td class="row1" width="100%">
  1198.  
  1199. <a class="forumlink" href="./viewforum.php?f=151">Ноутбуки</a>
  1200. <p class="forumdesc">Выбор и эксплуатация мобильных компьютеров с функционалом ПК - ноутбуков, нетбуков, планшетов с клавиатурой или х86 платформой.</p>
  1201.  
  1202. <p class="forumdesc"><strong>Модератор:</strong> <a href="./memberlist.php?mode=viewprofile&amp;u=37368" style="color: #006600;" class="username-coloured">Igor-Igor</a></p>
  1203.  
  1204. </td>
  1205. <td class="row2" align="center"><p class="topicdetails">371</p></td>
  1206. <td class="row2" align="center"><p class="topicdetails">50326</p></td>
  1207. <td class="row2" align="center" nowrap="nowrap">
  1208. <table cellspacing="0" cellpadding="0" width="100%">
  1209. <tr>
  1210. <td class="topicdetails" width="20">
  1211. <a href="./viewtopic.php?f=151&amp;p=14135280#p14135280"><img src="./styles/ocss2/imageset/icon_topic_latest.gif" width="18" height="9" alt="Перейти к последнему сообщению" title="Перейти к последнему сообщению" /></a>
  1212. </td>
  1213. <td class="topicdetails">
  1214. 27.09.2016 23:06 <a href="./memberlist.php?mode=viewprofile&amp;u=5563">DeathBringer</a><br />
  1215. <a href="./viewtopic.php?f=151&amp;t=266589" title="Апгрейд НОУТБУКА">Апгрейд НОУТБУКА</a> (9546)
  1216.  
  1217.  
  1218. </td>
  1219. </tr>
  1220. </table>
  1221. </td>
  1222. </tr>
  1223.  
  1224. <tr>
  1225. <td class="row1" width="50" align="center"><img src="./styles/ocss2/imageset/forum_unread.gif" width="46" height="25" alt="Непрочитанные сообщения" title="Непрочитанные сообщения" /></td>
  1226. <td class="row1" width="100%">
  1227.  
  1228. <a class="forumlink" href="./viewforum.php?f=32">Мобильные технологии</a>
  1229. <p class="forumdesc">Выбор и эксплуатация MP3-плееров, ЦФК, планшетов, сотовых телефонов и прочих мобильных устройств и технологий.</p>
  1230.  
  1231. </td>
  1232. <td class="row2" align="center"><p class="topicdetails">2931</p></td>
  1233. <td class="row2" align="center"><p class="topicdetails">149680</p></td>
  1234. <td class="row2" align="center" nowrap="nowrap">
  1235. <table cellspacing="0" cellpadding="0" width="100%">
  1236. <tr>
  1237. <td class="topicdetails" width="20">
  1238. <a href="./viewtopic.php?f=32&amp;p=14135276#p14135276"><img src="./styles/ocss2/imageset/icon_topic_latest.gif" width="18" height="9" alt="Перейти к последнему сообщению" title="Перейти к последнему сообщению" /></a>
  1239. </td>
  1240. <td class="topicdetails">
  1241. 27.09.2016 23:04 <a href="./memberlist.php?mode=viewprofile&amp;u=229383">mobidik2002</a><br />
  1242. <a href="./viewtopic.php?f=32&amp;t=142597" title="Обсуждение зеркальных ЦФК, оптики, вспышек и т.д.">Обсуждение зеркальных ЦФК, опт&hellip;</a> (18635)
  1243.  
  1244.  
  1245. </td>
  1246. </tr>
  1247. </table>
  1248. </td>
  1249. </tr>
  1250.  
  1251. <tr>
  1252. <td class="row1" width="50" align="center"><img src="./styles/ocss2/imageset/forum_unread_subforum.gif" width="46" height="25" alt="Непрочитанные сообщения" title="Непрочитанные сообщения" /></td>
  1253. <td class="row1" width="100%">
  1254.  
  1255. <a class="forumlink" href="./viewforum.php?f=6">Модификации</a>
  1256. <p class="forumdesc">Модифицируете корпуса, мышки, клавиатуры и прочее? Вам сюда.</p>
  1257.  
  1258. <p class="forumdesc"><strong>Подфорум: </strong> <a href="./viewforum.php?f=118" class="subforum unread" title="Непрочитанные сообщения">Наши проекты</a></p>
  1259.  
  1260. </td>
  1261. <td class="row2" align="center"><p class="topicdetails">684</p></td>
  1262. <td class="row2" align="center"><p class="topicdetails">34358</p></td>
  1263. <td class="row2" align="center" nowrap="nowrap">
  1264. <table cellspacing="0" cellpadding="0" width="100%">
  1265. <tr>
  1266. <td class="topicdetails" width="20">
  1267. <a href="./viewtopic.php?f=6&amp;p=14134255#p14134255"><img src="./styles/ocss2/imageset/icon_topic_latest.gif" width="18" height="9" alt="Перейти к последнему сообщению" title="Перейти к последнему сообщению" /></a>
  1268. </td>
  1269. <td class="topicdetails">
  1270. 27.09.2016 15:38 <a href="./memberlist.php?mode=viewprofile&amp;u=95617">RustamS</a><br />
  1271. <a href="./viewtopic.php?f=6&amp;t=266152" title="Ножки для мыши">Ножки для мыши</a> (10)
  1272.  
  1273.  
  1274. </td>
  1275. </tr>
  1276. </table>
  1277. </td>
  1278. </tr>
  1279.  
  1280. <tr>
  1281. <td class="row1" width="50" align="center"><img src="./styles/ocss2/imageset/forum_unread_subforum.gif" width="46" height="25" alt="Непрочитанные сообщения" title="Непрочитанные сообщения" /></td>
  1282. <td class="row1" width="100%">
  1283.  
  1284. <a class="forumlink" href="./viewforum.php?f=45">Мониторы, телевизоры, проекторы</a>
  1285. <p class="forumdesc">Мониторы, телевизор+компьютер, проекторы и другие средства вывода изображения.</p>
  1286.  
  1287. <p class="forumdesc"><strong>Модератор:</strong> <a href="./memberlist.php?mode=viewprofile&amp;u=97123" style="color: #006600;" class="username-coloured">psilocebin</a></p>
  1288.  
  1289. <p class="forumdesc"><strong>Подфорумы: </strong> <a href="./viewforum.php?f=103" class="subforum unread" title="Непрочитанные сообщения">Мониторы</a>, <a href="./viewforum.php?f=104" class="subforum unread" title="Непрочитанные сообщения">Телевизоры</a>, <a href="./viewforum.php?f=105" class="subforum unread" title="Непрочитанные сообщения">Проекторы</a></p>
  1290.  
  1291. </td>
  1292. <td class="row2" align="center"><p class="topicdetails">536</p></td>
  1293. <td class="row2" align="center"><p class="topicdetails">109081</p></td>
  1294. <td class="row2" align="center" nowrap="nowrap">
  1295. <table cellspacing="0" cellpadding="0" width="100%">
  1296. <tr>
  1297. <td class="topicdetails" width="20">
  1298. <a href="./viewtopic.php?f=103&amp;p=14135081#p14135081"><img src="./styles/ocss2/imageset/icon_topic_latest.gif" width="18" height="9" alt="Перейти к последнему сообщению" title="Перейти к последнему сообщению" /></a>
  1299. </td>
  1300. <td class="topicdetails">
  1301. 27.09.2016 21:35 <a href="./memberlist.php?mode=viewprofile&amp;u=307204">Katerina</a><br />
  1302. <a href="./viewtopic.php?f=103&amp;t=511156" title="Выбор 25-34&quot; ultrawide(21:9) ЖК-монитора с разрешением 2560x1080 или 3440x1440 точек">Выбор 25-34&quot; ultrawide(21&hellip;</a> (2130)
  1303.  
  1304.  
  1305. </td>
  1306. </tr>
  1307. </table>
  1308. </td>
  1309. </tr>
  1310.  
  1311. <tr>
  1312. <td class="row1" width="50" align="center"><img src="./styles/ocss2/imageset/forum_unread.gif" width="46" height="25" alt="Непрочитанные сообщения" title="Непрочитанные сообщения" /></td>
  1313. <td class="row1" width="100%">
  1314.  
  1315. <a class="forumlink" href="./viewforum.php?f=24">Носители информации</a>
  1316. <p class="forumdesc">Обсуждение HDD, CD-ROM, DVD-ROM и прочих носителей информации.</p>
  1317.  
  1318. </td>
  1319. <td class="row2" align="center"><p class="topicdetails">158</p></td>
  1320. <td class="row2" align="center"><p class="topicdetails">217747</p></td>
  1321. <td class="row2" align="center" nowrap="nowrap">
  1322. <table cellspacing="0" cellpadding="0" width="100%">
  1323. <tr>
  1324. <td class="topicdetails" width="20">
  1325. <a href="./viewtopic.php?f=24&amp;p=14135129#p14135129"><img src="./styles/ocss2/imageset/icon_topic_latest.gif" width="18" height="9" alt="Перейти к последнему сообщению" title="Перейти к последнему сообщению" /></a>
  1326. </td>
  1327. <td class="topicdetails">
  1328. 27.09.2016 21:51 <a href="./memberlist.php?mode=viewprofile&amp;u=91957">Daltair</a><br />
  1329. <a href="./viewtopic.php?f=24&amp;t=266828" title="[FAQ] Выбор винчестера от 1.5 ТБ и больше">[FAQ] Выбор винчестера от 1.5 &hellip;</a> (7575)
  1330.  
  1331.  
  1332. </td>
  1333. </tr>
  1334. </table>
  1335. </td>
  1336. </tr>
  1337.  
  1338. <tr>
  1339. <td class="row1" width="50" align="center"><img src="./styles/ocss2/imageset/forum_unread.gif" width="46" height="25" alt="Непрочитанные сообщения" title="Непрочитанные сообщения" /></td>
  1340. <td class="row1" width="100%">
  1341.  
  1342. <a class="forumlink" href="./viewforum.php?f=8">Программное обеспечение</a>
  1343. <p class="forumdesc">Обсуждаем операционные системы, прикладные программы и прочее программное обеспечение. <br /><strong>Не обсуждаем</strong> взлом программного обеспечения.</p>
  1344.  
  1345. <p class="forumdesc"><strong>Модератор:</strong> <a href="./memberlist.php?mode=viewprofile&amp;u=28464" style="color: #006600;" class="username-coloured">4e_alex</a></p>
  1346.  
  1347. </td>
  1348. <td class="row2" align="center"><p class="topicdetails">7751</p></td>
  1349. <td class="row2" align="center"><p class="topicdetails">298037</p></td>
  1350. <td class="row2" align="center" nowrap="nowrap">
  1351. <table cellspacing="0" cellpadding="0" width="100%">
  1352. <tr>
  1353. <td class="topicdetails" width="20">
  1354. <a href="./viewtopic.php?f=8&amp;p=14135190#p14135190"><img src="./styles/ocss2/imageset/icon_topic_latest.gif" width="18" height="9" alt="Перейти к последнему сообщению" title="Перейти к последнему сообщению" /></a>
  1355. </td>
  1356. <td class="topicdetails">
  1357. 27.09.2016 22:10 <a href="./memberlist.php?mode=viewprofile&amp;u=49446">ворчун</a><br />
  1358. <a href="./viewtopic.php?f=8&amp;t=51231" title="Maxthon (бывший MyIE2)">Maxthon (бывший MyIE2)</a> (1019)
  1359.  
  1360.  
  1361. </td>
  1362. </tr>
  1363. </table>
  1364. </td>
  1365. </tr>
  1366.  
  1367. <tr>
  1368. <td class="row1" width="50" align="center"><img src="./styles/ocss2/imageset/forum_unread.gif" width="46" height="25" alt="Непрочитанные сообщения" title="Непрочитанные сообщения" /></td>
  1369. <td class="row1" width="100%">
  1370.  
  1371. <a class="forumlink" href="./viewforum.php?f=7">Прочее железо</a>
  1372. <p class="forumdesc">Обсуждение прочего компьютерного железа, которое не попадает под тематику других форумов.</p>
  1373.  
  1374. <p class="forumdesc"><strong>Модератор:</strong> <a href="./memberlist.php?mode=viewprofile&amp;u=28464" style="color: #006600;" class="username-coloured">4e_alex</a></p>
  1375.  
  1376. </td>
  1377. <td class="row2" align="center"><p class="topicdetails">2319</p></td>
  1378. <td class="row2" align="center"><p class="topicdetails">115948</p></td>
  1379. <td class="row2" align="center" nowrap="nowrap">
  1380. <table cellspacing="0" cellpadding="0" width="100%">
  1381. <tr>
  1382. <td class="topicdetails" width="20">
  1383. <a href="./viewtopic.php?f=7&amp;p=14135234#p14135234"><img src="./styles/ocss2/imageset/icon_topic_latest.gif" width="18" height="9" alt="Перейти к последнему сообщению" title="Перейти к последнему сообщению" /></a>
  1384. </td>
  1385. <td class="topicdetails">
  1386. 27.09.2016 22:32 <a href="./memberlist.php?mode=viewprofile&amp;u=279365">Hobgoblin</a><br />
  1387. <a href="./viewtopic.php?f=7&amp;t=128617" title="Обсуждение мышей для геймера">Обсуждение мышей для геймера</a> (17799)
  1388.  
  1389.  
  1390. </td>
  1391. </tr>
  1392. </table>
  1393. </td>
  1394. </tr>
  1395.  
  1396. <tr>
  1397. <td class="cat" colspan="2"><h4><a href="./viewforum.php?f=72">Специализированные форумы</a></h4></td>
  1398. <td class="catdiv" colspan="3">&nbsp;</td>
  1399. </tr>
  1400.  
  1401. <tr>
  1402. <td class="row1" width="50" align="center"><img src="./styles/ocss2/imageset/forum_unread.gif" width="46" height="25" alt="Непрочитанные сообщения" title="Непрочитанные сообщения" /></td>
  1403. <td class="row1" width="100%">
  1404.  
  1405. <a class="forumlink" href="./viewforum.php?f=31">Бенчмаркинг</a>
  1406. <p class="forumdesc">Секреты и особенности популярных тестовых пакетов. Как записать демку, а потом запустить её и посмотреть FPS? Различные аспекты количественной оценки производительности системы.</p>
  1407.  
  1408. <p class="forumdesc"><strong>Модераторы:</strong> <a href="./memberlist.php?mode=viewprofile&amp;u=289314" style="color: #006600;" class="username-coloured">Olegdjus</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=37752" style="color: #006600;" class="username-coloured">Traktor</a></p>
  1409.  
  1410. </td>
  1411. <td class="row2" align="center"><p class="topicdetails">731</p></td>
  1412. <td class="row2" align="center"><p class="topicdetails">73173</p></td>
  1413. <td class="row2" align="center" nowrap="nowrap">
  1414. <table cellspacing="0" cellpadding="0" width="100%">
  1415. <tr>
  1416. <td class="topicdetails" width="20">
  1417. <a href="./viewtopic.php?f=31&amp;p=14133531#p14133531"><img src="./styles/ocss2/imageset/icon_topic_latest.gif" width="18" height="9" alt="Перейти к последнему сообщению" title="Перейти к последнему сообщению" /></a>
  1418. </td>
  1419. <td class="topicdetails">
  1420. 27.09.2016 10:38 <a href="./memberlist.php?mode=viewprofile&amp;u=172190">rentgenolog</a><br />
  1421. <a href="./viewtopic.php?f=31&amp;t=472372" title="Результаты в 3DMark (2013) + FAQ">Результаты в 3DMark (2013) + F&hellip;</a> (1196)
  1422.  
  1423.  
  1424. </td>
  1425. </tr>
  1426. </table>
  1427. </td>
  1428. </tr>
  1429.  
  1430. <tr>
  1431. <td class="row1" width="50" align="center"><img src="./styles/ocss2/imageset/forum_unread.gif" width="46" height="25" alt="Непрочитанные сообщения" title="Непрочитанные сообщения" /></td>
  1432. <td class="row1" width="100%">
  1433.  
  1434. <a class="forumlink" href="./viewforum.php?f=46">Мир Unix-like систем</a>
  1435. <p class="forumdesc">*nix, и всё, что с ними связано.</p>
  1436.  
  1437. </td>
  1438. <td class="row2" align="center"><p class="topicdetails">949</p></td>
  1439. <td class="row2" align="center"><p class="topicdetails">18748</p></td>
  1440. <td class="row2" align="center" nowrap="nowrap">
  1441. <table cellspacing="0" cellpadding="0" width="100%">
  1442. <tr>
  1443. <td class="topicdetails" width="20">
  1444. <a href="./viewtopic.php?f=46&amp;p=14111191#p14111191"><img src="./styles/ocss2/imageset/icon_topic_latest.gif" width="18" height="9" alt="Перейти к последнему сообщению" title="Перейти к последнему сообщению" /></a>
  1445. </td>
  1446. <td class="topicdetails">
  1447. 20.09.2016 0:08 <a href="./memberlist.php?mode=viewprofile&amp;u=233616">Co6aku</a><br />
  1448. <a href="./viewtopic.php?f=46&amp;t=562732" title="Почему установить Chrome/Opera на Ubuntu 16.04 оказалось не просто?">Почему установить Chrome/Opera&hellip;</a> (9)
  1449.  
  1450.  
  1451. </td>
  1452. </tr>
  1453. </table>
  1454. </td>
  1455. </tr>
  1456.  
  1457. <tr>
  1458. <td class="row1" width="50" align="center"><img src="./styles/ocss2/imageset/forum_unread.gif" width="46" height="25" alt="Непрочитанные сообщения" title="Непрочитанные сообщения" /></td>
  1459. <td class="row1" width="100%">
  1460.  
  1461. <a class="forumlink" href="./viewforum.php?f=28">Программирование</a>
  1462. <p class="forumdesc">Форум посвящён вопросам и проблемам, возникающим при создании собственного программного обеспечения.</p>
  1463.  
  1464. </td>
  1465. <td class="row2" align="center"><p class="topicdetails">1182</p></td>
  1466. <td class="row2" align="center"><p class="topicdetails">22596</p></td>
  1467. <td class="row2" align="center" nowrap="nowrap">
  1468. <table cellspacing="0" cellpadding="0" width="100%">
  1469. <tr>
  1470. <td class="topicdetails" width="20">
  1471. <a href="./viewtopic.php?f=28&amp;p=14128475#p14128475"><img src="./styles/ocss2/imageset/icon_topic_latest.gif" width="18" height="9" alt="Перейти к последнему сообщению" title="Перейти к последнему сообщению" /></a>
  1472. </td>
  1473. <td class="topicdetails">
  1474. 25.09.2016 0:08 <a href="./memberlist.php?mode=viewprofile&amp;u=53319">Макеенко А.Н.</a><br />
  1475. <a href="./viewtopic.php?f=28&amp;t=43904" title="Помощь по HTML">Помощь по HTML</a> (320)
  1476.  
  1477.  
  1478. </td>
  1479. </tr>
  1480. </table>
  1481. </td>
  1482. </tr>
  1483.  
  1484. <tr>
  1485. <td class="row1" width="50" align="center"><img src="./styles/ocss2/imageset/forum_unread.gif" width="46" height="25" alt="Непрочитанные сообщения" title="Непрочитанные сообщения" /></td>
  1486. <td class="row1" width="100%">
  1487.  
  1488. <a class="forumlink" href="./viewforum.php?f=27">Голосования</a>
  1489. <p class="forumdesc">Голосования на любые интересующие вас темы, но в рамках правил.<br /><em>В этом форуме персональный счетчик сообщений пользователя заморожен.</em></p>
  1490.  
  1491. </td>
  1492. <td class="row2" align="center"><p class="topicdetails">1421</p></td>
  1493. <td class="row2" align="center"><p class="topicdetails">1474</p></td>
  1494. <td class="row2" align="center" nowrap="nowrap">
  1495. <table cellspacing="0" cellpadding="0" width="100%">
  1496. <tr>
  1497. <td class="topicdetails" width="20">
  1498. <a href="./viewtopic.php?f=27&amp;p=14108769#p14108769"><img src="./styles/ocss2/imageset/icon_topic_latest.gif" width="18" height="9" alt="Перейти к последнему сообщению" title="Перейти к последнему сообщению" /></a>
  1499. </td>
  1500. <td class="topicdetails">
  1501. 18.09.2016 22:47 <a href="./memberlist.php?mode=viewprofile&amp;u=130004">mokk</a><br />
  1502. <a href="./viewtopic.php?f=27&amp;t=563854" title="Интересно (тут тоже анонимно же) кто за кого голосовал на выборах">Интересно (тут тоже анонимно ж&hellip;</a> (0)
  1503.  
  1504.  
  1505. </td>
  1506. </tr>
  1507. </table>
  1508. </td>
  1509. </tr>
  1510.  
  1511. <tr>
  1512. <td class="cat" colspan="2"><h4><a href="./viewforum.php?f=73">Фанатские форумы</a></h4></td>
  1513. <td class="catdiv" colspan="3">&nbsp;</td>
  1514. </tr>
  1515.  
  1516. <tr>
  1517. <td class="row1" width="50" align="center"><img src="./styles/ocss2/imageset/forum_unread_subforum.gif" width="46" height="25" alt="Непрочитанные сообщения" title="Непрочитанные сообщения" /></td>
  1518. <td class="row1" width="100%">
  1519.  
  1520. <a class="forumlink" href="./viewforum.php?f=87">AMD/ATI/Intel/nVIDIA</a>
  1521. <p class="forumdesc"></p>
  1522.  
  1523. <p class="forumdesc"><strong>Модератор:</strong> <a href="./memberlist.php?mode=viewprofile&amp;u=131816">corsi</a></p>
  1524.  
  1525. <p class="forumdesc"><strong>Подфорумы: </strong> <a href="./viewforum.php?f=16" class="subforum unread" title="Непрочитанные сообщения">AMD</a>, <a href="./viewforum.php?f=15" class="subforum unread" title="Непрочитанные сообщения">Intel</a>, <a href="./viewforum.php?f=18" class="subforum unread" title="Непрочитанные сообщения">ATI</a>, <a href="./viewforum.php?f=17" class="subforum unread" title="Непрочитанные сообщения">NVIDIA</a></p>
  1526.  
  1527. </td>
  1528. <td class="row2" align="center"><p class="topicdetails">4216</p></td>
  1529. <td class="row2" align="center"><p class="topicdetails">279292</p></td>
  1530. <td class="row2" align="center" nowrap="nowrap">
  1531. <table cellspacing="0" cellpadding="0" width="100%">
  1532. <tr>
  1533. <td class="topicdetails" width="20">
  1534. <a href="./viewtopic.php?f=16&amp;p=14125701#p14125701"><img src="./styles/ocss2/imageset/icon_topic_latest.gif" width="18" height="9" alt="Перейти к последнему сообщению" title="Перейти к последнему сообщению" /></a>
  1535. </td>
  1536. <td class="topicdetails">
  1537. 23.09.2016 19:00 <a href="./memberlist.php?mode=viewprofile&amp;u=100533">Stabilitron_D814</a><br />
  1538. <a href="./viewtopic.php?f=16&amp;t=514347" title="AMD VCE (захват видео, аналог ShadowPlay)">AMD VCE (захват видео, аналог &hellip;</a> (493)
  1539.  
  1540.  
  1541. </td>
  1542. </tr>
  1543. </table>
  1544. </td>
  1545. </tr>
  1546.  
  1547. <tr>
  1548. <td class="cat" colspan="2"><h4><a href="./viewforum.php?f=148">Покупки через интернет</a></h4></td>
  1549. <td class="catdiv" colspan="3">&nbsp;</td>
  1550. </tr>
  1551.  
  1552. <tr>
  1553. <td class="row1" width="50" align="center"><img src="./styles/ocss2/imageset/forum_unread.gif" width="46" height="25" alt="Непрочитанные сообщения" title="Непрочитанные сообщения" /></td>
  1554. <td class="row1" width="100%">
  1555.  
  1556. <a class="forumlink" href="./viewforum.php?f=149">Покупки через интернет</a>
  1557. <p class="forumdesc">Обсуждение зарубежных интернет-магазинов и аукционов. Вопросы доставки и решение проблем.</p>
  1558.  
  1559. <p class="forumdesc"><strong>Модераторы:</strong> <a href="./memberlist.php?mode=viewprofile&amp;u=30028" style="color: #AA0000;" class="username-coloured">Varg</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=28464" style="color: #006600;" class="username-coloured">4e_alex</a></p>
  1560.  
  1561. </td>
  1562. <td class="row2" align="center"><p class="topicdetails">62</p></td>
  1563. <td class="row2" align="center"><p class="topicdetails">13785</p></td>
  1564. <td class="row2" align="center" nowrap="nowrap">
  1565. <table cellspacing="0" cellpadding="0" width="100%">
  1566. <tr>
  1567. <td class="topicdetails" width="20">
  1568. <a href="./viewtopic.php?f=149&amp;p=14135045#p14135045"><img src="./styles/ocss2/imageset/icon_topic_latest.gif" width="18" height="9" alt="Перейти к последнему сообщению" title="Перейти к последнему сообщению" /></a>
  1569. </td>
  1570. <td class="topicdetails">
  1571. 27.09.2016 21:20 <a href="./memberlist.php?mode=viewprofile&amp;u=142457">raduser</a><br />
  1572. <a href="./viewtopic.php?f=149&amp;t=558801" title="Совместные покупки (сборные заказы) в computeruniverse">Совместные покупки (сборные за&hellip;</a> (101)
  1573.  
  1574.  
  1575. </td>
  1576. </tr>
  1577. </table>
  1578. </td>
  1579. </tr>
  1580.  
  1581. <tr>
  1582. <td class="cat" colspan="2"><h4><a href="./viewforum.php?f=74">Барахолка</a></h4></td>
  1583. <td class="catdiv" colspan="3">&nbsp;</td>
  1584. </tr>
  1585.  
  1586. <tr>
  1587. <td class="row1" width="50" align="center"><img src="./styles/ocss2/imageset/forum_unread_subforum.gif" width="46" height="25" alt="Непрочитанные сообщения" title="Непрочитанные сообщения" /></td>
  1588. <td class="row1" width="100%">
  1589.  
  1590. <a class="forumlink" href="./viewforum.php?f=50">Барахолка</a>
  1591. <p class="forumdesc">Покупка и продажа всего что разгоняется, греется, горит и при этом работает... (только для частных объявлений).<br /><em>В этом форуме персональный счетчик сообщений пользователя заморожен.</em></p>
  1592.  
  1593. <p class="forumdesc"><strong>Модераторы:</strong> <a href="./memberlist.php?mode=viewprofile&amp;u=105698" style="color: #006600;" class="username-coloured">danil_sneg</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=156626" style="color: #006600;" class="username-coloured">PSYDRUGS</a></p>
  1594.  
  1595. <p class="forumdesc"><strong>Подфорумы: </strong> <a href="./viewforum.php?f=85" class="subforum unread" title="Непрочитанные сообщения">Продажа - Москва</a>, <a href="./viewforum.php?f=86" class="subforum unread" title="Непрочитанные сообщения">Продажа - Санкт-Петербург</a>, <a href="./viewforum.php?f=92" class="subforum unread" title="Непрочитанные сообщения">Продажа - Другие города</a>, <a href="./viewforum.php?f=83" class="subforum unread" title="Непрочитанные сообщения">Покупка - Москва</a>, <a href="./viewforum.php?f=84" class="subforum unread" title="Непрочитанные сообщения">Покупка - Санкт-Петербург</a>, <a href="./viewforum.php?f=91" class="subforum unread" title="Непрочитанные сообщения">Покупка - Другие города</a></p>
  1596.  
  1597. </td>
  1598. <td class="row2" align="center"><p class="topicdetails">749</p></td>
  1599. <td class="row2" align="center"><p class="topicdetails">37336</p></td>
  1600. <td class="row2" align="center" nowrap="nowrap">
  1601. <table cellspacing="0" cellpadding="0" width="100%">
  1602. <tr>
  1603. <td class="topicdetails" width="20">
  1604. <a href="./viewtopic.php?f=92&amp;p=14135095#p14135095"><img src="./styles/ocss2/imageset/icon_topic_latest.gif" width="18" height="9" alt="Перейти к последнему сообщению" title="Перейти к последнему сообщению" /></a>
  1605. </td>
  1606. <td class="topicdetails">
  1607. 27.09.2016 22:34 <a href="./memberlist.php?mode=viewprofile&amp;u=210994">vovchik12345</a><br />
  1608. <a href="./viewtopic.php?f=92&amp;t=564332" title="[ALL / Волгоград]Продам GTX 780TI, Mb 1156 сокет+проц">[ALL / Волгоград]Продам GTX 78&hellip;</a> (0)
  1609.  
  1610.  
  1611. </td>
  1612. </tr>
  1613. </table>
  1614. </td>
  1615. </tr>
  1616.  
  1617. <tr>
  1618. <td class="cat" colspan="2"><h4><a href="./viewforum.php?f=75">Общение</a></h4></td>
  1619. <td class="catdiv" colspan="3">&nbsp;</td>
  1620. </tr>
  1621.  
  1622. <tr>
  1623. <td class="row1" width="50" align="center"><img src="./styles/ocss2/imageset/forum_unread.gif" width="46" height="25" alt="Непрочитанные сообщения" title="Непрочитанные сообщения" /></td>
  1624. <td class="row1" width="100%">
  1625.  
  1626. <a class="forumlink" href="./viewforum.php?f=29">Сообщество оверклокеров</a>
  1627. <p class="forumdesc">Встречи оверклокеров, поиск соседей-оверклокеров и оверклокеров-земляков, вопросы, интересующие оверклокерское сообщество.</p>
  1628.  
  1629. <p class="forumdesc"><strong>Модератор:</strong> <a href="./memberlist.php?mode=viewprofile&amp;u=187395" style="color: #006600;" class="username-coloured">Jeton</a></p>
  1630.  
  1631. </td>
  1632. <td class="row2" align="center"><p class="topicdetails">337</p></td>
  1633. <td class="row2" align="center"><p class="topicdetails">569974</p></td>
  1634. <td class="row2" align="center" nowrap="nowrap">
  1635. <table cellspacing="0" cellpadding="0" width="100%">
  1636. <tr>
  1637. <td class="topicdetails" width="20">
  1638. <a href="./viewtopic.php?f=29&amp;p=14135231#p14135231"><img src="./styles/ocss2/imageset/icon_topic_latest.gif" width="18" height="9" alt="Перейти к последнему сообщению" title="Перейти к последнему сообщению" /></a>
  1639. </td>
  1640. <td class="topicdetails">
  1641. 27.09.2016 22:31 <a href="./memberlist.php?mode=viewprofile&amp;u=142711">Zordon</a><br />
  1642. <a href="./viewtopic.php?f=29&amp;t=549164" title="Оверклокеры в World of Tanks 2016">Оверклокеры в World of Tanks 2&hellip;</a> (16176)
  1643.  
  1644.  
  1645. </td>
  1646. </tr>
  1647. </table>
  1648. </td>
  1649. </tr>
  1650.  
  1651. <tr>
  1652. <td class="row1" width="50" align="center"><img src="./styles/ocss2/imageset/forum_unread.gif" width="46" height="25" alt="Непрочитанные сообщения" title="Непрочитанные сообщения" /></td>
  1653. <td class="row1" width="100%">
  1654.  
  1655. <a class="forumlink" href="./viewforum.php?f=25">Персональные Страницы</a>
  1656. <p class="forumdesc">В этом форуме вы можете рекламировать свои <a href="http://people.overclockers.ru/page/about/" class="postlink">Персональные Страницы</a>, сообщать об обновлениях и т.д.</p>
  1657.  
  1658. </td>
  1659. <td class="row2" align="center"><p class="topicdetails">1893</p></td>
  1660. <td class="row2" align="center"><p class="topicdetails">99028</p></td>
  1661. <td class="row2" align="center" nowrap="nowrap">
  1662. <table cellspacing="0" cellpadding="0" width="100%">
  1663. <tr>
  1664. <td class="topicdetails" width="20">
  1665. <a href="./viewtopic.php?f=25&amp;p=14135230#p14135230"><img src="./styles/ocss2/imageset/icon_topic_latest.gif" width="18" height="9" alt="Перейти к последнему сообщению" title="Перейти к последнему сообщению" /></a>
  1666. </td>
  1667. <td class="topicdetails">
  1668. 27.09.2016 22:30 <a href="./memberlist.php?mode=viewprofile&amp;u=230559">LS_29</a><br />
  1669. <a href="./viewtopic.php?f=25&amp;t=479847" title="Модификация AMI Aptio UEFI биосов. Софт для работы. Обновление Option ROM и EFI модулей.">Модификация AMI Aptio UEFI био&hellip;</a> (5536)
  1670.  
  1671.  
  1672. </td>
  1673. </tr>
  1674. </table>
  1675. </td>
  1676. </tr>
  1677.  
  1678. <tr>
  1679. <td class="cat" colspan="2"><h4><a href="./viewforum.php?f=127">Разговоры обо всем</a></h4></td>
  1680. <td class="catdiv" colspan="3">&nbsp;</td>
  1681. </tr>
  1682.  
  1683. <tr>
  1684. <td class="row1" width="50" align="center"><img src="./styles/ocss2/imageset/forum_unread.gif" width="46" height="25" alt="Непрочитанные сообщения" title="Непрочитанные сообщения" /></td>
  1685. <td class="row1" width="100%">
  1686.  
  1687. <a class="forumlink" href="./viewforum.php?f=128">Авто</a>
  1688. <p class="forumdesc">Авто-, мото- и велотематика.</p>
  1689.  
  1690. </td>
  1691. <td class="row2" align="center"><p class="topicdetails">134</p></td>
  1692. <td class="row2" align="center"><p class="topicdetails">220790</p></td>
  1693. <td class="row2" align="center" nowrap="nowrap">
  1694. <table cellspacing="0" cellpadding="0" width="100%">
  1695. <tr>
  1696. <td class="topicdetails" width="20">
  1697. <a href="./viewtopic.php?f=128&amp;p=14135208#p14135208"><img src="./styles/ocss2/imageset/icon_topic_latest.gif" width="18" height="9" alt="Перейти к последнему сообщению" title="Перейти к последнему сообщению" /></a>
  1698. </td>
  1699. <td class="topicdetails">
  1700. 27.09.2016 22:18 <a href="./memberlist.php?mode=viewprofile&amp;u=70641">Miki_Sambrero</a><br />
  1701. <a href="./viewtopic.php?f=128&amp;t=284616" title="Поговорим о велосипедах. Часть II.">Поговорим о велосипедах. Часть&hellip;</a> (15182)
  1702.  
  1703.  
  1704. </td>
  1705. </tr>
  1706. </table>
  1707. </td>
  1708. </tr>
  1709.  
  1710. <tr>
  1711. <td class="row1" width="50" align="center"><img src="./styles/ocss2/imageset/forum_unread.gif" width="46" height="25" alt="Непрочитанные сообщения" title="Непрочитанные сообщения" /></td>
  1712. <td class="row1" width="100%">
  1713.  
  1714. <a class="forumlink" href="./viewforum.php?f=129">Игровая индустрия</a>
  1715. <p class="forumdesc">Обсуждение невышедших игр, приставок и всего, что относится к играм, но не соответствует тематике основного форума.</p>
  1716.  
  1717. <p class="forumdesc"><strong>Модератор:</strong> <a href="./memberlist.php?mode=viewprofile&amp;u=171690" style="color: #006600;" class="username-coloured">Ivamoto</a></p>
  1718.  
  1719. </td>
  1720. <td class="row2" align="center"><p class="topicdetails">262</p></td>
  1721. <td class="row2" align="center"><p class="topicdetails">66567</p></td>
  1722. <td class="row2" align="center" nowrap="nowrap">
  1723. <table cellspacing="0" cellpadding="0" width="100%">
  1724. <tr>
  1725. <td class="topicdetails" width="20">
  1726. <a href="./viewtopic.php?f=129&amp;p=14135035#p14135035"><img src="./styles/ocss2/imageset/icon_topic_latest.gif" width="18" height="9" alt="Перейти к последнему сообщению" title="Перейти к последнему сообщению" /></a>
  1727. </td>
  1728. <td class="topicdetails">
  1729. 27.09.2016 21:12 <a href="./memberlist.php?mode=viewprofile&amp;u=58648">mezzo</a><br />
  1730. <a href="./viewtopic.php?f=129&amp;t=549979" title="Battlefield 1 (2016)">Battlefield 1 (2016)</a> (3784)
  1731.  
  1732.  
  1733. </td>
  1734. </tr>
  1735. </table>
  1736. </td>
  1737. </tr>
  1738.  
  1739. <tr>
  1740. <td class="row1" width="50" align="center"><img src="./styles/ocss2/imageset/forum_unread.gif" width="46" height="25" alt="Непрочитанные сообщения" title="Непрочитанные сообщения" /></td>
  1741. <td class="row1" width="100%">
  1742.  
  1743. <a class="forumlink" href="./viewforum.php?f=136">Кино, Музыка, Литература</a>
  1744. <p class="forumdesc">Обсуждение фильмов, музыки, книг и других форм современного и классического искусства.</p>
  1745.  
  1746. <p class="forumdesc"><strong>Модератор:</strong> <a href="./memberlist.php?mode=viewprofile&amp;u=104044" style="color: #006600;" class="username-coloured">ANDRONFRAG</a></p>
  1747.  
  1748. </td>
  1749. <td class="row2" align="center"><p class="topicdetails">108</p></td>
  1750. <td class="row2" align="center"><p class="topicdetails">105727</p></td>
  1751. <td class="row2" align="center" nowrap="nowrap">
  1752. <table cellspacing="0" cellpadding="0" width="100%">
  1753. <tr>
  1754. <td class="topicdetails" width="20">
  1755. <a href="./viewtopic.php?f=136&amp;p=14135069#p14135069"><img src="./styles/ocss2/imageset/icon_topic_latest.gif" width="18" height="9" alt="Перейти к последнему сообщению" title="Перейти к последнему сообщению" /></a>
  1756. </td>
  1757. <td class="topicdetails">
  1758. 27.09.2016 21:31 <a href="./memberlist.php?mode=viewprofile&amp;u=11022">Zorro</a><br />
  1759. <a href="./viewtopic.php?f=136&amp;t=57046" title="Тяжелый Метал во всех его проявлениях">Тяжелый Метал во всех его проя&hellip;</a> (5265)
  1760.  
  1761.  
  1762. </td>
  1763. </tr>
  1764. </table>
  1765. </td>
  1766. </tr>
  1767.  
  1768. <tr>
  1769. <td class="row1" width="50" align="center"><img src="./styles/ocss2/imageset/forum_unread.gif" width="46" height="25" alt="Непрочитанные сообщения" title="Непрочитанные сообщения" /></td>
  1770. <td class="row1" width="100%">
  1771.  
  1772. <a class="forumlink" href="./viewforum.php?f=131">Увлечения и спорт</a>
  1773. <p class="forumdesc">Интересы, хобби, активный отдых.</p>
  1774.  
  1775. <p class="forumdesc"><strong>Модераторы:</strong> <a href="./memberlist.php?mode=viewprofile&amp;u=104044" style="color: #006600;" class="username-coloured">ANDRONFRAG</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=87454" style="color: #006600;" class="username-coloured">Serge</a></p>
  1776.  
  1777. </td>
  1778. <td class="row2" align="center"><p class="topicdetails">113</p></td>
  1779. <td class="row2" align="center"><p class="topicdetails">89988</p></td>
  1780. <td class="row2" align="center" nowrap="nowrap">
  1781. <table cellspacing="0" cellpadding="0" width="100%">
  1782. <tr>
  1783. <td class="topicdetails" width="20">
  1784. <a href="./viewtopic.php?f=131&amp;p=14135011#p14135011"><img src="./styles/ocss2/imageset/icon_topic_latest.gif" width="18" height="9" alt="Перейти к последнему сообщению" title="Перейти к последнему сообщению" /></a>
  1785. </td>
  1786. <td class="topicdetails">
  1787. 27.09.2016 21:04 <a href="./memberlist.php?mode=viewprofile&amp;u=188265" style="color: #006600;" class="username-coloured">Dex</a><br />
  1788. <a href="./viewtopic.php?f=131&amp;t=553854" title="Формула-1. Чемпионат мира 2016">Формула-1. Чемпионат мира 2016</a> (2844)
  1789.  
  1790.  
  1791. </td>
  1792. </tr>
  1793. </table>
  1794. </td>
  1795. </tr>
  1796.  
  1797. <tr>
  1798. <td class="row1" width="50" align="center"><img src="./styles/ocss2/imageset/forum_unread.gif" width="46" height="25" alt="Непрочитанные сообщения" title="Непрочитанные сообщения" /></td>
  1799. <td class="row1" width="100%">
  1800.  
  1801. <a class="forumlink" href="./viewforum.php?f=133">Конкурсы</a>
  1802. <p class="forumdesc">Викторины, конкурсы и опросы с призами.</p>
  1803.  
  1804. </td>
  1805. <td class="row2" align="center"><p class="topicdetails">45</p></td>
  1806. <td class="row2" align="center"><p class="topicdetails">54316</p></td>
  1807. <td class="row2" align="center" nowrap="nowrap">
  1808. <table cellspacing="0" cellpadding="0" width="100%">
  1809. <tr>
  1810. <td class="topicdetails" width="20">
  1811. <a href="./viewtopic.php?f=133&amp;p=14133887#p14133887"><img src="./styles/ocss2/imageset/icon_topic_latest.gif" width="18" height="9" alt="Перейти к последнему сообщению" title="Перейти к последнему сообщению" /></a>
  1812. </td>
  1813. <td class="topicdetails">
  1814. 27.09.2016 13:02 <a href="./memberlist.php?mode=viewprofile&amp;u=90390">rom14</a><br />
  1815. <a href="./viewtopic.php?f=133&amp;t=479845" title="Конкурсы и викторины - 3!">Конкурсы и викторины - 3!</a> (10587)
  1816.  
  1817.  
  1818. </td>
  1819. </tr>
  1820. </table>
  1821. </td>
  1822. </tr>
  1823.  
  1824. <tr>
  1825. <td class="row1" width="50" align="center"><img src="./styles/ocss2/imageset/forum_unread_subforum.gif" width="46" height="25" alt="Непрочитанные сообщения" title="Непрочитанные сообщения" /></td>
  1826. <td class="row1" width="100%">
  1827.  
  1828. <a class="forumlink" href="./viewforum.php?f=132">Финансы</a>
  1829. <p class="forumdesc">Как заработать деньги, управлять ими и расходовать их, в реале и в сети.</p>
  1830.  
  1831. <p class="forumdesc"><strong>Модератор:</strong> <a href="./memberlist.php?mode=viewprofile&amp;u=88495" style="color: #006600;" class="username-coloured">HertZ</a></p>
  1832.  
  1833. <p class="forumdesc"><strong>Подфорум: </strong> <a href="./viewforum.php?f=135" class="subforum unread" title="Непрочитанные сообщения">Вакансии</a></p>
  1834.  
  1835. </td>
  1836. <td class="row2" align="center"><p class="topicdetails">135</p></td>
  1837. <td class="row2" align="center"><p class="topicdetails">62860</p></td>
  1838. <td class="row2" align="center" nowrap="nowrap">
  1839. <table cellspacing="0" cellpadding="0" width="100%">
  1840. <tr>
  1841. <td class="topicdetails" width="20">
  1842. <a href="./viewtopic.php?f=132&amp;p=14125971#p14125971"><img src="./styles/ocss2/imageset/icon_topic_latest.gif" width="18" height="9" alt="Перейти к последнему сообщению" title="Перейти к последнему сообщению" /></a>
  1843. </td>
  1844. <td class="topicdetails">
  1845. 23.09.2016 20:47 <a href="./memberlist.php?mode=viewprofile&amp;u=240457" style="color: #0033CC;" class="username-coloured">googayo</a><br />
  1846. <a href="./viewtopic.php?f=132&amp;t=439662" title="Обсуждение Bitcoin - Часть II">Обсуждение Bitcoin - Часть II</a> (12357)
  1847.  
  1848.  
  1849. </td>
  1850. </tr>
  1851. </table>
  1852. </td>
  1853. </tr>
  1854.  
  1855. <tr>
  1856. <td class="row1" width="50" align="center"><img src="./styles/ocss2/imageset/forum_unread_subforum.gif" width="46" height="25" alt="Непрочитанные сообщения" title="Непрочитанные сообщения" /></td>
  1857. <td class="row1" width="100%">
  1858.  
  1859. <a class="forumlink" href="./viewforum.php?f=10">Флейм</a>
  1860. <p class="forumdesc">Все, для чего нет других разделов. Правила конференции продолжают действовать.<br />Политика допускается только в подфоруме &quot;Курилка&quot;.</p>
  1861.  
  1862. <p class="forumdesc"><strong>Подфорумы: </strong> <a href="./viewforum.php?f=116" class="subforum unread" title="Непрочитанные сообщения">Курилка</a>, <a href="./viewforum.php?f=130" class="subforum unread" title="Непрочитанные сообщения">Межполовые отношения</a></p>
  1863.  
  1864. </td>
  1865. <td class="row2" align="center"><p class="topicdetails">24374</p></td>
  1866. <td class="row2" align="center"><p class="topicdetails">1686977</p></td>
  1867. <td class="row2" align="center" nowrap="nowrap">
  1868. <table cellspacing="0" cellpadding="0" width="100%">
  1869. <tr>
  1870. <td class="topicdetails" width="20">
  1871. <a href="./viewtopic.php?f=116&amp;p=14135275#p14135275"><img src="./styles/ocss2/imageset/icon_topic_latest.gif" width="18" height="9" alt="Перейти к последнему сообщению" title="Перейти к последнему сообщению" /></a>
  1872. </td>
  1873. <td class="topicdetails">
  1874. 27.09.2016 23:00 <a href="./memberlist.php?mode=viewprofile&amp;u=201592">Rustt</a><br />
  1875. <a href="./viewtopic.php?f=116&amp;t=484872" title="Россия - экономика и политика">Россия - экономика и политика</a> (49072)
  1876.  
  1877.  
  1878. </td>
  1879. </tr>
  1880. </table>
  1881. </td>
  1882. </tr>
  1883.  
  1884. <tr>
  1885. <td class="cat" colspan="2"><h4><a href="./viewforum.php?f=76">Форумы компаний</a></h4></td>
  1886. <td class="catdiv" colspan="3">&nbsp;</td>
  1887. </tr>
  1888.  
  1889. <tr>
  1890. <td class="row1" width="50" align="center"><img src="./styles/ocss2/imageset/forum_unread.gif" width="46" height="25" alt="Непрочитанные сообщения" title="Непрочитанные сообщения" /></td>
  1891. <td class="row1" width="100%">
  1892.  
  1893. <a class="forumlink" href="./viewforum.php?f=66">Ситилинк</a>
  1894. <p class="forumdesc">Прямой диалог с администрацией магазина Ситилинк</p>
  1895.  
  1896. <p class="forumdesc"><strong>Модератор:</strong> <a href="./memberlist.php?mode=viewprofile&amp;u=142261">Ситилинк</a></p>
  1897.  
  1898. </td>
  1899. <td class="row2" align="center"><p class="topicdetails">102</p></td>
  1900. <td class="row2" align="center"><p class="topicdetails">5005</p></td>
  1901. <td class="row2" align="center" nowrap="nowrap">
  1902. <table cellspacing="0" cellpadding="0" width="100%">
  1903. <tr>
  1904. <td class="topicdetails" width="20">
  1905. <a href="./viewtopic.php?f=66&amp;p=14132808#p14132808"><img src="./styles/ocss2/imageset/icon_topic_latest.gif" width="18" height="9" alt="Перейти к последнему сообщению" title="Перейти к последнему сообщению" /></a>
  1906. </td>
  1907. <td class="topicdetails">
  1908. 26.09.2016 22:09 <a href="./memberlist.php?mode=viewprofile&amp;u=153193">wladelec</a><br />
  1909. <a href="./viewtopic.php?f=66&amp;t=397439" title="Гарантийный отдел - это несмываемый ПОЗОР СИТИЛИНКА!">Гарантийный отдел - это несмыв&hellip;</a> (228)
  1910.  
  1911.  
  1912. </td>
  1913. </tr>
  1914. </table>
  1915. </td>
  1916. </tr>
  1917.  
  1918. <tr>
  1919. <td class="row1" width="50" align="center"><img src="./styles/ocss2/imageset/forum_unread.gif" width="46" height="25" alt="Непрочитанные сообщения" title="Непрочитанные сообщения" /></td>
  1920. <td class="row1" width="100%">
  1921.  
  1922. <a class="forumlink" href="./viewforum.php?f=152">Ф-Центр</a>
  1923. <p class="forumdesc">Прямой диалог с администрацией магазина Ф-Центр</p>
  1924.  
  1925. <p class="forumdesc"><strong>Модератор:</strong> <a href="./memberlist.php?mode=viewprofile&amp;u=1313">niknik</a></p>
  1926.  
  1927. </td>
  1928. <td class="row2" align="center"><p class="topicdetails">10</p></td>
  1929. <td class="row2" align="center"><p class="topicdetails">109</p></td>
  1930. <td class="row2" align="center" nowrap="nowrap">
  1931. <table cellspacing="0" cellpadding="0" width="100%">
  1932. <tr>
  1933. <td class="topicdetails" width="20">
  1934. <a href="./viewtopic.php?f=152&amp;p=14051944#p14051944"><img src="./styles/ocss2/imageset/icon_topic_latest.gif" width="18" height="9" alt="Перейти к последнему сообщению" title="Перейти к последнему сообщению" /></a>
  1935. </td>
  1936. <td class="topicdetails">
  1937. 26.08.2016 12:20 <a href="./memberlist.php?mode=viewprofile&amp;u=156486">Xodus</a><br />
  1938. <a href="./viewtopic.php?f=152&amp;t=532320" title="Ф-центр стал другим?">Ф-центр стал другим?</a> (14)
  1939.  
  1940.  
  1941. </td>
  1942. </tr>
  1943. </table>
  1944. </td>
  1945. </tr>
  1946.  
  1947. <tr>
  1948. <td class="row1" width="50" align="center"><img src="./styles/ocss2/imageset/forum_unread.gif" width="46" height="25" alt="Непрочитанные сообщения" title="Непрочитанные сообщения" /></td>
  1949. <td class="row1" width="100%">
  1950.  
  1951. <a class="forumlink" href="./viewforum.php?f=114">Electrozon</a>
  1952. <p class="forumdesc">Прямой диалог с администрацией магазина Electrozon</p>
  1953.  
  1954. </td>
  1955. <td class="row2" align="center"><p class="topicdetails">51</p></td>
  1956. <td class="row2" align="center"><p class="topicdetails">750</p></td>
  1957. <td class="row2" align="center" nowrap="nowrap">
  1958. <table cellspacing="0" cellpadding="0" width="100%">
  1959. <tr>
  1960. <td class="topicdetails" width="20">
  1961. <a href="./viewtopic.php?f=114&amp;p=12085605#p12085605"><img src="./styles/ocss2/imageset/icon_topic_latest.gif" width="18" height="9" alt="Перейти к последнему сообщению" title="Перейти к последнему сообщению" /></a>
  1962. </td>
  1963. <td class="topicdetails">
  1964. 03.07.2014 18:57 <a href="./memberlist.php?mode=viewprofile&amp;u=68711">_nik</a><br />
  1965. <a href="./viewtopic.php?f=114&amp;t=360756" title="[Electrozon] Отзывы и пожелания по работе компании">[Electrozon] Отзывы и пожелани&hellip;</a> (117)
  1966.  
  1967.  
  1968. </td>
  1969. </tr>
  1970. </table>
  1971. </td>
  1972. </tr>
  1973.  
  1974. <tr>
  1975. <td class="row1" width="50" align="center"><img src="./styles/ocss2/imageset/forum_unread.gif" width="46" height="25" alt="Непрочитанные сообщения" title="Непрочитанные сообщения" /></td>
  1976. <td class="row1" width="100%">
  1977.  
  1978. <a class="forumlink" href="./viewforum.php?f=153">ASUS Tech Day</a>
  1979. <p class="forumdesc"></p>
  1980.  
  1981. <p class="forumdesc"><strong>Модератор:</strong> <a href="./memberlist.php?mode=viewprofile&amp;u=57295">slamms</a></p>
  1982.  
  1983. </td>
  1984. <td class="row2" align="center"><p class="topicdetails">2</p></td>
  1985. <td class="row2" align="center"><p class="topicdetails">110</p></td>
  1986. <td class="row2" align="center" nowrap="nowrap">
  1987. <table cellspacing="0" cellpadding="0" width="100%">
  1988. <tr>
  1989. <td class="topicdetails" width="20">
  1990. <a href="./viewtopic.php?f=153&amp;p=11980063#p11980063"><img src="./styles/ocss2/imageset/icon_topic_latest.gif" width="18" height="9" alt="Перейти к последнему сообщению" title="Перейти к последнему сообщению" /></a>
  1991. </td>
  1992. <td class="topicdetails">
  1993. 23.05.2014 23:39 <a href="./memberlist.php?mode=viewprofile&amp;u=57295">slamms</a><br />
  1994. <a href="./viewtopic.php?f=153&amp;t=510649" title="ASUS TechDay #1: материнские платы на Intel Z97">ASUS TechDay #1: материнские п&hellip;</a> (98)
  1995.  
  1996.  
  1997. </td>
  1998. </tr>
  1999. </table>
  2000. </td>
  2001. </tr>
  2002.  
  2003. <tr>
  2004. <td class="row1" width="50" align="center"><img src="./styles/ocss2/imageset/forum_unread.gif" width="46" height="25" alt="Непрочитанные сообщения" title="Непрочитанные сообщения" /></td>
  2005. <td class="row1" width="100%">
  2006.  
  2007. <a class="forumlink" href="./viewforum.php?f=156">Gearbest.com</a>
  2008. <p class="forumdesc">Официальный форум интернет-магазина <a href="http://www.gearbest.com" class="postlink">GearBest.com</a>. Здесь можно узнать о продуктах магазина, уточнить вопросы доставки, стоимости, скидок и прочего., т.е. всего что касается данного магазина.</p>
  2009.  
  2010. <p class="forumdesc"><strong>Модератор:</strong> <a href="./memberlist.php?mode=viewprofile&amp;u=295260">Gearbest</a></p>
  2011.  
  2012. </td>
  2013. <td class="row2" align="center"><p class="topicdetails">64</p></td>
  2014. <td class="row2" align="center"><p class="topicdetails">536</p></td>
  2015. <td class="row2" align="center" nowrap="nowrap">
  2016. <table cellspacing="0" cellpadding="0" width="100%">
  2017. <tr>
  2018. <td class="topicdetails" width="20">
  2019. <a href="./viewtopic.php?f=156&amp;p=14134043#p14134043"><img src="./styles/ocss2/imageset/icon_topic_latest.gif" width="18" height="9" alt="Перейти к последнему сообщению" title="Перейти к последнему сообщению" /></a>
  2020. </td>
  2021. <td class="topicdetails">
  2022. 27.09.2016 13:51 <a href="./memberlist.php?mode=viewprofile&amp;u=174201">mol61</a><br />
  2023. <a href="./viewtopic.php?f=156&amp;t=561747" title="Присланные магазином Gearbest.com товары и ссылки на их обзоры">Присланные магазином Gearbest.&hellip;</a> (3)
  2024.  
  2025.  
  2026. </td>
  2027. </tr>
  2028. </table>
  2029. </td>
  2030. </tr>
  2031.  
  2032. <tr>
  2033. <td class="cat" colspan="2"><h4><a href="./viewforum.php?f=77">Форумы команд</a></h4></td>
  2034. <td class="catdiv" colspan="3">&nbsp;</td>
  2035. </tr>
  2036.  
  2037. <tr>
  2038. <td class="row1" width="50" align="center"><img src="./styles/ocss2/imageset/forum_unread.gif" width="46" height="25" alt="Непрочитанные сообщения" title="Непрочитанные сообщения" /></td>
  2039. <td class="row1" width="100%">
  2040.  
  2041. <a class="forumlink" href="./viewforum.php?f=21">Форум команды TSC! Russia</a>
  2042. <p class="forumdesc">Форум для участников (настоящих и будущих) команды распределенных вычислений <a href="http://tsc.overclockers.ru" class="postlink">TSC! Russia</a>.</p>
  2043.  
  2044. <p class="forumdesc"><strong>Модераторы:</strong> <a href="./memberlist.php?mode=viewprofile&amp;u=100697" style="color: #0033CC;" class="username-coloured">MegaCalcii</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=56875" style="color: #0033CC;" class="username-coloured">Behc</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=655" style="color: #0033CC;" class="username-coloured">Hil</a></p>
  2045.  
  2046. </td>
  2047. <td class="row2" align="center"><p class="topicdetails">87</p></td>
  2048. <td class="row2" align="center"><p class="topicdetails">157222</p></td>
  2049. <td class="row2" align="center" nowrap="nowrap">
  2050. <table cellspacing="0" cellpadding="0" width="100%">
  2051. <tr>
  2052. <td class="topicdetails" width="20">
  2053. <a href="./viewtopic.php?f=21&amp;p=14135252#p14135252"><img src="./styles/ocss2/imageset/icon_topic_latest.gif" width="18" height="9" alt="Перейти к последнему сообщению" title="Перейти к последнему сообщению" /></a>
  2054. </td>
  2055. <td class="topicdetails">
  2056. 27.09.2016 22:44 <a href="./memberlist.php?mode=viewprofile&amp;u=240457" style="color: #0033CC;" class="username-coloured">googayo</a><br />
  2057. <a href="./viewtopic.php?f=21&amp;t=530759" title="[F@H] FLDC - криптовалюта за успехи в Folding@Home">[F@H] FLDC - криптовалюта за у&hellip;</a> (406)
  2058.  
  2059.  
  2060. </td>
  2061. </tr>
  2062. </table>
  2063. </td>
  2064. </tr>
  2065.  
  2066. <tr>
  2067. <td class="cat" colspan="2"><h4><a href="./viewforum.php?f=78">Сайт и конференция</a></h4></td>
  2068. <td class="catdiv" colspan="3">&nbsp;</td>
  2069. </tr>
  2070.  
  2071. <tr>
  2072. <td class="row1" width="50" align="center"><img src="./styles/ocss2/imageset/forum_unread_subforum.gif" width="46" height="25" alt="Непрочитанные сообщения" title="Непрочитанные сообщения" /></td>
  2073. <td class="row1" width="100%">
  2074.  
  2075. <a class="forumlink" href="./viewforum.php?f=58">Материалы сайта</a>
  2076. <p class="forumdesc">Обсуждение материалов сайта.<br /><em>Для участия требуется иметь не менее 20 сообщений.</em></p>
  2077.  
  2078. <p class="forumdesc"><strong>Модераторы:</strong> <a href="./memberlist.php?mode=viewprofile&amp;u=303617" style="color: #000000;" class="username-coloured">Barash</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=5876" style="color: #006600;" class="username-coloured">Sonic-Chainik</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=289314" style="color: #006600;" class="username-coloured">Olegdjus</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=80930" style="color: #000000;" class="username-coloured">donnerjack</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=188265" style="color: #006600;" class="username-coloured">Dex</a></p>
  2079.  
  2080. <p class="forumdesc"><strong>Подфорум: </strong> <a href="./viewforum.php?f=123" class="subforum unread" title="Непрочитанные сообщения">Обсуждение новостей</a></p>
  2081.  
  2082. </td>
  2083. <td class="row2" align="center"><p class="topicdetails">39391</p></td>
  2084. <td class="row2" align="center"><p class="topicdetails">1090887</p></td>
  2085. <td class="row2" align="center" nowrap="nowrap">
  2086. <table cellspacing="0" cellpadding="0" width="100%">
  2087. <tr>
  2088. <td class="topicdetails" width="20">
  2089. <a href="./viewtopic.php?f=123&amp;p=14135282#p14135282"><img src="./styles/ocss2/imageset/icon_topic_latest.gif" width="18" height="9" alt="Перейти к последнему сообщению" title="Перейти к последнему сообщению" /></a>
  2090. </td>
  2091. <td class="topicdetails">
  2092. 27.09.2016 23:07 <a href="./memberlist.php?mode=viewprofile&amp;u=277113">eightylvl</a><br />
  2093. <a href="./viewtopic.php?f=123&amp;t=564336" title="Dishonored 2 придётся проходить минимум два раза для полного понимания сюжета">Dishonored 2 придётся проходит&hellip;</a> (3)
  2094.  
  2095.  
  2096. </td>
  2097. </tr>
  2098. </table>
  2099. </td>
  2100. </tr>
  2101.  
  2102. <tr>
  2103. <td class="row1" width="50" align="center"><img src="./styles/ocss2/imageset/forum_unread.gif" width="46" height="25" alt="Непрочитанные сообщения" title="Непрочитанные сообщения" /></td>
  2104. <td class="row1" width="100%">
  2105.  
  2106. <a class="forumlink" href="./viewforum.php?f=9">Пожелания и критика</a>
  2107. <p class="forumdesc">Обсуждения общих вопросов по сайту, хорошие пожелания и здравая критика!</p>
  2108.  
  2109. <p class="forumdesc"><strong>Модератор:</strong> <a href="./memberlist.php?mode=viewprofile&amp;u=2" style="color: #AA0000;" class="username-coloured">Mech</a></p>
  2110.  
  2111. </td>
  2112. <td class="row2" align="center"><p class="topicdetails">333</p></td>
  2113. <td class="row2" align="center"><p class="topicdetails">17006</p></td>
  2114. <td class="row2" align="center" nowrap="nowrap">
  2115. <table cellspacing="0" cellpadding="0" width="100%">
  2116. <tr>
  2117. <td class="topicdetails" width="20">
  2118. <a href="./viewtopic.php?f=9&amp;p=14135254#p14135254"><img src="./styles/ocss2/imageset/icon_topic_latest.gif" width="18" height="9" alt="Перейти к последнему сообщению" title="Перейти к последнему сообщению" /></a>
  2119. </td>
  2120. <td class="topicdetails">
  2121. 27.09.2016 22:45 <a href="./memberlist.php?mode=viewprofile&amp;u=60940">briancev</a><br />
  2122. <a href="./viewtopic.php?f=9&amp;t=202447" title="Пожелания и критика">Пожелания и критика</a> (2797)
  2123.  
  2124.  
  2125. </td>
  2126. </tr>
  2127. </table>
  2128. </td>
  2129. </tr>
  2130.  
  2131. <tr>
  2132. <td class="row1" width="50" align="center"><img src="./styles/ocss2/imageset/forum_unread_subforum.gif" width="46" height="25" alt="Непрочитанные сообщения" title="Непрочитанные сообщения" /></td>
  2133. <td class="row1" width="100%">
  2134.  
  2135. <a class="forumlink" href="./viewforum.php?f=14">О конференции</a>
  2136. <p class="forumdesc">Ваши замечания, пожелания.</p>
  2137.  
  2138. <p class="forumdesc"><strong>Модератор:</strong> <a href="./memberlist.php?mode=viewprofile&amp;u=2" style="color: #AA0000;" class="username-coloured">Mech</a></p>
  2139.  
  2140. <p class="forumdesc"><strong>Подфорум: </strong> <a href="./viewforum.php?f=146" class="subforum unread" title="Непрочитанные сообщения">OverWiki</a></p>
  2141.  
  2142. </td>
  2143. <td class="row2" align="center"><p class="topicdetails">303</p></td>
  2144. <td class="row2" align="center"><p class="topicdetails">33496</p></td>
  2145. <td class="row2" align="center" nowrap="nowrap">
  2146. <table cellspacing="0" cellpadding="0" width="100%">
  2147. <tr>
  2148. <td class="topicdetails" width="20">
  2149. <a href="./viewtopic.php?f=14&amp;p=14135278#p14135278"><img src="./styles/ocss2/imageset/icon_topic_latest.gif" width="18" height="9" alt="Перейти к последнему сообщению" title="Перейти к последнему сообщению" /></a>
  2150. </td>
  2151. <td class="topicdetails">
  2152. 27.09.2016 23:02 <a href="./memberlist.php?mode=viewprofile&amp;u=188599">Lepharist</a><br />
  2153. <a href="./viewtopic.php?f=14&amp;t=370722" title="Улучшаем форум своими силами :)">Улучшаем форум своими силами :&hellip;</a> (814)
  2154.  
  2155.  
  2156. </td>
  2157. </tr>
  2158. </table>
  2159. </td>
  2160. </tr>
  2161.  
  2162. </table>
  2163.  
  2164. </td>
  2165. <td valign="top"> <!--style="width:160px"-->
  2166.  
  2167. </td>
  2168. </tr>
  2169. </table>
  2170.  
  2171. <span class="gensmall"><a href="./ucp.php?mode=delete_cookies">Удалить cookies конференции</a> | <a href="./memberlist.php?mode=leaders">Наша команда</a></span><br />
  2172.  
  2173.  
  2174. <br clear="all" />
  2175.  
  2176. <table class="tablebg" width="100%" cellspacing="1" cellpadding="0" style="margin-top: 5px;">
  2177. <tr>
  2178. <td class="row1">
  2179. <p class="breadcrumbs"><a href="./index.php">Список форумов</a></p>
  2180. <p class="datetime">Часовой пояс: UTC + 3 часа </p>
  2181. </td>
  2182. </tr>
  2183. </table>
  2184. <br clear="all" />
  2185.  
  2186. <table class="tablebg" width="100%" cellspacing="1">
  2187. <tr>
  2188. <td class="cat" colspan="2"><h4><a href="./viewonline.php">Кто сейчас на конференции</a></h4></td>
  2189. </tr>
  2190. <tr>
  2191.  
  2192. <td class="row1" rowspan="2" align="center" valign="middle"><img src="./styles/ocss2/theme/images/whosonline.gif" alt="Кто сейчас на конференции" /></td>
  2193.  
  2194. <td class="row1" width="100%"><span class="genmed">Сейчас посетителей на конференции: <strong>1133</strong>, из них зарегистрированных: 142, скрытых: 22 и гостей: 969 (основано на активности пользователей за последние 5 минут)<br />Больше всего посетителей (<strong>5396</strong>) здесь было 06.10.2014 13:39<br /><br />Зарегистрированные пользователи: <a href="./memberlist.php?mode=viewprofile&amp;u=274031">007deniska</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=122316">123RaZoR321</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=164929">19dima78</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=182578">2Angelus2</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=155245">aadorf</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=165949">Advokatvlad</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=255568">Albulane</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=192406">Alegro</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=11031">alexonik</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=34673">Alex TOPMAN</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=203320">anta777</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=296625">ArcheryTxs</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=300858">ARGONBOY</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=104467">Aron*4uk</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=305703">AspireM3400</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=278472">Автор</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=169837">b00german</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=298457">BbIXyXAJIb</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=168010">BenGunn</a>, <span style="color: #9E8DA7;" class="username-coloured">Bing [Bot]</span>, <a href="./memberlist.php?mode=viewprofile&amp;u=160061">Bl00dRedDragon</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=208873">BlinkSGA</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=263290">Bloodjkee</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=288257">boriszz</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=197257">Brian_OConner333</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=302246">Bromka</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=37258">BX</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=24206">caliostro</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=239389">Cerios Cryptic</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=307216">chizhov0777</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=167548">CL0ckeR</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=261549">Daigoro</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=5563">DeathBringer</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=118671">denisis</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=298408">dimon82</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=306978">dnja</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=277113">eightylvl</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=211133">elementaller</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=233377">Enkidu</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=291041">Enkvar</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=303834">entosamoe</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=18487">Eofin</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=287374">Erviten</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=217115">evgenii084</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=169138">F117</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=42130">FAINT</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=98920">Fasterpast</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=304547">Fenoftal</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=123940">Fludimir</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=266925">fokuspokus</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=185652">Fosion</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=101240">FoxhaunD</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=10964">FSerj</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=171647">FTW_260</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=153205">Gatto62</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=12226">Genrix</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=280023">gmini1</a>, <span style="color: #9E8DA7;" class="username-coloured">Google Adsense [Bot]</span>, <span style="color: #9E8DA7;" class="username-coloured">Google [Bot]</span>, <a href="./memberlist.php?mode=viewprofile&amp;u=163030">Gradient1712</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=303483">guf4eggg</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=305454">Hardcorist</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=284271">hmara666</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=306333">ich will</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=72729">igoretto</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=279" style="color: #0033CC;" class="username-coloured">imsm</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=124752">InFecte</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=306662">iRET</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=164608">jackisdead</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=278071">KandreyV81</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=11495">KingOfNothing</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=107133">konakov</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=262449">Kotory</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=129438">Kriminalist</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=121721">Kuwabara</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=200397">Lampogriz</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=298305">LavR</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=188599">Lepharist</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=290815">LEVAK</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=131452">Lexx_l</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=116494">LLIMeJI</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=108711" style="color: #0033CC;" class="username-coloured">llyamka</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=152661">lublukataca</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=124203" style="color: #006600;" class="username-coloured">MaD!CaT</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=284333">margulis</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=181699">master_k</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=305790">max1996</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=149637">maxara</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=286629">maxus1982</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=247379">Mayakoff</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=216425">MDL</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=33550">mks123</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=229383">mobidik2002</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=149427">Moskalik</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=212465">MR CROW</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=294373">MuH3DPaB</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=30805">N1ghtwish</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=214410">Niakrisse</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=69870">NikS1</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=88466">Nordway</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=286187">Nouneim71</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=91967">Number</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=233335">OldBrave</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=289314" style="color: #006600;" class="username-coloured">Olegdjus</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=135859">olob</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=274036">Omon-Ra</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=296597">Owerclocker</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=293806">Perforator</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=298985">редкий_гость</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=70781">Phantom_Lord</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=158716">Quatro</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=194863">rad63</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=305979">RawDuck</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=172190">rentgenolog</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=299608">RESIDENT</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=135954">ReXaN</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=152878">Rimsky</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=201592">Rustt</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=113819">_SasH_</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=87454" style="color: #006600;" class="username-coloured">Serge</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=307218">Se_rgo</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=293613">sers187</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=305007">shirik</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=303555">SickFreak</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=17351">spaceMF</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=207041">SpeedT</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=138720">Spiteful Mouse</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=135689">STANVII</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=47034">Star_Wiking</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=255817">Stormzilla</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=124784">taurus1961</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=66031">treir</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=155721" style="color: #006600;" class="username-coloured">Vik</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=212584">Visionaire</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=44693">vpv</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=37340">Y_N_Boo</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=121187">zodiac-23rus</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=142711">Zordon</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=276526">ПЕСЧАНЫЙ</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=92521">Винни-Пух</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=38025">Максимилиан-80</a></span></td>
  2195. </tr>
  2196.  
  2197. <tr>
  2198. <td class="row1"><b class="gensmall">Легенда :: <a style="color:#AA0000" href="./memberlist.php?mode=group&amp;g=146619">Администраторы</a>, <a style="color:#660099" href="./memberlist.php?mode=group&amp;g=77932">*Cofradia Intel*</a>, <a style="color:#0033CC" href="./memberlist.php?mode=group&amp;g=146621">TSC! Russia</a>, <a href="./memberlist.php?mode=group&amp;g=146635">Барахолка</a></b></td>
  2199. </tr>
  2200.  
  2201. </table>
  2202.  
  2203.  
  2204. <br clear="all" />
  2205.  
  2206. <table class="tablebg" width="100%" cellspacing="1">
  2207. <tr>
  2208. <td class="cat" colspan="2"><h4>Статистика</h4></td>
  2209. </tr>
  2210. <tr>
  2211. <td class="row1"><img src="./styles/ocss2/theme/images/whosonline.gif" alt="Статистика" /></td>
  2212. <td class="row1" width="100%" valign="middle"><p class="genmed">Всего сообщений: <strong>10130604</strong> | Тем: <strong>136890</strong> | Фотографий в галерее: <strong>14505</strong> | Пользователей: <strong>89564</strong> | Новый пользователь: <strong><a href="./memberlist.php?mode=viewprofile&amp;u=307218">Se_rgo</a></strong></p></td>
  2213. </tr>
  2214. </table>
  2215.  
  2216.  
  2217.  
  2218. <br clear="all" />
  2219.  
  2220. <table class="legend">
  2221. <tr>
  2222. <td width="20" align="center"><img src="./styles/ocss2/imageset/forum_unread.gif" width="46" height="25" alt="Непрочитанные сообщения" title="Непрочитанные сообщения" /></td>
  2223. <td><span class="gensmall">Непрочитанные сообщения</span></td>
  2224. <td>&nbsp;&nbsp;</td>
  2225. <td width="20" align="center"><img src="./styles/ocss2/imageset/forum_read.gif" width="46" height="25" alt="Нет непрочитанных сообщений" title="Нет непрочитанных сообщений" /></td>
  2226. <td><span class="gensmall">Нет непрочитанных сообщений</span></td>
  2227. <td>&nbsp;&nbsp;</td>
  2228. <td width="20" align="center"><img src="./styles/ocss2/imageset/forum_read_locked.gif" width="46" height="25" alt="Нет непрочитанных сообщений [ Тема закрыта ]" title="Нет непрочитанных сообщений [ Тема закрыта ]" /></td>
  2229. <td><span class="gensmall">Форум закрыт</span></td>
  2230. </tr>
  2231. </table>
  2232.  
  2233.  
  2234. </div>
  2235.  
  2236. <div id="wrapfooter">
  2237.  
  2238. <span class="copyright">Создано на основе <a href="http://www.phpbb.com/">phpBB</a>&reg; Forum Software &copy; phpBB Group
  2239. <br /><a href="http://www.phpbbguru.net">Русская поддержка phpBB</a> | <a href="http://www.kolobok.us">Kolobok smiles</a> &copy; Aiwan</span>
  2240. <br /><br />
  2241. <!--LiveInternet counter--><script language="JavaScript"><!--
  2242. document.write('<a href="http://www.liveinternet.ru/click" '+
  2243. 'target=_blank><img src="//counter.yadro.ru/hit?t54.2;r'+
  2244. escape(document.referrer)+((typeof(screen)=='undefined')?'':
  2245. ';s'+screen.width+'*'+screen.height+'*'+(screen.colorDepth?
  2246. screen.colorDepth:screen.pixelDepth))+';'+Math.random()+
  2247. '" alt="liveinternet.ru: показано число просмотров и посетителей за 24 часа" '+
  2248. 'border=0 width=88 height=31></a>')//--></script><!--/LiveInternet-->
  2249. <!-- begin of Top100 code -->
  2250.  
  2251. <script id="top100Counter" type="text/javascript" src="https://scounter.rambler.ru/top100.jcn?329497"></script>
  2252. <noscript>
  2253. <a href="http://top100.rambler.ru/navi/329497/">
  2254. <img src="https://scounter.rambler.ru/top100.cnt?329497" alt="Rambler's Top100" border="0" />
  2255. </a>
  2256.  
  2257. </noscript>
  2258. <!-- end of Top100 code --><!-- Yandex.Metrika informer -->
  2259. <a href="https://metrika.yandex.ru/stat/?id=24363334&amp;from=informer"
  2260. target="_blank" rel="nofollow"><img src="//bs.yandex.ru/informer/24363334/3_0_FFFFFFFF_EFEFEFFF_0_pageviews"
  2261. style="width:88px; height:31px; border:0;" alt="Яндекс.Метрика" title="Яндекс.Метрика: данные за сегодня (просмотры, визиты и уникальные посетители)" onclick="try{Ya.Metrika.informer({i:this,id:24363334,lang:'ru'});return false}catch(e){}"/></a>
  2262. <!-- /Yandex.Metrika informer --><!-- Yandex.Metrika counter -->
  2263. <script type="text/javascript">
  2264. (function (d, w, c) {
  2265. (w[c] = w[c] || []).push(function() {
  2266. try {
  2267. w.yaCounter24363334 = new Ya.Metrika({id:24363334,
  2268. webvisor:true,
  2269. clickmap:true,
  2270. trackLinks:true,
  2271. accurateTrackBounce:true});
  2272. } catch(e) { }
  2273. });
  2274.  
  2275. var n = d.getElementsByTagName("script")[0],
  2276. s = d.createElement("script"),
  2277. f = function () { n.parentNode.insertBefore(s, n); };
  2278. s.type = "text/javascript";
  2279. s.async = true;
  2280. s.src = (d.location.protocol == "https:" ? "https:" : "http:") + "//mc.yandex.ru/metrika/watch.js";
  2281.  
  2282. if (w.opera == "[object Opera]") {
  2283. d.addEventListener("DOMContentLoaded", f, false);
  2284. } else { f(); }
  2285. })(document, window, "yandex_metrika_callbacks");
  2286. </script>
  2287. <noscript><div><img src="//mc.yandex.ru/watch/24363334" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
  2288. <!-- /Yandex.Metrika counter -->
  2289. </div>
  2290. </body>
  2291. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement