Help - Search - Members - Calendar
Full Version: What do you use for your linux start/stop script?
The Planet Forums > System Administration > Game Hosting
agentneo
I was wondereing if anyone could give me a hand in sending me a linux remote start/stop script with a simple web interface. Or point me in the direction of an inexpensive one.

Thank you.
SDavidS
QUOTE (agentneo)
I was wondereing if anyone could give me a hand in sending me a linux remote start/stop script with a simple web interface. Or point me in the direction of an inexpensive one.

Thank you.


We developed our own in house solution.

http://thebbgn.net

Client Support -> Forums -> Gaming Web Panel

We might be able to include you on the next round of beta testing.
agentneo
If it uses a PHP frontend i may be an asset in the beta testing since i am a proffesional php developer. The linux backend is where i get stuck in doing this.
aLLpLaY
I think talkster had one
ferret
/home/user/start-it icon_razz.gif

CODE
#!/bin/sh

cd /home/user/hlds_l/

./hlds_run blahblahblah &


Hehe. No control panels for me. I have a little startup script because otherwise I forget all the parameters to hlds_run
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.