Search Results
Mmh... Why ? With the panel of Westie, the start server work.
249
I can start my server with your panel, Westie, but i can't determine how it's make. Код: function Run($sCommand) { $aTemp = array(); proc_close(proc_open($sCommand, array(), $aTemp)); return ...
249
$aTemp = array(); proc_open('cd path/to/samp03; ./samp03svr &', array(), $aTemp); Don't work
249
Hi, I've just make that : shell_exec(cd path/to/samp03) shell_exec(./samp03svr) But it doesn't work, my server don't start. How can i launch my server ?
249
(sorry 2 posts) In PHP I make this script : shell_exec(cd path/to/samp03) shell_exec(./samp03svr) But it doesn't work and there's no error msg...
352
Oh Sorry, it's OK, i had just to decompress the .tar.gz with SSH. But how can I exit SSH without stop my server ?
352
Hi, When I start my server with ./samp03svr, SSH say that : Segmentation Fault. How can I fix that ? Thx. PS. I have Linux Debian.
352