Post 30 Sep 2008, 09:52

Adding Logo to teamspeak server

You might notice there is now a banner on the teamspeak server.

adding a banner to your teamspeak server is a simple process.
On Linux as follows but same applies to Windoze

change directory to your Teamspeak server directory.

  Code:
cd /etc/teamspeak-server


Stop the teamspeak service

  Code:
sudo /etc/init.d/teamspeak-server stop


within your teamspeak-server folder you will see a file called server.ini
open this up in your text editor

  Code:
sudo nano server.ini


scroll to the bottom of the configuration file

here append the following to the end of the file specifying the location of the banner you wish to have displayed.

  Code:
[ISP]
GFX URL=http://www.ggnc.eu/themes/DarkTouch/images/1.jpg



This will add the banner

If you would like to make the banner clickable as a link then look through your server.ini file and you will see a option under [webpost] to add it

  Code:
ISPLinkURL=http://www.ggnc.eu


Your done restart teamspeak

  Code:
sudo /etc/init.d/teamspeak-server start
Image
Image