Hello.
My last post was about events in pawn.
I wanted to make a plugin that will store stats in txt file and when map would begin plugin would upload data to mysql db. Unfortunately this could give game server a little headache. So i think that Web Server can handle it.
Server stores game data like players kills and other things in logs,
so i will write PHP that will download log file truth FTP, conver it and put it to database. Only problem is that how to execute this script.
I figured out that would be wonderful if I could execute this script truth game server plugin. For example, when map ends plugin will send a request truth sockets or smth like that to web server and execute it.
Only reason that im posting this new topic here is i dont realy know how to make plugin like that. Can you tell me how can i execute PHP script on server somewhere on internet ?
Regards.