- Additional Requirements
- PHP >= v7.1.3
- PHP GD Library >= v2.0 or Imagick PHP extension >= v6.5.7
- Related Resources
- Github: https://github.com/tivet/dynamic-banner
Important
Status
Changelog for 1.0.3
Features
Teamspeak Information
Install
Screenshots
Create cache folder if not exist main folder.
Status
1.0.3
Changelog for 1.0.3
[~] Cache handler changed to Zend Cache
Features
- UTF-8 Support
- Template Engine (Dark and Light template included)
- Multi Language Support (Turkish and English added)
- OOP
- Configurable Cache System for flood prevent
- PSD Files
Teamspeak Information
- [Client] Nickname
- [Client] Client Version
- [Server] Server version
- [Server] Server platform
- [Server] Total online users count (without query clients)
- [Server] Max user limit
- [Server] Total ping
- [Server] Total packet loss
- [Server] User count for Admin clients
- [Server] User count for Support clients
Install
Download application files.
Extract compressed file to your website public folder.
Configure the settings in the "config" folder.
Set Teamspeak settings GFX Url to http://yoursite.com/banner/ or http://yoursite.com/banner/index.php
PHP:
/* -------------------------------------------------------------------------------------------
| Set Teamspeak server connect parameters
| --------------------------------------------------------------------------------------------
|
*/
'host' => '127.0.0.1',
'query_username' => 'serveradmin',
'query_password' => 'password',
'query_port' => 10011,
'server_port' => 9987,
'nickname' => 'Tivet Dynamic Banner',
Screenshots