emptycs Posted June 11, 2008 Share Posted June 11, 2008 Could anyone provide me with help on how to code a php shell command for counter-strike servers? The script can start/restart/stop and edits and extract files. Link to comment https://forums.phpfreaks.com/topic/109696-php-shell/ Share on other sites More sharing options...
cocoras Posted June 11, 2008 Share Posted June 11, 2008 Maybe you can search the hotscripts code-repository, i can remeber i've ever stumbled upon such a script Link to comment https://forums.phpfreaks.com/topic/109696-php-shell/#findComment-562911 Share on other sites More sharing options...
emptycs Posted June 11, 2008 Author Share Posted June 11, 2008 Nope =/. I search for php shell, counter-strike, shell, shell php, gameserver and nothing =/ Link to comment https://forums.phpfreaks.com/topic/109696-php-shell/#findComment-562943 Share on other sites More sharing options...
trq Posted June 11, 2008 Share Posted June 11, 2008 Nope =/. I search for php shell, counter-strike, shell, shell php, gameserver and nothing =/ Likely because there is no such thing as a PHP shell. Your going to need to be allot more specific, and if your asking us to actually write it for you, your in the wrong place. You need to ask in the freelance board. Link to comment https://forums.phpfreaks.com/topic/109696-php-shell/#findComment-563022 Share on other sites More sharing options...
emptycs Posted June 12, 2008 Author Share Posted June 12, 2008 Well is it possible to use php to run shell commands? Link to comment https://forums.phpfreaks.com/topic/109696-php-shell/#findComment-563587 Share on other sites More sharing options...
DarkWater Posted June 12, 2008 Share Posted June 12, 2008 Yes. You can use exec, or surround a command in ` ` (backticks), like: `mv file1.file file1.file.bak` Link to comment https://forums.phpfreaks.com/topic/109696-php-shell/#findComment-563591 Share on other sites More sharing options...
hitman6003 Posted June 12, 2008 Share Posted June 12, 2008 I think you mean php cli? http://www.php.net/cli Link to comment https://forums.phpfreaks.com/topic/109696-php-shell/#findComment-563593 Share on other sites More sharing options...
DyslexicDog Posted June 12, 2008 Share Posted June 12, 2008 Does it need to have a web interface? I have some past experience with CS and might be able to help. Link to comment https://forums.phpfreaks.com/topic/109696-php-shell/#findComment-563595 Share on other sites More sharing options...
emptycs Posted June 12, 2008 Author Share Posted June 12, 2008 Does it need to have a web interface? I have some past experience with CS and might be able to help. Yes. I would like it to have start/restart/stop, upload/edit/create files/folder, and extration Link to comment https://forums.phpfreaks.com/topic/109696-php-shell/#findComment-563665 Share on other sites More sharing options...
DyslexicDog Posted June 12, 2008 Share Posted June 12, 2008 please see your private messages. Link to comment https://forums.phpfreaks.com/topic/109696-php-shell/#findComment-563778 Share on other sites More sharing options...
emptycs Posted June 12, 2008 Author Share Posted June 12, 2008 I can't send PM =/. What's ur email address? Link to comment https://forums.phpfreaks.com/topic/109696-php-shell/#findComment-563964 Share on other sites More sharing options...
trq Posted June 12, 2008 Share Posted June 12, 2008 I think your both missing the point of a public forum, share your outcomes with others that may benifit. Link to comment https://forums.phpfreaks.com/topic/109696-php-shell/#findComment-564006 Share on other sites More sharing options...
DyslexicDog Posted June 12, 2008 Share Posted June 12, 2008 I think your both missing the point of a public forum, share your outcomes with others that may benifit. If he had something that he was working on and having a problem with it I could understand the public aspect but he needs a script to be written from scratch. Link to comment https://forums.phpfreaks.com/topic/109696-php-shell/#findComment-564156 Share on other sites More sharing options...
trq Posted June 12, 2008 Share Posted June 12, 2008 Then the op needs to make that request in the appropriate place. Link to comment https://forums.phpfreaks.com/topic/109696-php-shell/#findComment-564314 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.