Recent content by bzcomputers

  1. bzcomputers

    What is your choice for Redis-compatible in-memory data storage?

    I personally changed my XenForo server from Redis to KeyDB about 2 years ago mostly to gain multi-threading and what seemed at the time to be a well supported fork of Redis. It has been just over 2 years since the new owner of KeyDB, Snap (parent company of Snapchat), took over the company and...
  2. bzcomputers

    XF 2.3 AI agents

    It's also great with simple questions like "give me some ideas to enhance and add additional functioning to this code". It'll spit out 5 or more options, order them in what would be the most beneficial for your site with the detailed reasons why, and then give you the coded solutions for each...
  3. bzcomputers

    XF 2.3 AI agents

    @philmckrackon I've had a much better coding experience with Grok 3 than any ChatGPT model all the way through ChatGPT-4.5. When I switched from ChatGPT to Grok, I gave Grok numerous blocks of broken ChatGPT code and it fixed most of them without instruction, a couple needed more instruction...
  4. bzcomputers

    [DigitalPoint] App for Cloudflare®

    @digitalpoint Can you expand on this a little: New option (Preload resources): automatically adds Link header that includes JavaScript and CSS URLs for the page (tells browsers to preload resources used by the page) Early Hints existed previously... were file preload directives in the header...
  5. bzcomputers

    Cloudflare to block AI bots from scraping

    Blocking AI scraping might protect your data in the short term, but it’s a losing battle unless you’re a truly unique source for the data. Most content on the internet isn’t that exclusive. Your competitors who allow scraping will dominate AI-driven responses which are the first responses on...
  6. bzcomputers

    Validate Email Domain

    Yes, the intl extension is required to run the domain check which uses the function idn_to_ascii (which is provided by intl).
  7. bzcomputers

    Ads Manager 2 by Siropu [Paid]

    Yes, you can set a start and stop date/time. You can also set a limit to how many times it is viewed and/or clicked.
  8. bzcomputers

    How to check disk space used on site

    Be aware this does not include the database, which for many sites is much larger than the file space.
  9. bzcomputers

    XF 2.4 general discussion, feedback, complaints, random off topic posts, etc.

    Well, one of the oldest forms of AI is spelling and grammar check and lets just say it is way too often underused.
  10. bzcomputers

    XF 2.2 A php error can take down your site apparently

    The code should be addressed because it needs to be updated. In the meantime to get your site back up you can modify the php error-reporting to ignore "deprecated errors" which means adding this & ~E_DEPRECATED to your error-reporting settings. In cPanel, you can ignore PHP deprecated errors by...
  11. bzcomputers

    [DigitalPoint] App for Cloudflare®

    This is likely the useragent you are looking for: User-agent: ByteDanceSpider
  12. bzcomputers

    XF 2.4 general discussion, feedback, complaints, random off topic posts, etc.

    Well, no more than the information that is available on XenForo.com. Grok read and processed dozen's of threads within seconds picking up on a lot of info I either never knew, forgot or didn't fully process. It's ability to consume and comprehend that much info so quickly definitely puts its...
  13. bzcomputers

    XF 2.4 general discussion, feedback, complaints, random off topic posts, etc.

    Just asked AI "When can we expect XenForo 2.4 and 3.0 to be released?". Needless to say its not very optimistic. Grok 3.0's response...
  14. bzcomputers

    If you were starting a new XenForo forum today, what would you do differently?

    Yes. I don't remember it being an issue to setup. I know XenForo has documented the basic process here. If you run into issues I can probably help you.
  15. bzcomputers

    If you were starting a new XenForo forum today, what would you do differently?

    No, I don't. If data went back to Google it would require your authorization (within OAuth or Google Sign-In depending on what is being used). This is standard for any connected account. They offer the api service simply for reasons like name recognition / ecosystem growth, enhance user trust...
Back
Top Bottom