Recent content by GreenZone

  1. GreenZone

    Can't get crontab working for mysql backups

    @truonglv , looks like your suggestion was correct and I misread your command. I needed to remove the "-it" option, which I now realize that you had stated in your reply. This was also confirmed here. Thanks for your help.
  2. GreenZone

    Can't get crontab working for mysql backups

    @truonglv , I gave that a try. The crontab did kick off the command, but as before it didn't result in actually kicking off the sql dump. See the "backup3.png" attachment. If I run the command manually, it does work fine, also as in my prior examples. See the "backup4.png" attachment.
  3. GreenZone

    Can't get crontab working for mysql backups

    I've got mysql and Xenforo running inside of Docker containers, with mapped volumes to the main virtual private server (VPS). I'm having issues in trying to use crontab in order to schedule daily database dumps from mysql. If I'm on the main VPS, I can successfully manually run this command in...
  4. GreenZone

    Customizing the functionality of the Amazon S3 offloading add-on

    Just wanted to let other developers know that I have now found someone for this consulting work.
  5. GreenZone

    Customizing the functionality of the Amazon S3 offloading add-on

    Hey there I've successfully implemented this attachment offloading add-on for my Xenforo site, in order to offload all images and attachments to Digital Ocean Spaces: https://xenforo.com/community/resources/using-digitalocean-spaces-or-amazon-s3-for-file-storage-in-xf-2-1.6805/ In order to...
  6. GreenZone

    Custom Services

    I hired @TickTackk in order to create 3 custom add-ons. He was extremely responsive. We went back and forth a couple of times in order to fully define the details of the required work, and he then completed the job within a few hours of my original request. He provided the add-ons as well as a...
  7. GreenZone

    Creation of a custom API endpoint

    I'm trying to build some automation scripts that can automatically add members that sign up for something on one of my membership sites to a private forum in Xenforo. I've created some Javascript / Python scripts that can interact with the Xenforo API, but the Xenforo API is still relatively...
  8. GreenZone

    XF 2.1 REST API

    The API doesn't seem to have the ability to do one of the most common functions I need, which is to do a user lookup based on their email. There's a users/find-name endpoint, but nothing such as users/find-email. Is there a work-around for this? Thanks.
  9. GreenZone

    Fixed Certain fields missing from User response in /auth API request

    So I have to make hundreds of API calls in order to be able to get the list of email addresses. That sucks.
  10. GreenZone

    Fixed Certain fields missing from User response in /auth API request

    I'm currently creating a Google Apps Script (and Google Sheet) that hooks into Xenforo in order to do some admin style reporting. @Liam W , are you saying that it's not possible to pull the email address field for all users using a Javascript API call to the users endpoint?
  11. GreenZone

    Fixed Certain fields missing from User response in /auth API request

    How do you enable verbose mode via the API call ?
  12. GreenZone

    XF 2.1 Getting user emails via the API

    I want to extract the full list of usernames, full names and email addresses of all the users in my forum via the API. I'm running v2.1 I can extract the user list via the GET users endpoint, but the User object returned doesn't include the email address. The documentation on the User type...
Top Bottom