Recent content by Comsup

  1. C

    [DigitalPoint] Security

    Does that mean XenForo's core is broken?
  2. C

    [DigitalPoint] Security

    The following server error was displayed today. How does one go about fixing the error? ErrorException: Passkey signature counter validation failed for user 34 (passkey 30). Expected counter > 6, got 6. This may indicate a cloned authenticator. src/XF/Error.php:81 Stack trace #0...
  3. C

    Add-On to Delete Idle Registrations?

    All new registrations are already moderated until a post count threshold is exceeded. The goal here is to delete the accounts before moderation is needed.
  4. C

    Add-On to Delete Idle Registrations?

    The problem is that people will create multiple sleeper accounts, surface to create problems, get banned, and then return later with another sleeper account. On my site, if you lurk, you’re out.
  5. C

    Add-On to Delete Idle Registrations?

    I rely heavily on add-ons from @AndyB and work very closely with him. He is an excellent add-on developer.
  6. C

    Add-On to Delete Idle Registrations?

    Thank you. It looks like @AndyB just made the add-on.
  7. C

    Add-On to Delete Idle Registrations?

    The above code appears to return only users whose registration date and time match their last activity date and time. If their last activity was, for example, an hour after registration, then this code would not find them. I'm trying to find users who register, maybe come back the next day to...
  8. C

    Add-On to Delete Idle Registrations?

    Thanks Andy. This will work if the user never posts, but I'm trying to catch users who register and never even come back within X days after registering.
  9. C

    Add-On to Delete Idle Registrations?

    Although I like to see the membership of my site increase, I am looking for a way to control members who register and then are never seen again. In particular, if a member's "last activity" date is less than X days after their "registration date", I want to automatically place the account...
  10. C

    [Free] UserCheck - Block Disposable Emails

    I see that this add-on has an "unmaintained" status. Did anyone try it out and find that it worked?
  11. C

    XF2 [8WR] Database Backup [Paid]

    Now that I've solved my backup issues, I'm wondering if the addon can easily be modified to back up more than one SQL database. My XF site uses two SQL databases; one for the XF site and the other for a tool that lives on, and is run from, the XF site. I only need to be able to back up the...
  12. C

    XF2 [8WR] Database Backup [Paid]

    My XF site is hosted on a VPS provided by Knownhost and the local backup using 8WR runs fine. :) However, after spending hours trying to create a secondary backup via FTP from my XF server to another VPS that I have with Knownhost, including involving Knownhost support in the process, I have...
  13. C

    XF2 [8WR] Database Backup [Paid]

    Well, I'm making some progress with my VPS to VPS backups. 8WR is talking to the backup server and creating the backup files, but the backup files are empty.
  14. C

    XF2 [8WR] Database Backup [Paid]

    My home NAS is 7TB but I would like to store the backups elsewhere tbh. What I found out yesterday is that my existing backup solution doesn't work; namely SQLBackupAndFTP. For some reason, which I'm not interested in troubleshooting atm, I wasn't able to run a restore to completion. Besides...
  15. C

    XF2 [8WR] Database Backup [Paid]

    Thanks for referencing your earlier post. Yes, I did see that and had considered running an FTP server at home, but I have another VPS running a different website as well as a physical server at work that can be used for backups. I'm working on configuring my other VPS (same hosting company)...
Back
Top Bottom