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.

Заметки запросов к базе данных IPS4 (4.6-4.7)

Отписать всех пользователей от тем:

TRUNCATE core_follow;

 

Далее сбрасываем кэш счетчика на 0:

UPDATE core_follow_count_cache SET `count` = 0;


Отписать пользователя с id 1 от всех подписок:

DELETE FROM core_follow WHERE follow_member_id=1;

 

Отписка всех, кто подписался на новости при регистрации:

UPDATE core_members SET allow_admin_mails = 0;

После чего нужно почистить кэш
 

Спойлер

01.thumb.jpeg.b6a58e43e79a70a6911c3fd67c529b32.jpeg

 

02.thumb.jpeg.7a9bff474bb7b4fcd83eed1c62d37614.jpeg

 

Удаление истории изменения имен:

DELETE FROM core_member_history WHERE log_member=X AND log_app='core' AND log_type='display_name';

X - ID юзера

 

Очистка пустых строк с пожертвованиями:

Необходимо зайти через phpMyAdmin или иной клиент для базы данных, найти таблицу 

nexus_donate_logs 

и удалить необходимые строки.

 

Спойлер

03.thumb.jpeg.c032007953fb3c600ae6bbf69f442211.jpeg

 

Удаление просроченных и неоплаченных товаров (счета):

DELETE FROM `nexus_invoices` WHERE `nexus_invoices`.`i_status` = 'expd' or 'canc';

 

Спасибо за помощь Lesovsky

User Feedback

Recommended Comments

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Добавить комментарий...

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.