Community Forums Today's Posts     Member List     Archive    
Results 1 to 7 of 7
  1. #1
    Join Date
    Dec 2009
    Location
    Bergen, Norway
    Posts
    118

    Config file script linux

    Hi!
    Made a new script in sh. And this time it it a menu based ini-file creator for linux. In the future I will implement the server start up scrip I have written as well (http://forum.teamspeak.com/showthread.php?t=46989). But that is to come.

    At the moment this script by menus allows you to create ts3server.ini file and ts3db_mysql.ini file.

    Link to the script: http://www.spagettimafia.com/ts3

    Current script version 0.3
    0.3 - Added Admin startup script part.
    0.2 - Added install feature. Allows you to choose install folder. And if run as root it will ask for user and usergroup of the intended user to run the server.
    0.2 - Added feature to ini file creators. Lets you choose path to store ini files. And if there is a ini file there already it will back it up.

    Script can be run as both root and non-root.

    Here are some screen shots!
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	ini.jpg 
Views:	306 
Size:	63.8 KB 
ID:	2523   Click image for larger version. 

Name:	mysql.jpg 
Views:	236 
Size:	65.1 KB 
ID:	2524   Click image for larger version. 

Name:	ini2.jpg 
Views:	220 
Size:	66.5 KB 
ID:	2525   Click image for larger version. 

Name:	menu.jpg 
Views:	200 
Size:	97.1 KB 
ID:	2560  
    Last edited by mancert; 27-01-2010 at 15:01.

  2. #2
    Join Date
    Dec 2009
    Location
    Bergen, Norway
    Posts
    118
    A little update to the scritp! See first post!

  3. #3
    Join Date
    May 2008
    Location
    germany/berlin
    Posts
    62
    i think it is a "must have" in the final release of teamspeak 3

  4. #4
    Join Date
    Dec 2009
    Location
    somewhere
    Posts
    22
    Will check this once I install a new server version Mancert

    off topic:
    do you know what the differences are between screen and start-stop-daemon?

  5. #5
    Join Date
    Dec 2009
    Location
    Bergen, Norway
    Posts
    118
    Quote Originally Posted by Prototype View Post
    do you know what the differences are between screen and start-stop-daemon?
    No idea, I'm writing my scripts on slackware and this distro does not have the start-stop-daemon. Sorry.

  6. #6
    Join Date
    Dec 2009
    Location
    Bergen, Norway
    Posts
    118
    An update, Admin script part now added. See top post

  7. #7
    Join Date
    Dec 2009
    Location
    somewhere
    Posts
    22
    I like the idea of your gui installation script.
    While looking at it I thought it was a bit messy and am trying to rewrite some of it. If it works ill post it here so you can perhaps do something with it.
    Anyway, I found an error that I would like you to know about:

    It is in the "inifile creation" part of your script.
    Code:
    querry_port=$INI_QPORT
    querry_ip=$INI_SIP
    This should be:
    query_port=$INI_QPORT
    query_ip=$INI_SIP

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Linux server startup script!
    By mancert in forum Linux / FreeBSD
    Replies: 159
    Last Post: 24-09-2011, 16:51
  2. MySQL 5 Problem
    By MrChick in forum [TeamSpeak 2] Server Support
    Replies: 5
    Last Post: 04-02-2010, 09:39
  3. TeamSpeak with MySQL > 4.0
    By mokum in forum [TeamSpeak 2] Server Support
    Replies: 50
    Last Post: 02-10-2009, 21:03
  4. Linux server dependecies
    By nwerensteijn in forum [TeamSpeak 2] Server Support
    Replies: 79
    Last Post: 05-09-2007, 21:23
  5. Plötzlicher Fehler nach 4 monatiger Laufzeit
    By Merec in forum [TeamSpeak 2] Server Support
    Replies: 4
    Last Post: 23-06-2007, 09:19

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •