How to start my server with PHP ?
#6

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 true;
}
function Start()
{
	Run('cd path/to/myserver; nohup ./samp03svr1 2>&1 /dev/null &');
	return true;
}
don't work too...
Reply


Messages In This Thread
How to start my server with PHP ? - by A-K-S - 09.04.2010, 14:35
Re: How to start my server with PHP ? - by Burridge - 09.04.2010, 15:11
Re: How to start my server with PHP ? - by A-K-S - 09.04.2010, 15:21
Re: How to start my server with PHP ? - by Westie - 09.04.2010, 15:32
Re: How to start my server with PHP ? - by A-K-S - 09.04.2010, 15:51
Re: How to start my server with PHP ? - by A-K-S - 09.04.2010, 16:09
Re: How to start my server with PHP ? - by Woet - 09.04.2010, 16:12
Re: How to start my server with PHP ? - by A-K-S - 09.04.2010, 16:19
Re: How to start my server with PHP ? - by Woet - 09.04.2010, 16:58
Re: How to start my server with PHP ? - by Westie - 09.04.2010, 16:59

Forum Jump:


Users browsing this thread: 1 Guest(s)