aquadeluxe Posted August 30, 2008 Share Posted August 30, 2008 I am working on a script that will allow me to install a game server with SRCDS. I use this code: 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? Link to comment https://forums.phpfreaks.com/topic/122041-srcds-implementation/ Share on other sites More sharing options...
MasterACE14 Posted August 30, 2008 Share Posted August 30, 2008 I believe that should work, set every single directory, and sub directory to full write access. Link to comment https://forums.phpfreaks.com/topic/122041-srcds-implementation/#findComment-630001 Share on other sites More sharing options...
aquadeluxe Posted August 30, 2008 Author Share Posted August 30, 2008 I've moved the srcds directory to the root of the filesystem(/srcds) and I've chmodded all permissions to 777 and chowned everything to apache.apache and it still gives me the same error. Does anyone else have an idea of what to do?? Link to comment https://forums.phpfreaks.com/topic/122041-srcds-implementation/#findComment-630008 Share on other sites More sharing options...
aquadeluxe Posted August 31, 2008 Author Share Posted August 31, 2008 Does anyone know how to do this? Link to comment https://forums.phpfreaks.com/topic/122041-srcds-implementation/#findComment-630398 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.