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.

jain

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

  • В сети

  1. Check this, but it costs 15$ https://www.sosinvision.com.br/index.php?/file/458-display-files-from-subcategories/
  2. jain replied to Silence's тема in Commerce
    Does anyone know how to add a custom field to the filter?
  3.    jain reacted to пост в теме: Dark Mode
  4.    Silence reacted to пост в теме: Anyone help me about payeer gateway
  5. Thank you bro for your support, unfortunately, no luck. Payeer is still not listed.
  6. I changed the file permission to 664 (payeer.php) And updated the existing language entries for Payeer instead of trying to insert new ones: INSERT INTO `core_sys_lang_words` (`word_id`, `lang_id`, `word_app`, `word_plugin`, `word_key`, `word_default`, `word_custom`, `word_default_version`, `word_custom_version`, `word_js`, `word_export`) VALUES (NULL, 1, 'nexus', NULL, 'gateway__Payeer', 'Payeer', NULL, '100000', NULL, 0, 1), (NULL, 1, 'nexus', NULL, 'payeer_MerchantURL', 'Merchant URL', NULL, '100000', NULL, 0, 1), (NULL, 1, 'nexus', NULL, 'payeer_MerchantID', 'Merchant ID', NULL, '100000', NULL, 0, 1), (NULL, 1, 'nexus', NULL, 'payeer_SecretKey', 'Secret key', NULL, '100000', NULL, 0, 1), (NULL, 1, 'nexus', NULL, 'payeer_PathLogFile', 'Path to log file', NULL, '100000', NULL, 0, 1), (NULL, 1, 'nexus', NULL, 'payeer_IPFilter', 'IP Filter', NULL, '100000', NULL, 0, 1), (NULL, 1, 'nexus', NULL, 'payeer_EmailError', 'Email for errors report', NULL, '100000', NULL, 0, 1), (NULL, 1, 'nexus', NULL, 'payeer_email_subject', 'Payment error', NULL, '100000', NULL, 0, 1), (NULL, 1, 'nexus', NULL, 'payeer_email_message1', 'Failed to make the payment through Payeer for the following reasons:', NULL, '100000', NULL, 0, 1), (NULL, 1, 'nexus', NULL, 'payeer_email_message2', ' - Do not match the digital signature', NULL, '100000', NULL, 0, 1), (NULL, 1, 'nexus', NULL, 'payeer_email_message3', ' - The payment status is not success', NULL, '100000', NULL, 0, 1), (NULL, 1, 'nexus', NULL, 'payeer_email_message4', ' - ip address of the server is not trusted', NULL, '100000', NULL, 0, 1), (NULL, 1, 'nexus', NULL, 'payeer_email_message5', ' trusted ip: ', NULL, '100000', NULL, 0, 1), (NULL, 1, 'nexus', NULL, 'payeer_email_message6', ' the ip of the current server: ', NULL, '100000', NULL, 0, 1) ON DUPLICATE KEY UPDATE word_custom=VALUES(word_custom), word_default=VALUES(word_default); In the DB Payeer is correctly installed, I can see it in the table: SELECT * FROM `nexus_gateways` WHERE `gw_key` = 'payeer'; However, it is still not listed in the payment methods !!!!!!!!
  7. I did everything possible, then i get error: #1062 - Duplicate entry 'gateway__Payeer-nexus-1-0' for key 'word_key' So I do the following: INSERT INTO `core_sys_lang_words` (`word_id`, `lang_id`, `word_app`, `word_plugin`, `word_key`, `word_default`, `word_custom`, `word_default_version`, `word_custom_version`, `word_js`, `word_export`) VALUES (NULL, 1, 'nexus', NULL, 'gateway__Payeer', 'Payeer', NULL, '100000', NULL, 0, 1), (NULL, 1, 'nexus', NULL, 'payeer_MerchantURL', 'Merchant URL', NULL, '100000', NULL, 0, 1), (NULL, 1, 'nexus', NULL, 'payeer_MerchantID', 'Merchant ID', NULL, '100000', NULL, 0, 1), (NULL, 1, 'nexus', NULL, 'payeer_SecretKey', 'Secret key', NULL, '100000', NULL, 0, 1), (NULL, 1, 'nexus', NULL, 'payeer_PathLogFile', 'Path to log file', NULL, '100000', NULL, 0, 1), (NULL, 1, 'nexus', NULL, 'payeer_IPFilter', 'IP Filter', NULL, '100000', NULL, 0, 1), (NULL, 1, 'nexus', NULL, 'payeer_EmailError', 'Email for errors report', NULL, '100000', NULL, 0, 1), (NULL, 1, 'nexus', NULL, 'payeer_email_subject', 'Payment error', NULL, '100000', NULL, 0, 1), (NULL, 1, 'nexus', NULL, 'payeer_email_message1', 'Failed to make the payment through Payeer for the following reasons:', NULL, '100000', NULL, 0, 1), (NULL, 1, 'nexus', NULL, 'payeer_email_message2', ' - Do not match the digital signature', NULL, '100000', NULL, 0, 1), (NULL, 1, 'nexus', NULL, 'payeer_email_message3', ' - The payment status is not success', NULL, '100000', NULL, 0, 1), (NULL, 1, 'nexus', NULL, 'payeer_email_message4', ' - ip address of the server is not trusted', NULL, '100000', NULL, 0, 1), (NULL, 1, 'nexus', NULL, 'payeer_email_message5', ' trusted ip: ', NULL, '100000', NULL, 0, 1), (NULL, 1, 'nexus', NULL, 'payeer_email_message6', ' the ip of the current server: ', NULL, '100000', NULL, 0, 1) ON DUPLICATE KEY UPDATE word_custom=VALUES(word_custom), word_default=VALUES(word_default); In the DB, there are no errors (6 rows inserted. (Query took 0.0006 seconds.) However, payment is still not listed (Invision Community v4.7.18). I don't know what to do else.
  8. I have the same issue. Any help please?
  9. jain replied to Respected's тема in Interface
    Could you please update to version 1.0.5? It is already there.
  10. jain replied to Zero108's тема in Interface
    Could you please update to version 1.1.8?

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.