I run Unturned(game) server from console by tiping "C:\Program Files (x86)\Steam\steamapps\common\Unturned\Unturned.exe" -nographics -batchmode +secureserver/MyServer
and then i can type there commands like
Give 1254235/125/3 or
Kick 131245654/cheats or
Night
I want to allow users to do things like this from web site. For example, user press button 'Day' on web site and its send query to PHP file thats connects to the server and type this command. Any idea how to implement it?