Jump to content

D-Trox

Clients
  • Joined

  • Last visited

Everything posted by D-Trox

  1. D-Trox replied to D-Trox's post in a topic in Technical Problems
    oups sorry is done :)
  2. D-Trox replied to D-Trox's post in a topic in Technical Problems
    I add the admin cp access The ftp access will configured later this week
  3. D-Trox replied to D-Trox's post in a topic in Technical Problems
    Hi thank you for the reply both of this solution did not work
  4. D-Trox posted a post in a topic in Technical Problems
    Hi i just fresh install IPS and i cannot write into every text box. Like description , terms and service (i can only upload media) How can i fix that ? thank you
  5. with this app , can we transfer the fee to another (pay with method 2) to the account from the payment method 1 ? thank you for the reply
  6. Its interesting but i cannot see how it can be apply for me. I mean i wanna receive a % from sells made to specific product or payment method. This app its only to have discount on a product , i'm not sure how it can be apply in my situation ? thank you
  7. Thank you for the reply No we are not selling downloadable content. (Mayby later) Its a micro transaction for some game.
  8. Hi everyone I was wondering if it was possible to do this: 1) Create multiple payment methods of the same type (yes) but force product X to use only method 1 and product Y to use method 2 ? (like 2 paypal ) 2) if the answer to number 1 is yes, is it possible to take a % of the sales made by the other payment methods ? Why ? Because our store will be constituted of several resellers, me being the principal and the maintainer of the site, I would like to take a % on the sales made by the other resellers for the maintenance and put it at the same account where paiment methode 1 is pointing Or if it have some plugin for that Thank you.
  9. Hi Jim thank you for the reply. I will try to do my best to clarify my intention. Basically i will use the API to link information from a game server (FiveM), a exemple : if you pay a subscription on the forum , you will have the VIP secondary group. When you join the game , i will made a Rest API call from the database to verify if you have this group or not , if you have it you will have access to all VIP stuff in game, if not no.... it was just a simple exemple , but i wanna use for more. BUT for the moment i'm in dev , so IPS is set-up locally and i'm using PostMan to preparing my call and made some test, in the same way to learn more about how use and set-up this API. I do not want to use the basic AUTH for this kind of project , i really want the Oauth with token expired quickly to prevent hacker. To be more general , i will and want link alot of stuff from the website / discord and the game. (another exemple , if you get warn in-game , the API will add 1 warning point on the profile of the player) to keep and track everything. so for postman and testing i 'm still not sure how to use the redirection URL , if i understand well , i need to redirect to PostMan ? Thank you
  10. Hi everyone I'M trying to set up the rest API on my IPS and link it to members (i wan to know who using it) So i'm using oauth2.0 , i create the API. to make my test , i"m using Postman but when i'm trying to get my token , i log in and i got this error : Invalid Redirection URI I thing is when you create the oAuth CLient , you need to add a redirection URL , so i put the url back to home website. If it is not that , what i need to put or what this error means ? thank you
  11. Hi i dont understand how to use Bzip2 in interaction with my server . example i host a 7D2D server on a VPS with win10 OS server work fine , your extension too but the connection between not work always show offline , i see on the description i need BZIP2 for the protocol but how to use it ? that i see is a compression/decompression program ( like 7-zip , winrar) so how i use it for my connection problem ? thank you for anyone for help