1. Is there any way that a command can be executed automatically when a user donates in my website?
     
  2. Have your website connect with the RCON protocol so that you can send the command through RCON.
     
  3. How can i do that,? im a noob in this area.
     
  4. You would need to have some programming skills to be able to implement it or hire someone to do it for you.
     
  5. And do you know someone?
     
  6. Your best bet is to make a request on the forums detailing what you want and someone who can fulfill the request will get back to you. One issue I can see is that your site is using an Online store built using WIX. There is no real way to add functionality to their platform for your request.
     
  7. Oh, thank you although. I would try to find a way.
    [DOUBLEPOST=1428349619,1428212915][/DOUBLEPOST]And through which webhostings can be done @Hatemail?
     
  8. I wouldn't know a pre built solution for a webstore like WIX has, there was way to get it to work with WIX but it won't be instant.
    If WIX has a way to check payments you could scrape that information in a cron job and then send off the rcon commands to a server.
     
  9. But my question is that if you know any alternative to WIX, in which this works and it's easy to setup.
     
  10. Use Paypal for donations
    Make a plugin that offers a /redeem command
    Make that plugin send a webrequest to a php script
    Let that PHP script check Paypal API if donation is recieved
    Let that plugin execute whatever you want to do if response from PHP script is positive
    profit
     
  11. Yeah, like to voting plugin.