Skip to content

Fully customizable, dynamic and responsive TeamSpeak 3 πŸ”Š banner with server and client information.

License

Notifications You must be signed in to change notification settings

efebagri/teamspeak-server-banner

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

70 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

⚠️ This project is not ready to use. ⚠️

teamspeak-banner

πŸ”Š TeamSpeak 3 Banner

Fully customisable and responsive TeamSpeak 3 banner with server & client information.

πŸš€ Installation

  1. Create a new folder ts3-banner inside the root folder of your web server and clone the repo inside of it.

    git clone https://github.com/efebagri/teamspeak3-banner.git ts3-banner
  2. Configure the config.php file:

    'ts3' => [
         'library_path' => '../vendor/planetteamspeak/ts3-php-framework/libraries/TeamSpeak3/TeamSpeak3.php',
         'connection' => [
             'username' => 'serveradmin',
             'password' => 'PASSWORD',
             'ip' => '127.0.0.1',
             'query_port' => 10011,
             'server_port' => 9987,
             'bots_count' => 0
         ]
     ],
  3. Add the URL of the banner to your TeamSpeak Server via the TeamSpeak 3 Client:

    Banner Gfx URL: http://.../ts3-banner/ts3-banner.php
    

    Set the Gfx Interval to 60 for minute-based refresh:

    Gfx Interval: 60
    

πŸ“‘ Features

  • Fully Customizable
  • Great Design
  • Supports Translation
  • Client-Side Information (e.g., upload/download stats, nickname, online time)
  • Server-Side Information (e.g., server name, version, uptime, active clients)
  • Modular background options
  • Advanced font customization options

πŸ™ Thanks to:

πŸ§‘πŸ»β€πŸ€β€πŸ§‘πŸ» Contributors

  • Dennis Abrams
  • Efe Bagri

🚧 Used Open-Source Projects