AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   Plugin that executes PHP script on web server. (https://forums.alliedmods.net/showthread.php?t=45456)

orglee 10-02-2006 20:40

Plugin that executes PHP script on web server.
 
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.


All times are GMT -4. The time now is 04:48.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.