Recent content by VersoBit

  1. VersoBit

    Chunked Uploads - XF2 [Paid]

    Dm the author. He distributed via email/dm after payment
  2. VersoBit

    Using DigitalOcean Spaces or Amazon S3 for file storage in XF 2.1+

    oEmbed is not really the issue with the increased Class A; this is caused by the code cache and temp data being stored in s3 versus locally on server.
  3. VersoBit

    Using DigitalOcean Spaces or Amazon S3 for file storage in XF 2.1+

    // XenForo Settings - Path Configuration 'codeCachePath' => '/home/{..}/local_cache/code_cache', 'tempDataPath' => '/home/{..}/local_cache/temp_data', make sure to create the folders, make them writable, and make sure they are denied similar to internal_data in your webserver.
  4. VersoBit

    AdBlock Detected Tracker & Statistics [Paid]

    You’re going to experience a very high volume of false positives. Weve had to disable this addon. Unfortunately the developer has appeared to have abandoned this addon. Several emails and no response over multiple months now; even offered to pay for an update to fix issues with detection.
  5. VersoBit

    Using DigitalOcean Spaces or Amazon S3 for file storage in XF 2.1+

    This only chunks the upload from client to server, not from server to s3. Be aware if you use cloudflare you will frequently time out on very large files as the chunking process will take longer than 100s total
  6. VersoBit

    Using DigitalOcean Spaces or Amazon S3 for file storage in XF 2.1+

    Forum itself, review flysystems s3 package
  7. VersoBit

    Using DigitalOcean Spaces or Amazon S3 for file storage in XF 2.1+

    Spaces have the following file size limits: PUT requests can be at most 5 GB. Each part of a multi-part upload can be at most 5 GB. Each part of a multi-part upload must be at least 5 MiB, except for the final part. You'll likely need to configure Multi-Part upload in your configuration block...
  8. VersoBit

    Chunked Uploads - XF2 [Paid]

    Yeah, well aware of cloudflares 524 "timeout" after 100s; this unfortunately makes chunked uploads completely unusable because xenforo's handling will tell the user the file has failed to upload; a simple solution would be to time the final chunk via a toggle option for cloudflare and open a new...
  9. VersoBit

    Chunked Uploads - XF2 [Paid]

    We're finding that we are timing out frequently during large file uploads in XFMG using Cloudflare; I was wondering if its possible to change the behavior so the process of rebuilding the chunks can be done on server (perhaps cron, like the transcoder) and confirm to the user that its processing...
  10. VersoBit

    Customizing the functionality of the Amazon S3 offloading add-on

    It would be worth offloading XFRM's downloads as well, this is where a lot of our traffic comes from
  11. VersoBit

    Customizing the functionality of the Amazon S3 offloading add-on

    We've been looking into doing this as well, in effort to reduce the amount of traffic our origin handles. I think i'd also want signed url functionality.
  12. VersoBit

    AdBlock Detected Tracker & Statistics [Paid]

    It creates false-positives. Additionally some lists have provisions in them that match this tools endpoints that it hits for adblock detection. It also cannot detect DNS based blocking. Shame that this never got updated, we contacted him multiple times and got no response.
  13. VersoBit

    [XFA] RM Marketplace/Shop - XF2 [Paid]

    already building something in-house 🤷‍♂️
  14. VersoBit

    Stripe integration for new members?

    Im not sure where you are even finding a payment method for Thrivecart; Stripe integration is native along with 3 other providers... You just need to go to /admin.php?payment-profiles/ Based on the flow you posted above, it sounds like you are trying to create a subscription system where the...
  15. VersoBit

    MG 2.2 How well does MG scale in terms of user-uploaded videos?

    Honestly with our experience in XFMG relating to video uploading - while the platform works there is A LOT to be desired for customization: Controlling FFMPEG Threads Set Codecs, bitrates, resolutions, etc Ability to define "versions" of videos during encode output for dynamic resolution...
Top Bottom