Is there any way that a command can be executed automatically when a user donates in my website?
Executed command through website
Discussion in 'Rust Discussion' started by Firulains, Apr 5, 2015.
-
Have your website connect with the RCON protocol so that you can send the command through RCON.
-
How can i do that,? im a noob in this area.
-
You would need to have some programming skills to be able to implement it or hire someone to do it for you.
-
And do you know someone?
-
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.
-
Oh, thank you although. I would try to find a way.
[DOUBLEPOST=1428349619,1428212915][/DOUBLEPOST]And through which webhostings can be done @Hatemail? -
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. -
-
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 -