Skip to content
This repository has been archived by the owner on Jul 25, 2019. It is now read-only.

⌚️ Shows the current time on your TS3 banner.

Notifications You must be signed in to change notification settings

szekelymilan/ts3_timebanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

TeamSpeak 3 TimeBanner

Shows the current time on your TS3 (dynamic) banner.

Requirements

  • A web server that supports PHP (with GD and PNG Support enabled)
  • A TeamSpeak 3 server
  • A default image
  • A font

Setting up

  • Make a default image (recommended in 850px*300px)
  • Upload updateImage.php, your default image and your font to the web server
  • Change the settings in updateImage.php
  • On your TS3 server, change Banner Gfx URL, and Gfx interval to 60
  • Set up a cron job on your server

If you have a VPS / a dedicated server, you could use crontab:

$ crontab -e

Scroll down to the bottom, and write a new line:

* * * * * cd /path_to_the_file; /usr/bin/php updateImage.php

Validate crontab:

$ crontab -l

Otherwise, you could search for cron jobs in your web admin.

If your web admin does not support cron jobs, you could try:

Author(s)

About

⌚️ Shows the current time on your TS3 banner.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages