Skip 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.

vsved

Пользователи
  • Регистрация

  • В сети

Reputation Activity

  1. Like
    vsved reacted to IAF in IPS Community Suite 4.1 Nulled   
    Так... Всем, кто хотят нулл, поясню:
    Может быть вы не поверите, возможно это шокирует вас, но я всё-ещё школьник. Ученик 11-го класса. 
    И у меня не было времени сделать нулл, т.к. учусь я в первую смену.
    Ждите нулл вечером.
  2. Like
    vsved got a reaction from benix in Кнопка "Наверх" как в Контакте   
    Вот окончательный вариант кнопки вниз! Пользуйте!
    <script type="text/javascript"> jQuery(document).ready(function() { // Виджет кнопки вниз (Test-Templates) // Версия 1.0 jQuery('body').append('<div class="button-down" style="display: none;opacity: 0.7;width: 80px;height:100%;position: fixed;right: 0px;top: 0px;cursor: pointer;text-align: center;line-height: 30px;color: #d3dbe4;font-weight: bold;">▼ Вниз</div>'); jQuery (window).scroll (function () { if (jQuery (this).scrollTop () >= 0) { jQuery ('.button-down').fadeIn(); } else { jQuery ('.button-down').fadeOut(); } }); jQuery('.button-down').click(function(){ jQuery("html, body").animate({ scrollTop: jQuery("#fast_reply_wrapper").offset().top }, 800); return false; }); jQuery('.button-down').hover(function() { jQuery(this).animate({ 'opacity':'1', }).css({'background-color':'#e7ebf0','color':'#6a86a4'}); }, function(){ jQuery(this).animate({ 'opacity':'0.7' }).css({'background':'none','color':'#d3dbe4'});; }); }); </script> Идет прокрутка вниз до окна "Ответить"
  3. Like
    Respected, спасибо.
     
    На самом деле делать перекодировку через дамп это глупость. Есть скрипт, который перекодирует БД без дампа. Просто положить его в корень форума и запустить.


    Скрипт такой. Сохранить под любым именем в корень форума и перейти по адресу скрипта.
    <?php // Database info include("conf_global.php"); $dbhost = $INFO['sql_host']; $dbuser = $INFO['sql_user']; $dbpass = $INFO['sql_pass']; $dbname = $INFO['sql_database']; //--------------- header('Content-type: text/plain'); $dbconn = mysql_connect($dbhost, $dbuser, $dbpass) or die( mysql_error() ); $db = mysql_select_db($dbname) or die( mysql_error() ); $timer['start'] = microtime(true); $sql = "ALTER DATABASE `".$dbname."` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci"; $result = mysql_query($sql) or die( mysql_error() ); print "Database changed to UTF-8.n"; $sql = 'SHOW TABLES'; $result = mysql_query($sql) or die( mysql_error() ); $sql = array(); while ( $row = mysql_fetch_row($result) ) { $table = mysql_real_escape_string($row[0]); $sql = "ALTER TABLE {$table} DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci, CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci"; mysql_query($sql) or die( mysql_error() ); print "{$table} changed to UTF-8.n"; } mysql_close($dbconn); $timer['end'] = microtime(true) - $timer['start']; echo "nPage generated in ". round( $timer['end'], 4 ); ?>
  4. Like
    vsved reacted to LvsF in *SE gamers   
    Если юзер выбирал стиль снизу, то об этом будет сделана запись в БД. И форуму без разницы, что Вы там ставите. Можно сбросить выбранный юзером стиль. Массово в инструментах стилей, либо индивидуально, зайдя в АЦ в профиль юзера.
  5. Like
    vsved reacted to NikHermit in TeamSpeak 3 Viewer For IPS 1.0.0   
    Установил, настроил права.
    Помогло это видео:

    Пытаюсь разобраться как сделать так чтобы он показывал только каналы в которых люди сидят, а не все вообще.
  6. Like
    vsved got a reaction from leha85 in Кнопка "Наверх" как в Контакте   
    Вот окончательный вариант кнопки вниз! Пользуйте!
    <script type="text/javascript"> jQuery(document).ready(function() { // Виджет кнопки вниз (Test-Templates) // Версия 1.0 jQuery('body').append('<div class="button-down" style="display: none;opacity: 0.7;width: 80px;height:100%;position: fixed;right: 0px;top: 0px;cursor: pointer;text-align: center;line-height: 30px;color: #d3dbe4;font-weight: bold;">▼ Вниз</div>'); jQuery (window).scroll (function () { if (jQuery (this).scrollTop () >= 0) { jQuery ('.button-down').fadeIn(); } else { jQuery ('.button-down').fadeOut(); } }); jQuery('.button-down').click(function(){ jQuery("html, body").animate({ scrollTop: jQuery("#fast_reply_wrapper").offset().top }, 800); return false; }); jQuery('.button-down').hover(function() { jQuery(this).animate({ 'opacity':'1', }).css({'background-color':'#e7ebf0','color':'#6a86a4'}); }, function(){ jQuery(this).animate({ 'opacity':'0.7' }).css({'background':'none','color':'#d3dbe4'});; }); }); </script> Идет прокрутка вниз до окна "Ответить"
  7. Like
    vsved reacted to WOLF in Live Streams 1.0.1   
    Да, так и нужно, заливаете поверх, потом в ац запускает обновление
  8. Like
    vsved got a reaction from RealUser in Кнопка "Наверх" как в Контакте   
    jQuery('.button-down').click(function(){ jQuery("html, body").animate({ scrollTop: jQuery(document).height() }, 800); return false; }); И всё-таки, вот так лучше. Ибо нет окна "Ответить" на главной странице.
  9. Like
    vsved got a reaction from RealUser in Кнопка "Наверх" как в Контакте   
    Вот окончательный вариант кнопки вниз! Пользуйте!
    <script type="text/javascript"> jQuery(document).ready(function() { // Виджет кнопки вниз (Test-Templates) // Версия 1.0 jQuery('body').append('<div class="button-down" style="display: none;opacity: 0.7;width: 80px;height:100%;position: fixed;right: 0px;top: 0px;cursor: pointer;text-align: center;line-height: 30px;color: #d3dbe4;font-weight: bold;">▼ Вниз</div>'); jQuery (window).scroll (function () { if (jQuery (this).scrollTop () >= 0) { jQuery ('.button-down').fadeIn(); } else { jQuery ('.button-down').fadeOut(); } }); jQuery('.button-down').click(function(){ jQuery("html, body").animate({ scrollTop: jQuery("#fast_reply_wrapper").offset().top }, 800); return false; }); jQuery('.button-down').hover(function() { jQuery(this).animate({ 'opacity':'1', }).css({'background-color':'#e7ebf0','color':'#6a86a4'}); }, function(){ jQuery(this).animate({ 'opacity':'0.7' }).css({'background':'none','color':'#d3dbe4'});; }); }); </script> Идет прокрутка вниз до окна "Ответить"
  10. Like
    vsved got a reaction from andreylogan in Кнопка "Наверх" как в Контакте   
    А еще предложение сделать такую же кнопку справа, только "ВНИЗ". Иногда очень не хватает. 

Account

Navigation

Search

Search

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.