Перейти до змісту
Переглянути в додатку

Кращий спосіб перегляду. Дізнатися більше.

IPB-Board.com

Повноекранний додаток на головному екрані з push-сповіщеннями, значками та іншим.

Щоб встановити цей додаток на iOS та iPadOS
  1. Торкніться Піктограма «Поділитися» в Safari
  2. Прокрутіть меню та натисніть Додати на головний екран.
  3. Натисніть Додати у верхньому правому куті.
Щоб встановити цю програму на Android
  1. Натисніть меню з трьома крапками (⋮) у верхньому правому куті браузера.
  2. Натисніть Додати на головний екран або Встановити програму.
  3. Підтвердіть, натиснувши Встановити.

Ciko

Адміністратор
  • Зареєстровано

  • Відвідування

Весь контент Ciko

  1. Добавить верхнее меню выпадающее как IPS сайт было Создаем Меню
  2. <CENTER> <script type="text/javascript"> function cdtime(container, targetdate){ if (!document.getElementById || !document.getElementById(container)) return this.container=document.getElementById(container) this.currentTime=new Date() this.targetdate=new Date(targetdate) this.timesup=false this.updateTime() } cdtime.prototype.updateTime=function(){ var thisobj=this this.currentTime.setSeconds(this.currentTime.getSeconds()+1) setTimeout(function(){thisobj.updateTime()}, 1000) } cdtime.prototype.displaycountdown=function(baseunit, functionref){ this.baseunit=baseunit this.formatresults=functionref this.showresults() } cdtime.prototype.showresults=function(){ var thisobj=this var timediff=(this.targetdate-this.currentTime)/1000 if (timediff<0){ this.timesup=true this.container.innerHTML=this.formatresults() return } var oneMinute=60 var oneHour=60*60 var oneDay=60*60*24 var dayfield=Math.floor(timediff/oneDay) var hourfield=Math.floor((timediff-dayfield*oneDay)/oneHour) var minutefield=Math.floor((timediff-dayfield*oneDay-hourfield*oneHour)/oneMinute) var secondfield=Math.floor((timediff-dayfield*oneDay-hourfield*oneHour-minutefield*oneMinute)) if (this.baseunit=="hours"){ hourfield=dayfield*24+hourfield dayfield="n/a" } else if (this.baseunit=="minutes"){ minutefield=dayfield*24*60+hourfield*60+minutefield dayfield=hourfield="n/a" } else if (this.baseunit=="seconds"){ var secondfield=timediff dayfield=hourfield=minutefield="n/a" } this.container.innerHTML=this.formatresults(dayfield, hourfield, minutefield, secondfield) setTimeout(function(){thisobj.showresults()}, 1000) } function formatresults2(){ if (this.timesup==false){ var displaystring="<span class='nonewyear'>"+arguments[0]+" Дней "+arguments[1]+" Часов<br>"+arguments[2]+" Минут "+arguments[3]+" Секунд</span> " } else{ var displaystring="<span class='newyear1'>С новым годом!!!</span>" //alert("С новым годом!!!") } return displaystring } </script> <div id="countdowncontainer2"></div> <script type="text/javascript"> var currentyear=new Date().getFullYear() var thischristmasyear=(new Date().getMonth()==0 && new Date().getDate()==1)? currentyear : currentyear + 1 var christmas=new cdtime("countdowncontainer2", "january 1, "+thischristmasyear+" 0:0:00") christmas.displaycountdown("days", formatresults2) </script> </CENTER>И добавить в ipb_styles.css у самий ныз: .nonewyear{ color:#007aff; font: bold 12px MS Sans Serif; padding: 3px; } .newyear1{ color:red; font: bold 12px MS Sans Serif; padding: 3px; } <script type="text/javascript" src="http://s2.tumencev.pp.ua/js/jquery.countdown.js"></script><script type="text/javascript">jQuery(function () { var austDay = new Date(2011, 1, 1, 00, 00, 00) ; austDay = new Date(austDay.getFullYear() + 1, 1 - 1, 1); jQuery('#defaultCountdown').countdown({until: austDay}); jQuery('#year').text(austDay.getFullYear());});</script><style type="text/css" media="screen">.countdown_section{font-size: 80%;text-align: center;display: block}.countdown_amount{font-size: 200%}</style><div class="ny-tree" style="width:165px;height:250px;padding:0px;overflow:hidden;background:url(http://s1.tumencev.pp.ua/images/ny-tree.png) no-repeat 0 0;"><div id="defaultCountdown" style="font-size: 14px;color: #ffffff;font-family: Verdana, Arial;padding-top:50px;"></div></div> <script LANGUAGE="javascript"> document.write('<span id="ny_date">До нового года</span>') function ojidanieNG() { var today = new Date();var BigDay = new Date("January 1, 2016"); var timeLeft = (BigDay.getTime() - today.getTime());var e_daysLeft = timeLeft / 86400000; var daysLeft = Math.floor(e_daysLeft);var e_hrsLeft = (e_daysLeft - daysLeft)*24; var hrsLeft = Math.floor(e_hrsLeft);var e_minsLeft = (e_hrsLeft - hrsLeft)*60; var minsLeft = Math.floor(e_minsLeft);var seksLeft = Math.floor((e_minsLeft - minsLeft)*60);if (BigDay.getTime() > today.getTime() ) document.getElementById("ny_date").innerHTML = 'До <font color=red><b>Нового года</b></font>: <b>'+daysLeft+'</b> дней, <b>'+hrsLeft+'</b> часов, <b>'+minsLeft+'</b> минут, <b>'+seksLeft+'</b> секунд' else document.getElementById("ny_date").innerHTML = '<b>Подзравляем с <font color=red>Новым 2016 годом</font>!!!</b>' } setInterval("ojidanieNG()", 50) </SCRIPT> <div align="center" style='padding:2px; border: 1px dashed black; width: 160px;'> <div align="center" style="width: 160px;">до Нового Года осталось:</div> <div id='x1' align="center" style='padding:6px; border: 1px dashed black; width: 160px;'> </div> <div align="center" ><script Language="javascript"> var timeStr, dateStr, ostStr, x; function clock() { now= new Date(); ex = new Date(2011,0,1,0,0,0); hours= now.getHours(); minutes= now.getMinutes(); seconds= now.getSeconds(); timeStr= "" + hours; timeStr+= ((minutes < 10) ? ":0" : ":") + minutes; date= now.getDate(); month= now.getMonth()+1; year= now.getYear(); dateStr= "" + date; dateStr+= ((month < 10) ? "/0" : "/") + month; dateStr+= "/" + year; ostStr= ""; x = (ex.getTime() - now.getTime())/1000; ostStr = Math.floor(x/60/60) + ' ч. '; ostStr = ostStr + Math.floor((x/60/60 - Math.floor(x/60/60))*60) + ' мин. '; x = (((x/60/60 - Math.floor(x/60/60))*60) - Math.floor((x/60/60 - Math.floor(x/60/60))*60))*60; ostStr = ostStr + Math.floor(x) + ' сек. '; document.getElementById('x1').innerHTML = ' ' + '' + ostStr; Timer= setTimeout("clock()",10); } clock(); </script></div></div>
  3. </b></i><center><div align="center" style="padding:2px; border: 1px dashed white; width: 155px;"> <i><b><img src="http://csomsk.ru/1-ucoz/pm/rip/newyear20313.jpg" border="0"> </b></i><div align="center" style="width: 140px;"><span style="color:#fffc00"><i><b> <div align="center"><script Language="javascript"> function cdtime(container, targetdate){ if (!document.getElementById || !document.getElementById(container)) return this.container=document.getElementById(container) this.currentTime=new Date() this.targetdate=new Date(targetdate) this.timesup=false this.updateTime() } cdtime.prototype.updateTime=function(){ var thisobj=this this.currentTime.setSeconds(this.currentTime.getSeconds()+1) setTimeout(function(){thisobj.updateTime()}, 1000) } cdtime.prototype.displaycountdown=function(baseunit, functionref){ this.baseunit=baseunit this.formatresults=functionref this.showresults() } cdtime.prototype.showresults=function(){ var thisobj=this var timediff=(this.targetdate-this.currentTime)/1000 if (timediff<0){ this.timesup=true this.container.innerHTML=this.formatresults() return } var oneMinute=60 var oneHour=60*60 var oneDay=60*60*24 var dayfield=Math.floor(timediff/oneDay) var hourfield=Math.floor((timediff-dayfield*oneDay)/oneHour) var minutefield=Math.floor((timediff-dayfield*oneDay-hourfield*oneHour)/oneMinute) var secondfield=Math.floor((timediff-dayfield*oneDay-hourfield*oneHour-minutefield*oneMinute)) if (this.baseunit=="hours"){ hourfield=dayfield*24+hourfield dayfield="n/a" } else if (this.baseunit=="minutes"){ minutefield=dayfield*24*60+hourfield*60+minutefield dayfield=hourfield="n/a" } else if (this.baseunit=="seconds"){ var secondfield=timediff dayfield=hourfield=minutefield="n/a" } this.container.innerHTML=this.formatresults(dayfield, hourfield, minutefield, secondfield) setTimeout(function(){thisobj.showresults()}, 1000) } function formatresults2(){ if (this.timesup==false){ var displaystring="<span class='nonewyear'>"+arguments[0]+" Дней "+arguments[1]+" Часов<br>"+arguments[2]+" Минут "+arguments[3]+" Секунд</span> " } else{ var displaystring="<span class='newyear1'>С Новым годом!!!</span>" //alert("С Новым годом!!!") } return displaystring } </script> <div id="countdowncontainer2"></div> <script type="text/javascript"> var currentyear=new Date().getFullYear() var thischristmasyear=(new Date().getMonth()==0 && new Date().getDate()==1)? currentyear : currentyear + 1 var christmas=new cdtime("countdowncontainer2", "january 1, "+thischristmasyear+" 0:0:00") christmas.displaycountdown("days", formatresults2) </script></div></b></i></span></div></div></center><i><b> <img src="http://nohead.3dn.ru/nodelu_urpakov/trjjrt.gif" border="0"><br> <div style='padding:14px; border: 1px dashed black;'> <script language="JavaScript1.2"> //Script courtesy of Sharon Gartenberg's Date Countdown //JavaScript generator under the GNU General Public License var today = new Date; var Future0 = new Date; ThisYear = 2010; var FutureMonth = 11; var FutureDate = 31; var faraevent = ""; Future0.setMonth(FutureMonth, FutureDate); Future0.setFullYear(ThisYear); today1 = Date.parse(today); future1 = Date.parse(Future0); secleft = future1 - today1; miliday = 24 * 60 * 60 * 1000; daysleft = secleft/miliday; daysleftint = Math.round(daysleft); if (daysleftint > 1) document.write("<font color=#ff0000><b>До нового года ", daysleftint, " дней", faraevent , "!</b></font>"); else if (daysleftint == 1) document.write(faraevent, " is tomorrow! "); else if (today1 == future1) document.write(faraevent, " is today! "); </script></div><div align="center" >А точнее</div> <div id='x1' style='padding:14px; border: 1px dashed black;'></div> <div align="center" ><script Language="javascript"> var timeStr, dateStr, ostStr, x; function clock() { now= new Date(); ex = new Date(2011,0,1,0,0,0); hours= now.getHours(); minutes= now.getMinutes(); seconds= now.getSeconds(); timeStr= "" + hours; timeStr+= ((minutes < 10) ? ":0" : ":") + minutes; date= now.getDate(); month= now.getMonth()+1; year= now.getYear(); dateStr= "" + date; dateStr+= ((month < 10) ? "/0" : "/") + month; dateStr+= "/" + year; ostStr= ""; x = (ex.getTime() - now.getTime())/1000; ostStr = Math.floor(x/60/60) + ' ч. '; ostStr = ostStr + Math.floor((x/60/60 - Math.floor(x/60/60))*60) + ' мин. '; x = (((x/60/60 - Math.floor(x/60/60))*60) - Math.floor((x/60/60 - Math.floor(x/60/60))*60))*60; ostStr = ostStr + Math.floor(x) + ' сек. '; document.getElementById('x1').innerHTML = 'до Нового Года осталось: ' + '' + ostStr; Timer= setTimeout("clock()",10); } <center><a href="http://infoscript.ru/"><img src="http://infoscript.ru/script/ded3.png" border="0"></a></center><br><br> <center>До Нового Года осталось:</center><br> <SCRIPT language="JavaScript" type="text/javascript"> function fulltime () { var time=new Date(); var newYear=new Date("jan,1,2016,00:00:00"); var totalRemains=(newYear.getTime()-time.getTime()); if (totalRemains>1){ var RemainsSec = (parseInt(totalRemains/1000)); var RemainsFullDays=(parseInt(RemainsSec)); var secInLastDay=RemainsSec-RemainsFullDays*24*3600; var RemainsFullHours=(parseInt(secInLastDay/3600)); if (RemainsFullHours<10){RemainsFullHours="0"+RemainsFullHours}; var secInLastHour=secInLastDay-RemainsFullHours*3600; var RemainsMinutes=(parseInt(secInLastHour/60)); if (RemainsMinutes<10){RemainsMinutes="0"+RemainsMinutes}; var lastSec=secInLastHour-RemainsMinutes*60; if (lastSec<10){lastSec="0"+lastSec}; document.getElementById("RemainsFullDays").innerHTML=RemainsFullDays+" секунд"; setTimeout('fulltime()',10) } else{ document.getElementById("clock").innerHTML="Поздравляем с Новым 2016 Годом!"; } } </SCRIPT> <body> <div align="center"><span id="clock"></div> <div align="center"><b><span id="RemainsFullDays"></span></b></div><br> </span> <SCRIPT language=JavaScript>fulltime();</SCRIPT> <div style="position:absolute; left:0px; top:0px;"> <script src="http://fog.3dn.ru/media/?t=video;w=160;h=130;f=http%3A%2F%2Ffog.3dn.ru%2FPROEKT-BIZON%2Felkafog3.swf" type="text/javascript"></script> </div>
  4. Ciko опублікував тема в Графіка
    Админ Панель-Внешний вид-Ваш стиль-Глобальные-globalTemplate найти: <div id='ipbwrapper'>Ниже добавить: <img style="position: absolute;top: 39.4px;left: 50%;" src="http://ipb-board.com/NEW/header-santa.png">Можите и скачать себе картинку Дед Мороз.zip
  5. Ciko опублікував файл в Стилі для IPB 3.4.x
    • 8 раз скачали
    • Версія [3.4.x]
    Economy
    Безкоштовний
  6. Ciko опублікував тема в Стилі для IPB 3.4.x
    Название: Economy Добавил: Ciko Добавлен: 26 дек. 2015 Категория: Стили для IPB 3.4.x Economy Нажмите здесь, чтобы скачать файл
  7. Ciko опублікував файл в Стилі для IPB 3.4.x
    • 6 раз скачали
    • Версія [3.4.x]
    Стиль для Minecraft форума.
    Безкоштовний
  8. Ciko опублікував тема в Стилі для IPB 3.4.x
    Просмотреть файл The Minecraft Forums версия: [3.4.x] Стиль для Minecraft форума. Автор Ciko Скачать файл Добавлен 26.12.2015 Поделиться Размер файла 665 КБ Категория Стили для IPB 3.4.x
  9. Ciko опублікував файл в Стилі для IPB 3.4.x
    • 6 раз скачали
    • Версія [3.4.x]
    Обновление скина Tonka для IPB 3.4.x Скин ничем не нагружен и быстро загружается.
    Безкоштовний
  10. Ciko опублікував тема в Стилі для IPB 3.4.x
    Название: Tonka Добавил: Ciko Добавлен: 26 дек. 2015 Категория: Стили для IPB 3.4.x Обновление скина Tonka для IPB 3.4.x Скин ничем не нагружен и быстро загружается. Нажмите здесь, чтобы скачать файл
  11. Ciko опублікував файл в Стилі для IPB 3.4.x
    • 13 раз скачали
    • Версія [3.4.x]
    Рип шаблона codegame
    Безкоштовний
  12. Ciko опублікував тема в Стилі для IPB 3.4.x
    Название: Codegame RIP Добавил: Ciko Добавлен: 26 дек. 2015 Категория: Стили для IPB 3.4.x Рип шаблона codegame Нажмите здесь, чтобы скачать файл
  13. Админ Панель-Внешний вид-Ваш стиль-Глобальные-globaltemplate найти: <div id='header'> <div id='branding'> <if test="brandingBar:|:method_exists( $this->registry->output->getTemplate( $this->registry->getCurrentApplication() . '_global' ), 'overwriteHeader' )"> {parse template="overwriteHeader" group="{current_app}_global" params=""}Ниже добавить: <!-- ADDITIONAL IPS DROPDOWN MENU BEGIN --><style>#callout {background: #f7f0d2;padding: 10px 0;text-align: center;color: #7d6812;}</style><!-- <div id='callout'>We are aware of ongoing network issues and are working to bring customer communities back online as quickly as possible. Thank you for your understanding.</div> --> <script type='text/javascript' src='{$this->settings['board_url']}/public/js/top_menu_ips.js'></script><style type='text/css'>/*365b86 general color background*//*416a9a primary hover background and dropdown background*//*edf001 text hover color*/#masthead { color: #fff; height: 35px; background: #365b86;}/*0d253e*/#ips_main_branding { margin-top: 8px; margin-left: 10px;display: block;float: right;}#primary_navigation { margin-top: 3px; margin-right: 15px; float: right; position: relative; z-index: 10000;} #primary_navigation li { float: left; font-size: 14px; margin-right: 22px; text-shadow: #0a1a2b 1px 1px 2px; font-family: helvetica, arial, tahoma, sans-serif; } #primary_navigation li:last-child { margin-right: 0px; } #primary_navigation li { float: left; font-size: 14px; margin-right: 15px; } #primary_navigation > li > a { display: block; padding: 7px 8px; color: #fff; text-decoration: none; } #primary_navigation li a:hover, #primary_navigation li.active > a { background: #416a9a; color: #edf001; -moz-border-radius: 4px; -webkit-border-radius: 4px; } #primary_navigation .main_menu { display: block; background: #416a9a; -moz-border-radius: 4px; -webkit-border-radius: 4px; z-index: 50000; margin-top: -5px; padding: 10px 5px 5px; min-width: 150px; } #primary_navigation .main_menu li { display: block; font-size: 12px; padding: 4px 6px; float: none; } #primary_navigation .main_menu li a { text-decoration: none; color: #fff; display: block; padding: 4px; text-shadow: none; } #primary_navigation .main_menu li a:hover { color: #edf001; } #primary_navigation .main_menu li.indent { padding: 1px 6px 1px 20px; } #primary_navigation .main_menu li.sep { padding-top: 8px; margin-top: 8px; border-top: 1px solid #2f4259; }</style><div id='masthead'> <ul id='primary_navigation'> <li id='nav_home' class='left'><a href='http://www.invisionpower.com'>IPS Home Page</a></li> <li id='nav_products'> <a href='http://www.invisionpower.com/suite/'>Our'>http://www.invisionpower.com/suite/'>Our Suite</a> <ul id='nav_products_menu' class='main_menu'> <li><a href='http://www.invisionpower.com/suite/' title='Ths IPS Platform'>The IPS Platform</a></li> <li><a href='http://www.invisionpower.com/products/' title='Product Line-up'>Product Line-up</a></li> <li class='indent'><a href='http://www.invisionpower.com/products/board/' title='IP.Board: Community Discussion Board'>IP.Board</a></li><li class='indent'><a href='http://www.invisionpower.com/products/nexus/' title='IP.Nexus'>IP.Nexus</a></li> <li class='indent'><a href='http://www.invisionpower.com/products/blog/' title='IP.Blog: Community Blogging Service'>IP.Blog</a></li> <li class='indent'><a href='http://www.invisionpower.com/products/content/' title='IP.Content: Content Creation System'>IP.Content</a></li> <li class='indent'><a href='http://www.invisionpower.com/products/gallery/' title='IP.Gallery: Community Image Gallery'>IP.Gallery</a></li> <li class='indent'><a href='http://www.invisionpower.com/products/chat/' title='IP.Chat: Realtime Community Chatroom'>IP.Chat</a></li> <li class='indent'><a href='http://www.invisionpower.com/products/downloads/' title='IP.Downloads: Download Manager'>IP.Downloads</a></li> <li class='sep'><a href='http://www.invisionpower.com/products/spammonitor/' title='Spam Monitoring: Protecting Communities From Spam'>Spam Monitoring</a></li> <li><a href='http://www.invisionpower.com/suite/convert.php' title='Convert to an IPS community'>Convert to IPS</a></li> <li><a href='http://www.invisionpower.com/suite/requirements.php' title='Suite requirements'>Suite Requirements</a></li> <li><a href='http://www.invisionpower.com/suite/demo.php' title='Try our suite free'>Try our suite free</a></li> </ul> <script type='text/javascript'> ips.menus['products'] = new ips.menu( $('nav_products'), $('nav_products_menu') ); </script> </li> <li id='nav_hosted'> <a href='http://www.invisionpower.com/hosting/'>Hosted'>http://www.invisionpower.com/hosting/'>Hosted Communities</a> <ul id='nav_hosted_menu' class='main_menu'> <li><a href='http://www.invisionpower.com/hosting/' title='Go to standard packages'>Standard Packages</a></li> <li><a href='http://www.invisionpower.com/hosting/advanced.php' title='Go to Advanced packages'>Advanced Packages</a></li> </ul> <script type='text/javascript'> ips.menus['hosted'] = new ips.menu( $('nav_hosted'), $('nav_hosted_menu') ); </script> </li> <li id='nav_services'> <a href='http://www.invisionpower.com/services/' title='Go to our Services overview'>Services</a> </li> <li id='nav_support'> <a href='#'>Support</a> <ul id='nav_support_menu' class='main_menu'> <li><a href='http://community.invisionpower.com/resources/official.html' title='Go to the resource site'>Documentation</a></li> <li><a href='http://www.invisionpower.com/customer/' title='Go to the client area'>Client Area</a></li> <li><a href='http://community.invisionpower.com/resources/index.html' title='Go to the resource site'>Client Resources</a></li> <li><a href='http://community.invisionpower.com' title='Our community support forums'>IPS Community</a></li> <li><a href='http://www.invisionpower.com/company/faq.php' title='Go to the FAQs'>FAQs</a></li> <li><a href='http://www.invisionpower.com/hosting/status.php' title=''>Network Status</a></li> </ul> <script type='text/javascript'> ips.menus['support'] = new ips.menu( $('nav_support'), $('nav_support_menu') ); </script> </li> <li id='nav_clientarea'> <a href='http://www.invisionpower.com/customer/' title='Go to the client area'>Client Area</a> </li> <li id='nav_store'> <a href='http://www.invisionpower.com/store/' title='Go to the store'>Store</a> </li> <li id='nav_contact'><a href='http://www.invisionpower.com/company/contact.php' title='Get in touch'>Contact Us »</a></li> </ul> </div><script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-2199880-2']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })();</script><!-- ADDITIONAL IPS DROPDOWN MENU END -->top_menu_ips.zip
  14. Стосується безпеки адмін-центру. Після встановлення форуму, за умовчанням директорія адмін центру admin Будемо її міняти, наприклад, на adminchik. 1) По-перше, ви повинні перейменувати директорію. Підключіться до сервера за допомогою FTP і знайдіть директорію з IPB (директорія, в якому знаходиться файл index.php). Знайдіть директорію 'admin'. Він містить один файл – 'index.php'. Виберіть команду «Перейменувати» у FTP-програмі та вкажіть нову назву. У цій інструкції ми будемо використовувати назву adminchik. Якщо у вашій директорії створено файл захисту '.htaccess', ви повинні його видалити. В іншому випадку ви не зможете авторизуватися до адмінцентру. Ви зможете створити цей файл знову після виконання наступного кроку. 2) Знайдіть файл 'initdata.php'. Він знаходиться в кореневій директорії IPB . Завантажте його та відкрийте в текстовому редакторі. define('CP_DIRECTORY', 'admin'); Замінити на define( 'CP_DIRECTORY', 'adminchik' );
  15. Ciko опублікував файл в Стилі для IPB 3.4.x
    • 16 раз скачали
    • Версія [3.4.x]
    Стиль для игрового форума.
    Безкоштовний
  16. Ciko опублікував тема в Стилі для IPB 3.4.x
    Название: CS-GAMING SKIN 2 Добавил: Ciko Добавлен: 25 дек. 2015 Категория: Стили для IPB 3.4.x Стиль для игрового форума. Нажмите здесь, чтобы скачать файл
  17. Ciko опублікував файл в Стилі для IPB 3.4.x
    • 62 раза скачали
    • Версія [3.4.x]
    Стиль для игровой тематики.
    Безкоштовний
  18. Ciko опублікував тема в Стилі для IPB 3.4.x
    Просмотреть файл CSOneLive Стиль для игровой тематики. Автор Admin Добавлен 24.12.2015 Категория Стили для IPB 3.4.x
  19. Ciko опублікував файл в Стилі для IPB 3.4.x
    • 12 раз скачали
    • Версія [3.4.x]
    Новогодний стиль для вашего форума.
    Безкоштовний
  20. Ciko опублікував тема в Стилі для IPB 3.4.x
    Просмотр файла Blue Christmas With Snow Новогодний стиль для вашего форума. Добавил Ciko Добавлено 24.12.2015 Категория Стили для IPB 3.4.x  
  21. Ciko опублікував файл в Стилі для IPB 3.4.x
    • 5 раз скачали
    • Версія [3.4.x]
    Стиль на игровую тематику вашего форума.
    Безкоштовний
  22. Ciko опублікував тема в Стилі для IPB 3.4.x
    Название: Cod Recoveries Ripped Добавил: Ciko Добавлен: 24 дек. 2015 Категория: Стили для IPB 3.4.x Стиль на игровую тематику вашего форума. Нажмите здесь, чтобы скачать файл
  23. Ciko опублікував файл в Стилі для IPB 3.4.x
    • 9 раз скачали
    • Версія [3.4.x]
    Стиль от студии [IPBFocus.com]
    Безкоштовний
  24. Ciko опублікував тема в Стилі для IPB 3.4.x
    Название: Uniform Skin Retail Добавил: Ciko Добавлен: 24 дек. 2015 Категория: Стили для IPB 3.4.x Стиль от студии [iPBFocus.com] Нажмите здесь, чтобы скачать файл

Акаунт

Навігація

Пошук

Пошук

Налаштування push-сповіщень браузера

Chrome (Android)
  1. Натисніть значок замка поруч з адресним рядком.
  2. Натисніть Дозволи → Сповіщення.
  3. Налаштуйте свої налаштування.
Chrome (Комп'ютер)
  1. Натисніть значок замка в адресному рядку.
  2. Виберіть Налаштування сайту.
  3. Знайдіть Сповіщення та налаштуйте потрібні параметри.