Recent content by Artur1339

  1. Artur1339

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

    Hey, I am not sure if this way already answered so does this shop support the xenforo payment system ? I have another payment addon that adds bitcoin and works with xenforo subscriptions etc. Is this shop utilizing the same payment api as xenforo ? Also is it possible to sell license key with...
  2. Artur1339

    XF 2.1 Freeze User Upgrade ( manage cron job )

    So I currently added up creating my own addon and then adding a column ( is_frozen ) to the user upgrade. But I couldn't find any method override the downgradeExpired cron job by the addon. Or better to say the UserUpgrade::downgradeExpiredUpgrades method so I could do my own checks and see if...
  3. Artur1339

    XF 2.1 Freeze User Upgrade ( manage cron job )

    Hey, I am currently integrating Xf with our game server. So I mapped each user upgrade to a feature in our server. For example, when a user wants to access special vehicles he has to purchase a vehicle user upgrade in the forum. As far as I am aware there is no freeze upgrade option in the...
  4. Artur1339

    XF 2.1 REST API

    Currently working on this. XF powers my NuxtJs Frontend.
  5. Artur1339

    XF 2.1 REST API

    Thanks. I haven't seen it when I was looking through the docs.
  6. Artur1339

    XF 2.1 REST API

    Is there any info out where which functions the api will support? Currently integrating Xenforo with our app backend. To login with the Xenforo credentials and also execute some extra features depending on our active UserUpgrades. Would be nice if we would fetch this information from an api...
  7. Artur1339

    XF 2.1 How to use the API

    Alright, thanks for your help. Is there any public docu available? I might just move my code to an xenforo addon and emulate the api endpoint.
  8. Artur1339

    XF 2.1 How to use the API

    Hey I don't want to hijack this thread but since this is also API related I would like to give it a try here before creating my own thread. So I am currently using XF as my main all-round solution what I mean by this is that my nuxtjs admin panel is powered by lumen which accesses the xenforo DB...
  9. Artur1339

    I will have two questions before I buy..

    Couldn't you connect a group to a paid subscription ? And then when the subscription runs out the groupe is revoked ?
  10. Artur1339

    XF 2.0 Access Xenforo functions through OAuth2 from second host ?

    Hey, I am trying to use Xenforo for my authentication in lumen ( laravel ), because I have a client-side anticheat and warehouse for my GTA V Roleplay server., where the user logs in with the Xenforo account. Basically, I have a second page, powered by lumen as a restful and VueJs as the...
  11. Artur1339

    Creating a new user registration account via Webhook

    Hey is there also a methode to login there the API and validating username and password
  12. Artur1339

    XF 2.0 Add own payment provider ?

    Is there any update on this ?
  13. Artur1339

    XF 2.0 Add own payment provider ?

    Hello, I am wondering what would be the best way to add a second payment provider as a PayPal alternative. So in Xenforo 1.5 I implemented CoinPayments as an alternative payment gate, but everything was outsourced to my own web panel, so I only used the Xenforo's upgradeUser method and had my...
  14. Artur1339

    XF 2.0 PhpStorm - How to use questions

    Ohh ok. I guess this file doesnt exist in 1.5 ?
  15. Artur1339

    XF 2.0 PhpStorm - How to use questions

    Could you tell me more about this "special hint file" ? Since I am also using PhpStorm. I allready edited : Edit the /library/config.php file to add the following line: $config['debug'] = true;
Top Bottom