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.

Xontero

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

Everything posted by Xontero

  1. hi I add this codes to show my custom statistics and every thing good works {{$stats = array();}} {{$stats['total_posts'] = \IPS\Db::i()->select( "COUNT(*)", 'forums_posts', array( 'queued = ?', 0 ) )->first();}} {{if \IPS\Settings::i()->archive_on }} {{$stats['total_posts'] += \IPS\forums\Topic\ArchivedPost::db()->select( 'COUNT(*)', 'forums_archive_posts', array( 'archive_queued = ?', 0 ) )->first();}} {{endif}} {{$stats['total_topics'] = \IPS\Db::i()->select( "COUNT(*)", 'forums_topics', array( 'approved = ?', 1 ) )->first();}} {{$where = array( 'name<>? AND email<>?', '', '' );}} {{$stats['member_count'] = \IPS\Db::i()->select( 'COUNT(*)', 'core_members', $where )->first();}} {{$count = \IPS\Db::i()->select( 'COUNT(*)', 'core_sessions', array( 'login_type<>? and running_time > ?', \IPS\Session\Front::LOGIN_TYPE_SPIDER, \IPS\DateTime::create()->sub( new \DateInterval( 'PT30M' ) )->getTimeStamp() ) )->first();}} {{if $count > $mostOnline['count'] }} {{$mostOnline = array( 'count' => $count, 'time' => time() );}} {{\IPS\Db::i()->update( 'core_sys_conf_settings', array( 'conf_value' => json_encode( $mostOnline ) ), array( 'conf_key=?', 'most_online' ) );}} {{unset( \IPS\Data\Store::i()->settings );}} {{endif}} {{$stats['most_online'] = $mostOnline;}} {{$exclude = array();}} {{$where = array( "name IS NOT NULL AND name != '' AND temp_ban != -1 AND email != ''" );}} {{foreach \IPS\Member\Group::groups() as $id => $group}} {{if $group->g_hide_online_list}} {{$exclude[] = $group->g_id;}} {{endif}} {{endforeach}} {{if count( $exclude )}} {{$where[] = '( ! ( ' . \IPS\Db::i()->in( 'member_group_id', $exclude ) . ' ) )';}} {{endif}} {{$where[] = '( ! ' . \IPS\Db::i()->bitwiseWhere( \IPS\Member::$bitOptions['members_bitoptions'], 'bw_is_spammer' ) . ' )';}} {{$where[] = 'core_validating.new_reg IS NULL';}} {{$stats['last_registered'] = \IPS\Member::constructFromData( \IPS\Db::i()->select( 'core_members.*, core_validating.new_reg', 'core_members', array( implode( ' AND ', $where ) ), 'core_members.member_id DESC', array( 0, 1 ) )->join( 'core_validating', "core_validating.member_id=core_members.member_id" )->first() );}} <h3 class = 'ipsType_reset ipsWidget_title ipsType_center' > <span class = 'ips_stat' > {lang="total_topics"} <span class = 'ips_static' > {number="$stats['total_topics']"} </span></span> <span class = 'ips_stat' > {lang="total_posts"} <span class = 'ips_static' > {number="$stats['total_posts']"} </span></span> <span class = 'ips_stat' > {lang="stats_total_members"} <span class = 'ips_static' > {number="$stats['member_count']"} </span></span> <span class = 'ips_stat' > {lang="stats_newest_member"} <span class = 'ips_static' > {$stats['last_registered']->link()|raw} </span></span> <span class = 'ips_stat' > {lang="stats_most_online"} <span class = 'ips_static' data-ipsTooltip title = '{datetime="$stats[' most_online '][' time ']" norelative="true"}' > {number="$stats['most_online']['count']"} </span></span> </h3> but I want to display totalfiles but after adding, it returns 0 result. <span class = 'ips_stat' > {lang="totalfiles"} <span class = 'ips_static' > {number="$stats['totalfiles']"} </span></span> I think $stats variable need please help me!
  2. hi how can I change my default menu style display like blow theme? https://ipb.stylesfactory.pl/
  3. hi guys how can I remove or change (BIM) chatbox free copyright?
  4. Xontero replied to Xontero's тема in Interface
    updated to new version
  5. Xontero replied to Xontero's тема in Interface
    updated to new version
  6. Xontero replied to Xontero's тема in Interface
    updated to new version
  7. hi in the previous versions (4.4) I could add my custom font how can I add my custom font to Admin in 4.5 version?
  8. Xontero replied to Xontero's тема in Interface
    updated to 1.0.1v
  9. hi everybody how can I make a sticky postbit like this forum: https://cmsmafia.ru/topic/1591-kopipastrazmeshhenie-kontenta-na-ip-board/
  10. hi everybody how can I put a block in profile to display Started and Expires date to users that Have been subscribed
  11. Xontero replied to Xontero's тема in Interface
    updated to new version
  12. Xontero replied to Xontero's тема in Interface
    updated
  13. Xontero replied to Xontero's тема in Interface
    my friend you should know that my language is not Russian
  14. View File Advanced Server List Другие свойства: Задайте собственные поля для сервера: Имя, Собственное имя, IP, Собственный IP, URL статистики, URL ТВ, URL голосования, URL форума Выделите для сервера Специальный значок для нового сервера Скрытие владельцев серверов в кнопке Свиток, которым может управлять пользователь Цветовое наполнение игроков Задний привод Ленивая загрузка в иконках img Таблица в 2 столбца, которыми может управлять пользователь Требования 🏷️ PHP 7.2+ Bzip2 - используется для сжатых ответов A2S Совместимые серверы 💻 Counter-Strike 1.6 Counter-Strike: Global Offensive Discord Minecraft Teamspeak 3 Submitter Xontero Submitted 03/08/21 Category Interface Language English  
    • 611 скачиваний
    • Версия 2.2.0
    Другие свойства: Задайте собственные поля для сервера: Имя, Собственное имя, IP, Собственный IP, URL статистики, URL ТВ, URL голосования, URL форума Выделите для сервера Специальный значок для нового сервера Скрытие владельцев серверов в кнопке Свиток, которым может управлять пользователь Цветовое наполнение игроков Задний привод Ленивая загрузка в иконках img Таблица в 2 столбца, которыми может управлять пользователь Требования 🏷️ PHP 7.2+ Bzip2 - используется для сжатых ответов A2S Совместимые серверы 💻 Counter-Strike 1.6 Counter-Strike: Global Offensive Discord Minecraft Teamspeak 3
    Free
  15. Hi. How can I hide or disable reaction only on pages?
  16. I want to put a message on the download page that only certain members can see
  17. Hi friends How can I display a massage for especial group? Tnx in advance
  18. hi how can I add this feature like below thanks in advance
  19. hi how can I change the text highlighted in picture
  20. hi everyone I want to use cron jobs. can someone expalin this tutorial step by step for me?
  21. @SlawkA tnx to reply. I try it

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.