Show who is online in Teamspeak on forumhome
This modification is in the archives.
Hi,
this is my first little hack and I hope one of you has a little bit time to improve it. This hack will check who is online on a Teamspeak server and generate a list of nicknames in a file. This file will then be display in the statistics area of forumhome. Hack can be installed in 5 minutes! Difficulty: very easy Screenshot attached Enhancements: If anyone knows how to start this via vBCron please tell me in forumroot/index.php find: PHP Code:
require_once('./includes/functions_bigthree.php');
PHP Code:
// get teamspeak data
Edit Template FORUMHOME Find: PHP Code:
<if condition="$show['birthdays']">
PHP Code:
<!-- teamspeak users -->
Upload ts2php (compiled c++ file) to /forumhome/ Upload ts2icon.jpg to /forumhome/images/misc/ Use a cronjob to start ts2php every 2 minutes (should be done via vBCron if possible but I don't know how!) with the following command: ./ts2php TEAMSPEAKIP whoisints.php This will check the Teamspeakserver for users and creates a file whoisints.php with the names in it. If you run a teamspeak server with a different port run ./ts2php TEAMSPEAKIP -p<port> whoisints.php Don't forget to chmod 755 ts2php See the screen to take get a better impression! Download This modification is archived and cannot be downloaded. Screenshots
|
Similar Mods
Show Spiders Online on ForumHome | vBulletin 3.5 Add-ons |
Show Spiders Online on ForumHome | vBulletin 3.0 Full Releases |
Guests show up as 'Guest' in the forumhome whois online list | vBulletin 2.x Full Releases |