Recent content by mdgross

  1. M

    Seller

    @AndyB It is possible to circumvent the restriction by opening several "Create Thread" windows in the browser before the cron runs.
  2. M

    Fixed API Registration Spam Check

    @Mike Thank you for looking into this. Is there any issue passing "new Zend_Controller_Request_Http()" instead of $this->_request as the second parameter to $spamModel->allowRegistration?
  3. M

    Fixed API Registration Spam Check

    I'd like to replicate XenForo's spam check during registration through an API request. I have reviewed [bd] API and XenAPI and neither make use of XenForo_Model_SpamPrevention during the registration process. I have attempted to add this code: $writer =...
  4. M

    XF 1.4 Google App Engine Paths

    Thanks @Mike. Works great.
  5. M

    XF 1.4 Google App Engine Paths

    On Google App Engine I want the file path to be "www/community" and the url to be just "community" but it's failing when trying to determine the route. This works: Path to XF files: $SERVER['DOCUMENT_ROOT'] . '/community' App.yaml: # Xenforo - url: /community.* script: community/index.php...
Top Bottom