Control Panel Help - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Control Panel Help (
/showthread.php?tid=352563)
Control Panel Help -
Stefand - 20.06.2012
Hey,
I'm trying to set up a Control Panel for my Server (on a VPS)
but I can't find something out
PHP код:
$server_directory = "/root/samp/volcom"; // Your server directory
$start_command = "screen -s samp ./ samp03svr"; // the start command, can be screen -dmS `whoami` ./ or nohup ./
$query_command = "pidof"; // the query command, this one is the best i ever used.
?>
This is not all of it but otherwise you see the Login etc.
But my question, is $server_directory good?
if I got to the first thing its in the map: root and then in the map volcom
Re: Control Panel Help -
Smithy - 20.06.2012
Your server directory would be root/samp/volcom surely?
Re: Control Panel Help -
Stefand - 20.06.2012
Idk, its when i log in on filezilla its root/volcom
But evreywhere its saying root/samp/volcom