Yop, good jobs, good plugins.
Nice dev and nice work.
[Tools] SMAdminTools
Moderator: NADEO
-
- Posts: 15
- Joined: 17 Aug 2011, 15:49
- Location: http://www.orks.fr
Re: [Tools] SMAdminTools
Hi, very very good work from france :p ! on my server this tools work perfectly !
so sorry for my bad english


so sorry for my bad english

Re: [Tools] SMAdminTools
Thanks, always great to hear 

Re: [Tools] SMAdminTools
THANK YOU for this awesome tool!
Re: [Tools] SMAdminTools
I got two problem with it.
First of all, the program is not running in background, this imply I have to keep my Putty open while playing.
As we can see in your first screenshot (http://image.noelshack.com/fichiers/201 ... nTools.jpg), the prog is running but a new prompt doesn't appear.
Second thing : Any way to put multiple server in Config.ini ?
First of all, the program is not running in background, this imply I have to keep my Putty open while playing.
As we can see in your first screenshot (http://image.noelshack.com/fichiers/201 ... nTools.jpg), the prog is running but a new prompt doesn't appear.
Second thing : Any way to put multiple server in Config.ini ?
You can follow me on facebook.
You can also find a lot of horns and crosshairs on on my FTP.
My system spec
Cheers
You can also find a lot of horns and crosshairs on on my FTP.
My system spec
Cheers
Re: [Tools] SMAdminTools
You can use screen for that, it's very handy for running programs in the background.SIMOON wrote:I got two problem with it.
First of all, the program is not running in background, this imply I have to keep my Putty open while playing.
Tutorial: http://www.kuro5hin.org/story/2004/3/9/16838/14935
Last edited by Dhazge on 07 Sep 2012, 01:37, edited 1 time in total.
Re: [Tools] SMAdminTools
Not the best, but it works (Debian Squeeze)
Code: Select all
#############################################################################
# SMAdminTools v0.2
#
# Framework for ShootMania dedicated server using XML-RPC.
#
# Plugins based, written in C# using MonoDevelop, run on Linux / Windows.
# http://code.google.com/p/smadmintools/
# http://forum.maniaplanet.com/viewtopic.php?f=261&t=12115
#
############# Build by JuJuBoSc under GNU GPL v3
#
#
#
#
#
#StartLinux.sh rewriten by DNW^Donzi
#############################################################################
#!/bin/sh
MYEXE="SMAdminTools.exe"
MYCONFIG="Config.ini"
MYFRAMEWORK="mono"
MYSCREENNAME="SMA1"
MYPIDFILE="SMA.pid"
#############################################################################
case "$1" in
start)
if test -f $MYPIDFILE ; then
kill -TERM `cat $MYPIDFILE` >/dev/null 2>&1
rm $MYPIDFILE >/dev/null 2>&1
sleep 1
screen -dmS $MYSCREENNAME $MYFRAMEWORK $MYEXE $MYCONFIG
ps -ef | grep SCREEN | grep $MYFRAMEWORK | grep $MYSCREENNAME | grep -v grep | awk ' { print $2 }' > $MYPIDFILE
echo SMAdminTools $MYSCREENNAME restart
else
screen -dmS SMA mono $MYEXE $MYCONFIG
ps -ef | grep SCREEN | grep $MYFRAMEWORK | grep $MYSCREENNAME | grep -v grep | awk ' { print $2 }' > $MYPIDFILE
echo SMAdminTools $MYSCREENNAME started
fi
;;
stop)
kill -TERM `cat $MYPIDFILE` >/dev/null 2>&1
rm $MYPIDFILE >/dev/null 2>&1
echo SMAdminTools $MYSCREENNAME stopped
;;
esac
Re: [Tools] SMAdminTools
perfectly oks with screen.
Thanks
Thanks
You can follow me on facebook.
You can also find a lot of horns and crosshairs on on my FTP.
My system spec
Cheers
You can also find a lot of horns and crosshairs on on my FTP.
My system spec
Cheers
Re: [Tools] SMAdminTools
is there any way to run this tool on several dedicated Server on the same machine ?
This Tool is so great!
This Tool is so great!
Re: [Tools] SMAdminTools
each instance of the tool into a private folder and edit the config is enough
or
with the startscript edit the
MYCONFIG="Config.ini"
to another ini
or on windows make copies from StartWindows.bat and edit the batch-file, same as above, to another ini
or
with the startscript edit the
MYCONFIG="Config.ini"
to another ini
or on windows make copies from StartWindows.bat and edit the batch-file, same as above, to another ini
Who is online
Users browsing this forum: No registered users and 2 guests