Recent content by MySiteGuy

  1. MySiteGuy

    Does XenForo Officially Support All S3-Compatible Object Storage?

    You can add Digital Ocean to this list. I have set them up with a large forum.
  2. MySiteGuy

    Should I Use an NDA With Any Hired Developers?

    The majority of my clients don't ask for one, for what it's worth. It depends on what you want. Hobbyist forums usually don't bother, but business related forums sometimes do depending on the data being dealt with. There's also GDPR requirements to consider if the client is in the EU, and what...
  3. MySiteGuy

    XF 2.3 How to import IPS Pages and Support TIckets

    If you're interested in a service for this, I can help. Send a DM. :-)
  4. MySiteGuy

    Tickets: Help Desk and Knowledge Base [Paid]

    Wow that was a fast update. Thank you.
  5. MySiteGuy

    Tickets: Help Desk and Knowledge Base [Paid]

    With this latest version, 2.10.0, I've had to turn off the incoming email handler for each category because it's causing error logs to fill with this: TypeError: XF\SubContainer\AbstractSubContainer::__construct(): Argument #1 ($parent) must be of type XF\Container, XF\Pub\App given, called in...
  6. MySiteGuy

    How to protect emails in xf_user in server

    MySQL/MariaDB hasn't stored databases in ibdata1 for many years, with file_per_table=on being the default. Innodb databases are stored in sub-directories, and each table with data and indexes is stored in individual .ibd files. ibdata1 is used now solely for remaining metadata and buffers...
  7. MySiteGuy

    Prev / Next Threads [Paid]

    It seems you want to make registration almost impossible for English speakers. Without Chatgpt, I would not have been able to answer the human verification question. You're probably losing who want to pay you because of this poor choice for human verification.
  8. MySiteGuy

    XF 2.1 Why are xenforo threads not indexed on Google?

    There's a search at the top/right of the ACP. :)
  9. MySiteGuy

    VerticalScope Inc Headed toward Bankruptcy?

    If it's an excuse to move them off the main search index, why do forums still appear in the main index? They added the tab to give them a boost in addition to normal search results, not instead of. Here's what happens when a forum, even in a competitive niche, decides to put in the extra...
  10. MySiteGuy

    VerticalScope Inc Headed toward Bankruptcy?

    This flies in the face of the fact that Google added a forums tab to search results: . https://techcrunch.com/2023/11/27/googles-new-tools-help-discussion-forums-and-social-media-platforms-rank-higher-in-search-results/
  11. MySiteGuy

    Will you be optimizing images to webp when 2.3 is released?

    The KeyCDN report was from 2023, it hit 97% in 2024 and is about 98% now.
  12. MySiteGuy

    Monster Bot/DDoS attack overnight.

    For a normal siuation, there shouldn't be many cases where more than 5 seconds is needed because a browser is not going to be taking that long to fetch additional items on a page. Dial it down to 2 seconds it you need to. Default is 60 which is a very long time for Nginx to wait for a...
  13. MySiteGuy

    Monster Bot/DDoS attack overnight.

    Reduce keep-alive time, and the number of keep-alive requests a connection can send before Nginx closes the connection. You may also want to consider turning off keep-alive completely. Reduce connect time out as well.
  14. MySiteGuy

    [XB] Badges

    When rebuilding user badges, this error occurs: LogicException: Please provide source_language_id in src/addons/OzzModz/Badges/Job/MasterPhrasesMerge.php at line 18
Back
Top Bottom