
Reputation Activity
-
Riddick reacted to siv1987 in Сontact - обратная связь на форуме.Есть возможность, но для этого нужно либо писать плагин, либо править исходный код.
-
Riddick got a reaction from Respected in Invision Community 4 NulledДа сейчас с этим проблем нет, пусть пишут, через неделю все темы и сообщения автоматически удаляются. Вся их писанина никому более не видна и будет доступна только после регистрации и модерации контента.
Раньше Баг был в том что весь мусор отображался сразу в последних сообщениях и приходилось или удалять блок(скрыть) с последними сообщениями или отключать возможность ответов и создание новых тем гостям форума.
Сейчас проблем нет... Пусть пишут)) если есть время.
-
Riddick reacted to Dusty in Invision Community 4 NulledКак всегда хотят лучше но выходит через жопу у них )
-
aplayer а я бы не стал выкладывать такой унылый код, ведь примеров в интернете очень мало. Скрипт слепленный на коленке по вашему примеру, и все там правильно. Просто есть небольшие синтаксические ошибки которые я заметил глазом после отправки сообщения. Для обычного программиста это не составит никаких проблем. Вы, я надеюсь, не предполагаете как ТС что я не знаком с REST api, и в частности с структурой IPS занимаясь разработкой модификаций еще с древней версии 2.3?..
Какая многоуровневая структура у обычного массива? Какой информации в интернете нет вообще? Достаточно открыть документацию, хотя бы на том же сркиншоте у ТСа есть вся необхадмая информация, из которой он не понял что customFieilds это обычный массив в виде ид поле => значение. Вы считаете это сложной проблемой? Не понятно описание, можно открыть первоисточник - код апи, и наглядно посмотреть как работает функция, а конкретно эта переменная. Неужели это вы искали целый месяц?
Полно, ребята, перестаньте изучать php по видеоурокам Попова, а если что-то не понятно, лучше спросить у компетентных людей чем искать это месяцами. Я понимаю что вы хотели "*****" своими знаниями в предметной области, пологая что если вы ней копались целый месяц то это нечто сложное и известное только вам одному, но имею ничего против, но тут затронуто моя профессиональная честь. Я же потеряю уважение среди корешей разработчиков, надеюсь я еще не зашкварился здесь.
-
-
-
-
Riddick reacted to sergey81 in Права на доступ к катологам и файламэто не корректный ответ) вообще, по принципам работы веб-сервера с каталогом www (в котором лежат все ваши файлы сайтов, форумов и прочего), правильно будет задавать права доступа через консоль bash либо же через ssh подключение следующими командами:
1 команда - переход в каталог именно вашего сайта (чаще это public_html или каталог www) иначе если каталогом выше будете - натворите делов)
2 ищет все файлы в текущем каталоге и когда находит поочередно им запускает команду установки прав доступа и присваивает всем файлам 644 права
3 -//- аналогично ищет но только каталоги и присваивает всем файлам 755 права
и лишь для одного файла conf_global.php вы задаете в ручную права 444 только для чтения для всех
все остальные идеи... это незнайки пишут)
cd /var/www/вашсайт.ru find ./ -type f -exec chmod 0644 {} \; find ./ -type d -exec chmod 0755 {} \; и в случае если вы запускаете Cron как веб-службу, тогда еще файл task.php действительно потребует прав chmod 777 (его найти через поиск можете и выставить права в ручную)
-
Riddick got a reaction from Respected in Добавить гостей в чат (BIM43) Chatbox 3.1.3Разработчик так и не ответил. Прошу закрыть тему.
Вопрос решил, установкой JivoSite.
-
Riddick got a reaction from Evols in Яндекс Метрика : Неизвестный IP-адресДаже минимальная сумма при регистрации (50 -100р) избавит форум от таких GTAlex с их рекламными сообщениями.
-
Riddick got a reaction from zavsegda in Уведомления на e-mail о регистрации новых пользователей ?zavsegda смотри так.
Invision Community v4.3.6
ОБЗОР - Вход и регистрация - Регистрация
-
Riddick got a reaction from Respected in Поддержка проектаweblabel Первая Ваша ошибка Вы нечего не оплачиваете...
Вы делаете добровольное пожертвование для форума, с единственной целью поддержать проект ipbmafia.ru
-
Riddick got a reaction from Respected in Invision Community 4.3 (Публичный тест в конце января)Обновился ещё ночью с 4.3.5 на 4.3.6 + днем дополнительное обновление для устранения ошибок модераторов.
Все работает отлично, глюков не замечено! Вроде как даже немного шустрее. (лицензия, обновлялся с админ панели)
-
-
Riddick reacted to wasder12 in Проблема с базой данныхРусификатор поставь нормальный
-
Ну здравствуй! IPS 4.3.6 Beta 1
Additional Information
Core
Added ability to use bulk mail subscription status as a filter for group promotions. Added Redis as a new datastore option when Redis is being used for caching. Added an option to use a second Facebook application for social promotes to be used for the Facebook review process. Added logging any time the support tool has been run. Improved message when an embed is not available to better indicate if the content has been deleted or the user doesn't have permission to see it. Improved UI of widget to prompt guests to sign up if alternative login methods are enabled. Improved visual custom date cues on search results page for a more natural explanation of what was searched. Improved performance of certain actions (such as updating topic views) when using Elasticsearch. Improved performance of viewupdates task. Fixed some Emojis rendering incorrectly. Fixed reports of content from private clubs not showing to moderators. Fixed some moderator permissions not applying correctly within clubs. Fixed pagination of the list of members in a club not working. Fixed an issue where editing a stream does not show updated results. Fixed paid clubs being able to be created with $0 fee. Fixed profanity filters applying to account usernames during registration. Fixed online users older than 30 minutes showing when using Redis. Fixed following a member not updating the follow button correctly. Fixed issues copying node settings in the AdminCP to other nodes. Fixed uncaught exception that may occur when using Redis and clearing caches. Fixed CSS and JavaScript files not being deleted when recompiled on upgrade or when running the support tool. Fixed AdminCP dashboard warning about failed tasks showing for disabled tasks. Fixed an issue filtering by specific members when using Elasticsearch. Fixed OAuth setups refreshing refresh tokens more often than they should. Fixed OAuth setups not properly supporting implicit grants. Fixed link to the setting for allowed characters in usernames (which shows when setting up certain login handlers) not highlighting the setting. Fixed a possible technical error message (rather than a graceful error screen) showing if a very low-level error (such as database server offline) occurs in certain circumstances. Fixed an issue with the automatically created English support account language. Fixed error when deleting the node being viewed in AdminCP node trees. Fixed a false warning from the database checker when using MySQL 8. Fixed an issue where granting permission to create specific types of clubs via secondary groups may not work properly. Removed logging of notices that a template was requested to be rebuilt while already rebuilding. Fixed sitemap generating errors when entering zero for the number of items to include. Fixed sitemap not generating some maps on specific PHP versions Fixed error after changing cache or datastore settings in certain PHP configurations. Fixed some minor language string inconsistencies. Fixed an issue with activity stream menus sometimes not recognizing a click. Fixed an issue with 'undefined' appearing in activity stream URLs. Fixed issues related to using autocomplete to filter by members and/or tags in activity streams. Fixed the usage of the CACHEBUSTKEY for javascript files inside the interface directory. Fixed replacement tags not working in bulk mails within URLs. Fixed lost image style attributes in bulk emails. Fixed plugin install/upgrade routines not properly handling loop requests. Removed unnecessary code from the application upgrade code. Fixed an issue with the database checker in certain edge cases. Fixed broken TED Talks embeds. Fixed an issue where profile field management may not be available to a restricted administrator. Fixed 'Manage acronyms ACP table design'. Fixed an issue where restoring deleted content items would not reindex comments on that item. Fixed widgets potentially attempting to render all content items. Adjusted database session handling to improve performance. Fixed filters when creating a bulk mail or downloading a member list not working in certain combinations. Fixed a bug where club editor fields may not update properly by rebuild tasks. Fixed an issue where automatic recurring payments may not re-subscribe a member correctly. Fixed a bug which may prevent all items from being included in a sitemap. Fixed the Pages editor button. Fixed inability to manually set a member's reputation count less than 0. Fixed a missing warning when the hooks.php file was not writable before application and plugin installations and upgrades. Fixed an issue with Elasticsearch that could cause queries to get blocked on high traffic sites. Fixed an issue with Elasticsearch that occurs when hiding or moving content. Fixed an error attempting to promote content not intended to be promoted. Fixed announcements being shown without checking the start date. Forums
Fixed moderator permissions for posts. Fixed an issue where moving archived topics from one forum to another did not update the forum counters. Fixed an issue where posting a hidden post causes the forum to indicate a post pending approval is present. Commerce
Added an option when refunding a transaction which was paid by a PayPal Billing Agreement to also cancel the Billing Agreement. Added support for new currencies ( AUD, CZK, DKK, HKD, ILS, MXN, NZD, NOK, PHP, PLN, RUB, SGD, SEK, SEK, CHF, THB ) for CC payments. Fixed broken referrer tab in AdminCP customer profile. Fixed incoming email for new domain extensions. Fixed incoming emails being saved as blank replies. Fixed the link to print an invoice that gets sent in the email not working for guests. Fixed broken images when viewing a purchase of an advertisement in the AdminCP. Fixed advertisement purchases created by generating an invoice in the AdminCP. Fixed possible text overflow when viewing shipping order in AdminCP. Fixed support requests not showing assigned staff member in preview. Fixed missing tax on purchase reactivation. Fixed subscription upgrades. Fixed missing language strings in member history when upgrading subscriptions. Fixed upgrading/downgrading for packages whose base price is modified by the chosen renewal term. Fixed invalid referral banner image URL shown to users. Fixed not being able to remove product discounts. Fixed certain email address formats not being supported properly by the ticket system email parser. Fixed hashed language strings in the autoresolve email. Pages
Fixed numeric database fields which use more than 2 decimal places in the value. Fixed incorrect sorting of number database fields. Fixed the broken page tag in WYSIWYG widget. Fixed an error occuring when editing a comment, that is attached to a hidden topic. Fixed search permissions in database with 'User can see records posted by other users'. Fixed ratings structured-data output. Gallery
Fixed broken redirect after deleting an album and moving images in it to a category. Fixed broken promote form for images within an album. Fixed missing watermark when a file was inserted via the Editor-Media feature. Fixed an issue where sitemap may show incorrect date for images upgraded from 3.x. Fixed ratings structured-data output. Downloads
Fixed screenshots that have been imported from a URL missing from embeds. Fixed ratings structured-data output. Blog
Fixed blog cover photo being used when sharing entries on social media even when the entry has its own feature photo. Calendar
Fixed possible SQL error when upgrading from 3.x. Fixed an issue where the cover photo offset was not copied correctly when copying events. Fixed broken Blog Embeds. Fixed an issue where the link to the last Blog Entry inside the Blog Embed was broken. Fixed ratings structured-data output. Fixed an issue in the ical upload where the venue wasn't saved properly. Converters
Improved performance of Conversions. Added support for redirecting direct post links for Vanilla. Clarified minimum vB version for vB3 conversions. Fixed extraneous breaks in content converted from vBulletin. Fixed personal conversations from Vanilla. Fixed Gallery albums being converted with no default sort option. Fixed issue where login methods were being called statically, when they were not static. Fixed issue with converting Calendar Event attachments. Fixed issue where some code box content may be broken after conversion from phpBB. Fixed vBulletin 3 redirects no longer working if you converted prior to upgrading to 4.x. Upgrader
Added UConverter support to the UTF-8 Converter for sites with mixed character sets. Fixed how sharedmedia BBCode gets converted to embeds for Gallery albums when upgrading from 3.x. Fixed an issue where announcement widgets may not get removed when upgrading to 4.3 Fixed an issue where converting to UTF-8 prior to upgrade can throw an error in some situations. Third-Party / Developer / Designer Mode
Fixed album embeds when in developer mode. Fixed errors adjusting sitemap configuration preferences when using developer mode. Security
Fixed an unvalidated redirect vulnerability (low impact). Fixed an XSS vulnerability in the AdminCP when malicious content was submitted as the "Reason for hiding" by a moderator (low impact). Set noopener rel attribute on all links opening in a new tab (very low impact). -
Riddick got a reaction from Sipsb in ОбновлениеKent220 обсуждалось 100 раз, но так как тема ещё не удалена то вот:
http://вашфорум.ru/admin/upgrade/index.php
-
Riddick reacted to Sipsb in ОбновлениеKent220 На сайте есть замечательный раздел https://ipbmafia.ru/ips4docs/ найдёте много ответов на свои вопросы.
-
Riddick reacted to Ryo in Файлы из архива IPS (поможем скачать)User Options in PostBit 104 (1).xml
(SOS41) Remove 'Forums' from Forums Index 1.0.0.zip
Remove Forums Title from Index (1).xml
-
Друзья, спасибо за поддержку. Промучавшись сутки, решил вопрос так:
1. Выполнил по ssh команду установки прав пользователю сайта (на всякий случай):
chown -R пользователь:пользователь /home/пользователь/data/www/a108.net
2. Увеличил memory_limit = 1024M и перезапустил апач, нгинкс и мускул по ssh. Так как 128 не хватало (выяснилось по логам сервера). Какой-то бот из франции вызвал перегрузку по памяти во время настройки сайта и установки новых модулей. Что, видимо, привело к тому, что нельзя было пересоздать кеш.
3. Смог авторизоваться в админку. Нашел кнопку сброса кеша в приложении Toolbox и сбросил кеш. Сначала поднялась полноценно админка, потом выключил плагины и приложения сторонние. Сейчас разбираюсь, включаю все по очереди. Публичная часть пока работает.
PS Странно все это - полночи сбрасывал кеш стандартным запуском в планировщике задачи сброса кеша - не помогало. Ставьте Toolbox. Он раньше раздавался на сайтах, сейчас не нашел его.
Кому надо, могу прислать toolbox в личку.
-
Riddick reacted to WOLF in Направлено указана ссылка на нулллюди на столько обленились, что тяжело скачать архив, перезалить на хост и обновиться
-
Riddick reacted to Nikola_Telegin in Система приглашений 2.0.14(SOS41) Invite System 2.0.14.zip
Русик нужен или есть уже?
-
Вот собственно и сам релиз IPS 4.3.3
-
Riddick reacted to Nikola_Telegin in Amazon Web Services, заблокирован...Наберите в интернете "OneVPN на год бесплатно" и на год получите впн, соответственно уберите все проблемы
Даже облегчу вам задачу.
В надежде, что поставите +1 в карму
Для получения VPN на год надо:
Перейти на сайт onevpn.co Зарегистрироваться Ввести промокод HNEWS_PROMO -
Riddick reacted to Sipsb in Amazon Web Services, заблокирован...Скачайте https://www.tunnelbear.com настройте, включите, зайдите на офсайт.