SA-MP Forums Archive
Donation - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Donation (/showthread.php?tid=599250)



Donation - K0P - 23.01.2016

can i make vip donation using y_ini?
Tell me some methods.


Re: Donation - Rodri99 - 23.01.2016

How do you want to make it? Which system or idea?


Re: Donation - K0P - 23.01.2016

Quote:
Originally Posted by Rodri99
Посмотреть сообщение
How do you want to make it? Which system or idea?
Real money donation


Re: Donation - Vince - 23.01.2016

Definitely possible, but difficult and not safe.

If both servers are not on the same box, then that means transferring the player's file via FTP over the Internet, writing the changes and then sending it back. Quite possibly overwriting any changes that were made in the meantime.

If the web server and the SA-MP server are on the same box it is slightly easier, but the web server user (usually automatically created as www-data) needs to be given permission to write into the SA-MP server directory which is of course still not very safe.