Recent content by bzcomputers

  1. 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...
  2. 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...
  3. 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).
  4. 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.
  5. 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.
  6. 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.
  7. 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...
  8. bzcomputers

    [DigitalPoint] App for Cloudflare®

    This is likely the useragent you are looking for: User-agent: ByteDanceSpider
  9. 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...
  10. 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...
  11. 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.
  12. 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...
  13. bzcomputers

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

    I think you may be confused how connected accounts work. The little bit of data that is shared goes TO XenForo, like display name, email address, and profile photo if selected. XenForo does not share any personal details the other direction with the connected account source.
  14. bzcomputers

    Should I Use an NDA With Any Hired Developers?

    I would say most private XenForo development does not involve the transfer of confidential information so the need for an NDA does not exist in those cases. If I was to guess I would say 98% of private development done involving XenForo is done without an NDA involved. If you still believe you...
  15. bzcomputers

    XF 2.3 Cloudflare returns 403 to pagespeed insights

    Typically "checking if you are a human" page is a result of your page loading behavior being unusual - like checking multiple pagespeed reports one after the other. I'd take a break give it some time and recheck if it is still occurring. It may just be your odd page loading behavior causing a...
Back
Top Bottom