15.06.2015, 17:13
It works by a website having access to the server mysql db (or files if its file based, not recommended) now on this website you have a donation system which takes payment for a purchased item (example: vip level 2 [1 month], Cost: Ј3.00). Once the payment has been made (most payments go through paypal) the website uses sockets to communicate with the server and update the users details.
1. Use the website to update the game db records and use the server to update in-game data. (Saves adding more loads to the server)
There is a socket plugin made by BlueG (search the plugins section on the forum), go learn php or use wordpress or if your lucky someone might make it for you.
1. Use the website to update the game db records and use the server to update in-game data. (Saves adding more loads to the server)
There is a socket plugin made by BlueG (search the plugins section on the forum), go learn php or use wordpress or if your lucky someone might make it for you.