[BS] Real time chat

xF2 Add-on [BS] Real time chat 1.5.0

No permission to download

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
19,139
Points
823

Reputation:

ENXF NET submitted a new resource:

[BS] Real time chat - Live chat for you forum.

See FAQ before install

.features:

  • All changes occur in real time (new post, delete, edit, etc.)
  • Editing own/all messages
  • Deleting own/all messages
  • Clear chat (/clear command)
  • Command handlers
  • Chat notifications
  • Sound notifications in chat
  • Chat ad above messages
  • The username of the user who is currently typing a message
  • Insert username by clicking on it
  • Insert and process BB codes
  • Mention via the /to command...

Read more about this resource...
 

lolo68

Collaborate
Collaborate
Registered
Joined
Feb 18, 2019
Messages
23
Points
13

Reputation:

Here's what I found :

.to start the server side of the chat - you need to open the SSH console, go to the forum directory and enter the php chat_start.php start -d command
Restart command : php chat_start.php restart
Stop command : php chat_start.php stop

If you use Cloudflare, then you need to enable the Websockets option in the Network section.
And read this https://support.cloudflare.com/hc/en-us/articles/200169156-Identifying-network-ports-compatible-with-Cloudflare-s-proxy.

If you want to change the port of the chat, then after you change it in the options, you need to restart the server part of the chat.

Chat port must be opened for TCP connections.
Channel adapter port must be opened for TCP connections from localhost (127.0.0.1).

Nginx proxy configuration template :

CSS:
location /chat.io/ {
    proxy_pass http://127.0.0.1:{your_chat_port};
    proxy_http_version 1.1;
    proxy_set_header Upgrade $http_upgrade;
    proxy_set_header Connection $connection_upgrade;
}

Where is the SSH console ?
 

lolo68

Collaborate
Collaborate
Registered
Joined
Feb 18, 2019
Messages
23
Points
13

Reputation:

What tutorial ?

I have this error :
ErrorException: [E_WARNING] stream_socket_client(): unable to connect to tcp://127.0.0.1:3205 (Connection refused) in src/addons/BS/RealTimeChat/vendor/workerman/phpsocket.io-emitter/src/Emitter.php at line 25

What is the SSH console ?
The orders they put where? php chat_start.php start -d ,php chat_start.php restart ,php chat_start.php stop
Thank you ;)
 

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
19,139
Points
823

Reputation:

What tutorial ?

I have this error :
ErrorException: [E_WARNING] stream_socket_client(): unable to connect to tcp://127.0.0.1:3205 (Connection refused) in src/addons/BS/RealTimeChat/vendor/workerman/phpsocket.io-emitter/src/Emitter.php at line 25

What is the SSH console ?
The orders they put where? php chat_start.php start -d ,php chat_start.php restart ,php chat_start.php stop
Thank you ;)
lolo68check FAQ
 

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
19,139
Points
823

Reputation:

yes I saw ;)
My questions are precisely on this tutorial :)
I do not understand the tutorial.
lolo68kkk i don't understand too, there are people with errors like you and the owner of addon asking for FAQ :)))) :)
 

rOckEt

OldSchool
Collaborate
Registered
Joined
Aug 9, 2019
Messages
55
Points
43

Reputation:

Tutorial is simple, use SHH use PUTTY for server, only for administrators use this commands.
The problem in this addon, messages autorefresh is the problem and use F5 for learn more comments.
Uninstall for me!
 

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
19,139
Points
823

Reputation:

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
19,139
Points
823

Reputation:

n3ujx

L❤VE ENFX
Registered
Joined
Sep 14, 2019
Messages
55
Points
18

Reputation:

I do not understand anything from this FAQ please help.. I so need please
 
Last edited:

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
19,139
Points
823

Reputation:

ENXF NET updated [BS] Real time chat with a new update entry:

1.1.0

.changes:
  • Added a new type of server communication with the client. Long polling.
    • This type is a bit slower than web sockets, but the chat will still be in real time.
    • This type does not require additional configuration. You just need to specify the maximum duration of the request.
      • I advise you to set 15-25 seconds.
    • This type loads the server more than web sockets.
    • There is the possibility of developing new adapters for the exchange...

Read the rest of this update entry...
 

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
19,139
Points
823

Reputation:

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
19,139
Points
823

Reputation:

ENXF NET updated [BS] Real time chat with a new update entry:

1.1.1

.changes:
  • Refactored chat server runner
  • Now supports sessions cache and any session storages
  • Added copyright to header
    • How to remove the copyright?:
    • Code:
      .to remove copyright in all my add-ons, you need to add such a line to the config.php
      $config['bsRemoveCopyright'] = true;
  • сhat_start.php file replaced by chat file
    • Now to manage the chat server you need to access the chat file
      • ...

Read the rest of this update entry...
 

Unknown

New member
Registered
Joined
Dec 22, 2019
Messages
2
Points
3

Reputation:

I keep getting 403 forbidden, idk what i am suppose to add to get access to the chat.


HTML 2.0//EN">
<html><head>
<title>403 Forbidden</title>
</head><body>
<h1>Forbidden</h1>
<p>You don't have permission to access /chat/long-polling
on this server.<br />
</p>
</body></html>
 

DareSec

Inforc3r
Staff member
Administrator
Moderator
S.V.I.P Member
Collaborate
Registered
Joined
May 25, 2019
Messages
1,372
Points
523

Reputation:

Read FAQ to install
It need ssh access to install
 

Unknown

New member
Registered
Joined
Dec 22, 2019
Messages
2
Points
3

Reputation:

i took a look at FAQ it says nothing about 403 forbidden, can you think of any way to help?

I use byet.host for hosting
 

DareSec

Inforc3r
Staff member
Administrator
Moderator
S.V.I.P Member
Collaborate
Registered
Joined
May 25, 2019
Messages
1,372
Points
523

Reputation:

Free hosting not provide ssh and open port to run this addon
Purchase vps or hosting
 
Top