[DCom] Live Content

[DCom] Live Content [Paid] 3.5.2

No permission to buy ($30.00)

DimmmCom

Well-known member
Licensed customer
DimmmCom submitted a new resource:

[DCom] Live Content - Real time communication

  • Communication in topics and personal correspondence without reloading the page.
  • Transitions between pages via AJAX.
  • There are two styles of personal correspondence to choose from.
  • Customizable sound alerts.
The plugin uses the phpsocket.io library

To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.

Read more about this resource...
 
This seems like something I'd use, but I don't know if its a $30 addon, tbh. Feels like a 15-20 price tag may be more tempting (to me at least)
 
Maybe if I had a demo site to play around on, or a more in-depth video preview, it could convince me. But the video didn't show very much like outside of the conversation area.
 
What server ports/tcp/udp I need to open on the server to fully utilize this?
On cloudflare I need to enable this?

1654239071743.webp
 
What server ports/tcp/udp I need to open on the server to fully utilize this?
On cloudflare I need to enable this?

View attachment 269102
Yes, this option must be enabled and one of the following ports must be specified in the plugin
  • 2053
  • 2083
  • 2087
  • 2096
  • 8443
 
  • Like
Reactions: rdn
Must be open to the public right?
Cause I have my firewall right now only open for port 80 and 443.

Is that TCP or UDP port?
 
Certificate must be valid?
Or the one that is issued by Cloudflare is enough?
 
How does it behave on mobile? Does it auto scroll to unread messages? Can it be permissioned per user group and/or forum? Does it support other events?
A little later I will record a video of the work in the mobile. Each user can disable the display of the "Typing" block and turn off sound alerts. It is problematic to completely disconnect users from the socket with access rights, because it is necessary to catch events of their actions for other users.
 
Certificate must be valid?
Or the one that is issued by Cloudflare is enough?
It is best to set up a connection through a proxy.
Here are example configs
NGINX:
location /socket.io/ {
        proxy_pass http://127.0.0.1:2053;
        proxy_http_version 1.1;
        proxy_set_header Upgrade $http_upgrade;
        proxy_set_header Connection "Upgrade";
    }
Code:
websocket /socket.io {
  address                 127.0.0.1:2053
}
 
  • Like
Reactions: rdn
Can I pay you via Paypal please?
I don't have youMoney or payeer.
Are those the only methods? I don't have access to either one. So even if I could  afford it right now, I'd have no way to actually get it.
 
Nice!
What content types does this support?
Are there user group permissions?
 
Back
Top Bottom