SRCDS implementation
Posted: Sun Aug 31, 2008 1:00 pm
I am working on a script that will allow me to install a game server with SRCDS.
I use this code:
and it gives me this "Checking bootstrapper version ... Unable to write to the current Steam application folder. Please move Steam to a folder where you have write privileges. "
I set the srcds to 777 and I tried with the user and group as apache, but it still gives me the same error.
Safe mode is off, btw.
Is there a way I can get this to work, or do I need to use something other than PHP for this?
I use this code:
Code: Select all
echo system("cd /location/to/srcds && ./steam -command update -game \"Counter-Strike Source\" -dir ./test");and it gives me this "Checking bootstrapper version ... Unable to write to the current Steam application folder. Please move Steam to a folder where you have write privileges. "
I set the srcds to 777 and I tried with the user and group as apache, but it still gives me the same error.
Safe mode is off, btw.
Is there a way I can get this to work, or do I need to use something other than PHP for this?