Recent content by 1864com

  1. 1

    [DCom] Live Content [Paid]

    Given this supports Pusher integrationnow, could you allow us to specify a custom host and port for using Soketi as a replacement? Soketi seamlessly replaces Pusher, so everything else will function as normal without requiring any additional modifications, except for setting the designated...
  2. 1

    AntiSpam by CleanTalk

    Yes everything is fine.
  3. 1

    AntiSpam by CleanTalk

    We have developed a solution at our end. It's no longer necessary to patch your plugins anymore. Cheers.
  4. 1

    AntiSpam by CleanTalk

    I encountered an error while trying to install on a development environment, using both admincp and CLI. I carefully reviewed the environment and successfully installed version 3.0.1. So the 3.1.0 is has a problem in db call See the error below: TypeError...
  5. 1

    ElasticSearch Essentials [Paid]

    May I ask how did you setup Elasticsearch cluster for Spacebattles forum, specifically, is it 3 master and 3 data nodes, or something else? Did you put up a front nginx to load balance ES cluster? I'm impressed with how you can get away with just 2GB of RAM for each ES node.
  6. 1

    Enable MYSQLI_CLIENT_COMPRESS Option in Configuration

    MySQLi supports compression for connections, which can be highly beneficial for optimizing performance in environments with limited or shared bandwidth. Currently, XenForo does not offer a configuration parameter to enable this feature. This is particularly useful for large servers that handle...
  7. 1

    AntiSpam by CleanTalk

    Did any of the recent updates address this issue?
  8. 1

    AntiSpam by CleanTalk

    To be honest, I wasn't expecting a reply considering the "Unmaintained" status of the plugins here. Nevertheless, I appreciate your efforts, knowing that it's still holiday time around the world. Cheers!
  9. 1

    AntiSpam by CleanTalk

    When first install, there's a step that will add a new column ct_hash to xf_post. For a forum that has ten of millions of posts, this will take hours to days especially if the forum is active and the table need to be locked. Is there any other solutions?
  10. 1

    Donations by Siropu [Paid]

    VPS services today are affordable and reliable. For a low monthly cost, you can have a reliable VPS. Securing a Linux server can be challenging, but tools like Docker and Podman make deploying applications much easier. For example: Docker can also be used to deploy various useful services, such...
  11. 1

    Donations by Siropu [Paid]

    Are you open to considering Bitcart, a self-hosted cryptocurrency payment server? It supports most stablecoins, most popular network including Tron and BSC. The API seems to be simple to work with: https://docs.bitcart.ai/integrations/custom-integration Since we already self-hosting our forum...
  12. 1

    [DCom] Manticore Search Engine [Paid]

    Does this add-on support Japanese stop words and stemming? I find it surprising that despite being over 6 months old, there are no reviews or questions about this add-ons.
  13. 1

    [J] Email Check

    What happens when I reach the validator.pizza limit? Will the registration be processed according to my own spam filtering or will it be immediately rejected?
  14. 1

    Sample config for round-robin mysql read server

    You are absolutely right. I'll explore that idea as well. Thing is that my database server saturated its 1Gbit LAN port (but not using up its CPU) therefore, causing timeout and errors during peak periods. Using nginx as a load balancer will still overload it.... unless I combine it with the...
  15. 1

    Sample config for round-robin mysql read server

    ohhh, I see, thank you so much
Back
Top Bottom