Recent Posts

Pages: 1 [2] 3 4 ... 10
11
Спасибо большое за столь быстрый и развернутый ответ!

Из разряда "А подискутировать"
Как-то же работают аналогичные сервисы? Тот же жвосайт?

Я планировал использовать один сервер для трех доменов.

Мне кажется есть такое решение:
для каждого домена прописать в DNS

A-записи вида (1.2.3.4 - ip сервера, на котором mibew размещен)
1.2.3.4 mibew.domen1.ru
1.2.3.4 mibew.domen2.ru
1.2.3.4 mibew.domen3.ru

И кнопки соответственно сгенерировать под каждый домен. 

UPD:
Протестировал свою версию, прописал А запись
Теперь домен сайта domen.ru и поддомен, на котором открывается чат (mibew.domen.ru) совпадают.
Но чат открывается все равно в новом окне.
12
Русский (ru) / Re: Диалог открывается в новом окне
« Last post by faf on June 27, 2023, 03:48:24 PM »
Вообще, в теме по приведённой Вами ссылке всё написано.

Если установка Mibew Messenger и сайт, на котором расположена кнопка чата, размещены на разных доменах, то куки, используемые при работе Mibew Messenger, современными браузерами трактуются как сторонние (third-party) и могут блокироваться из-за настроек приватности. Любой обход данного поведения - это, по сути, уязвимость в браузере. Т.е. даже если способ и найдётся, он рано или поздно (скорее - рано) станет нерабочим.

Единственный штатный вариант использования фрейма в случае разных доменов - убедить пользователей принудительно разрешить в настройках приватности установку сторонних кук для домена, на котором развёрнут Mibew Messenger. Если этого не сделать, оконный режим - единственный вариант, при котором чат сохранит свою работоспособность: без кук он работать не сможет, в оконном режиме куки не считаются сторонними.
13
Русский (ru) / Диалог открывается в новом окне
« Last post by Alexey on June 27, 2023, 11:18:01 AM »
Добрый день!

Установил свежую версию mibew:
Code: [Select]
System information
You are using:
3.6.0
Installed localizations:
en
Environment:
PHP 7.2.24 PDO/7.2.24 pdo_mysql/7.2.24 gd/7.2.24 curl/7.2.24 mbstring/7.2.24

Сервер mibew и сайт, на котором расположена кнопка на разных доменах.

Проблема в том, что теперь чат открывается в новом окне. Похоже, мне удалось найти причину:
https://mibew.org/forums/index.php/topic,192324.0.html

В связи с этим вопрос:
планируется ли исправление, чтобы чат работал внутри сайта во фрейме, не в новом окне?
Может быть есть какие-то костыли, которые позволят обойти эту проблему?
14
Announcements / Mibew Messenger 3.6.0 has been released!
« Last post by faf on May 30, 2023, 07:13:49 PM »
Hi there!

Mibew Messenger 3.6.0 has just been released!

This version brings better support for PHP 8.x and some minor bugfixes.

Installation archives are available for download here (just as usual): https://mibew.org/download2

Update is recommended.
15
Announcements / Mibew Messenger 3.5.7 has been released!
« Last post by faf on October 21, 2022, 10:40:44 PM »
Hi!

Mibew Messenger 3.5.7 has just appeared!

This release comes with bug fix in groups support related to specifics of PHP 8.x, and some minor improvements in chat history output.

Release is available for download here (just as usual): https://mibew.org/download2

Update is recommended.
16
Announcements / Mibew Messenger 3.5.6 has been released!
« Last post by faf on June 28, 2022, 04:38:38 PM »
Hi there!

And here comes a brand new Mibew Messenger 3.5.6 with better PHP 8.1 support and ability for operator to view tracked path of a visitor right from the chat window.

Release is available for download here (just as usual): https://mibew.org/download2

Update is optional.
17
Announcements / Mibew Messenger 3.5.5 has been released!
« Last post by faf on May 06, 2022, 09:38:41 PM »
Hi there again!

Another release of Mibew Messenger is out. Version 3.5.5 is available here (just as usual): https://mibew.org/download2

This release aimed at improving support of Mibew Messenger administrative interface on mobile devices (thanks to Bernd Fallert). Update is optional.
18
Support / Re: Not able to get the chat window open
« Last post by faf on March 10, 2022, 04:23:57 PM »
To begin with, you have not a single chance. Mibew Messenger 3.3.0 was released one year ago (so, it's outdated). And as it was clearly stated back then this release requires PHP 7.1.3 or higher. As of PHP 7.0.27, the latest release of branch 7.0 was 7.0.33 and it's EOL was at 2019-01-10.

And as of you errors, there is something wrong either with your web server settings, or with your installation. A browser just couldn't get required static js files.
19
Support / Not able to get the chat window open
« Last post by sunitc on March 10, 2022, 11:29:49 AM »
Hi, I am trying to install Mibew 3.3.0 on PHP 7.0.27. Everything installed ok. I was able to log in to the operator and was able to see the operator's dashboard.
But whenever I am trying to open the chat window, it's a blank page with the below errors in the console:

Failed to load resource: the server responded with a status of 404 (Not Found)
underscore-min.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
backbone.marionette.min.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
backbone-min.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
templates.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
validator.min.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
mibewapi.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
default_app.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
chat_app.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
scripts.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
backbone.marionette.min.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
validator.min.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
templates.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
mibewapi.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
default_app.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
translation.js:1 Uncaught ReferenceError: Mibew is not defined
    at translation.js:1
chat_app.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
scripts.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
jquery.min.js:2 jQuery.Deferred exception: Cannot read property 'start' of undefined TypeError: Cannot read property 'start' of undefined
    at HTMLDocument.<anonymous> (http://localhost/chat/mibew_new_test/chat?locale=en:28:62)
    at e (http://localhost/chat/mibew_new_test/js/vendor/jquery/dist/jquery.min.js:2:30038)
    at t (http://localhost/chat/mibew_new_test/js/vendor/jquery/dist/jquery.min.js:2:30340) undefined
S.Deferred.exceptionHook @ jquery.min.js:2
jquery.min.js:2 Uncaught TypeError: Cannot read property 'start' of undefined
    at HTMLDocument.<anonymous> (chat?locale=en:28)
    at e (jquery.min.js:2)
    at t (jquery.min.js:2)
20
Support / Re: Implementation - Can't open without index.php
« Last post by faf on March 01, 2022, 07:24:11 PM »
Maybe absence of mod_rewrite or restriction to use rewrite rules?

Actually, it's impossible to answer a question without any technical details about your installation. Frankly, I don't know how to run Mibew Messenger under WebSphere Application Server on z/OS.  :)
Pages: 1 [2] 3 4 ... 10