Recent content by robustpaul

  1. R

    XF 2.0 ErrorException

    The port value is 3306
  2. R

    XF 2.0 User Upgrade API

    Ah, okay. I figured that I'd still be able to utilize it, as I'm still able to use the authentication API calls. Would I just have to recreate what it's doing in UserUpgrade.php to upgrade a user?
  3. R

    XF 2.0 User Upgrade API

    Hi, I'm working on a key redemption system, where users can input a key, and their account will be upgraded to a specific user upgrade. Here's the API function that I'm trying to utilize: upgradeUser(integer $userId, array $upgrade, boolean $allowInsertUnpurchasable, integer | null $endDate)...
Top Bottom