Okay, so I am making an application for a mod I use in a game, now the idea is I will be able to send and receive data using a php script I make, this will allow me to format the data before it goes to the application.
Here is what I am stuck on:
I have looked at the API but I do not understand the following:
-
How to login, meaning I need the PHP script to take a username and password and then the needed command and get the contents.
-
How I would get the contents back using PHP
Any help would be immensely appreciated!!