Jump to content

Featured Replies

Posted

Chat - Babble



 

2 минуты назад, ram108 сказал:

Напиши потом впечатления со скриншотом.

Установляется без проблем .... имеет боле настройки .... проблема у меня один - Babble is not connected to the node server, please contact the administrator!

Please enter the URL for your node server, if it is on the same server as your site, it will be http://mysite.com:3000 (use the port you configured in the babble.js script here instead if it differs from the default).

 

33 минуты назад, Silence сказал:

Проблема в  connected to the node server я поставил localhost:80 как мой порт в bable.js изменил порт на 80 .... но не работает ...... можно моя ошибка .... o.O

Нельзя ставить на 80-й порт, он занят у Вас вебсервером. И не используйте порты из привилегированного диапазона.

4 минуты назад, UraSuper сказал:

Нельзя ставить на 80-й порт, он занят у Вас вебсервером. И не используйте порты из привилегированного диапазона.

Не панимаю - какой порт должно я поставит ..... попробувал 3000 - 2100 .... не работает ..... я установил Bable и на живой форум ..... не работает

7 минут назад, UraSuper сказал:

Так онож тоды не взлетит. 4-й пункт из редми читали?

Я не силен в работе с веб-хосты - для меня это что-то новое и сложное - Спасибо за ответы

Почитал описание на сайте разработчика. Это СЕРВЕРНЫЙ чат в режиме реального времени, то есть для своей работы он требует установки специального ПО (node.js) на сервер. Если у вас нет опыта установки и настройки серверов, то этот чат вам не подходит.

Спойлер

Requirements:

A modern browser that supports web sockets. (Firefox/IE11/Edge/Chrome/Safari supports websockets. For mobile browsers, I will only be supporting Safari and Chrome).

Node.js installed on a local or a remote server that can run a node.js script. I have only tested the last 4 versions of node.js, but the latest version of node.js you can install, the better. I will attempt to compile a node.js versions that are compatible with Babble.

Note:

babble requires node.js. This is an unconditional requirement. So many of the features of babble are node.js dependent, that there isn’t any fallback to another web technology (like ajax/long polling). With that in mind, Babble is very javascript dependent, it will not degrade gracefully if javascript has been disabled in the browser,if you have any tin foil hat wearing members, they will not be able to use babble.

Note 2:

Cloudflare, cloudflare only has a limited range of ports that can be used if you choose to use this particular service, you will need to contact them about what ports are available to you. the only alternative to this is to use a sub-domain (not tied into cloudflare) and/or the servers IP address instead of your sites URL for the NODE URL in the ACP.  

Note 3:

**if you are running a server that doesn't use a LAMP ( Linux, Apache, MySQL, PHP) or LEMP (Linux, NGINX, MySQL, PHP) server, I will not be able to give support for. AFAIK node.js/socket.io will run on windows and mac os x, but configuration might prove difficult. As for *BSD servers, they should operate similar to a Linux server. Refunds will be given at my discretion, this does not mean I will not provide them for any reason, but for a valid reason.

 

  • Author
1 час назад, MrHaack сказал:

Чат за 100$, во приехали...

Но там как бы и комнаты, и 3 разных типа сообшеный от ботов. И еще белиберда... которая у меня неработает.:D

Поставил себе на тестовый сервер http://ardanis.ru/forums/ Нуждается в кастомизации и переводе, но все работает. 

Edited by Сергей Ананасов

Может кому пригодиться.

Для изменения цвета строк чата нужно использовать чётные и нечётные строки списка: 

.cBabbleList > li:nth-child(even):not(.cBabbleAnnouncement):not(.cBabbleAlert) {
  background-color: #202025;
  border-bottom: 1px solid #696868;
  
}
.cBabbleList > li:nth-child(odd):not(.cBabbleAnnouncement):not(.cBabbleAlert) {
  background-color: #404040;
  border-bottom: 1px solid #696868;
}

Предварительно закоментировав в babble.css иначе фон будет мелькать при загрузке страницы. 

.cBabbleMine {
   /* background: #e1eaf5;*/
}
.cBabbleList > li:nth-child(odd):not(.cBabbleAnnouncement):not(.cBabbleMine):not(.cBabbleAlert) {
   /* background-color: #f9f9f9;*/
}

 

В общем все настроил, перевёл чутка. Копирайт в обще за 5 сек удаляется, могли и зашифровать разрабы) Чат отличается от Chatbox наличием комнат, личной переписки, уведомлениями, сокращением url, загрузкой файлов и собственно поддержкой прямо на сервере.  Не знаю будет ли работать Chatbox в 2017, этот точно не умрёт. 

 

 

Edited by Сергей Ананасов

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
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.