Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons

Reply
 
Thread Tools
Advanced Voicetool Viewer (Teamspeak 2, Teamspeak 3, Ventrilo viewer) Details »»
Advanced Voicetool Viewer (Teamspeak 2, Teamspeak 3, Ventrilo viewer)
Version: 1.3.3, by Disasterpiece Disasterpiece is offline
Developer Last Online: Oct 2019 Show Printable Version Email this Page

Category: Forum Home Enhancements - Version: 4.x.x Rating:
Released: 06-01-2011 Last Update: 04-22-2012 Installs: 156
DB Changes Uses Plugins Template Edits
Additional Files Translations Is in Beta Stage  
No support by the author.

INFO

This is a more advanced version of my old tsxviewer plugin. It was written from scratch and offers a lot more features!
It displays a list of users connected to a voicetool like Teamspeak 2, Teamspeak 3 or Ventrilo and displays them on the Forumhome page inside the what's going on box, or anywhere else!

Templates allow you to fully customize the viewer, which can display unlimited amounts of viewers for your voicetool servers!

Keep track your server's uptime with the cron logger, which logs every time a server times out or comes back online!


*** Despite the product description saying mumble is supported, it is NOT. Sorry for any confusion ***

FEATURES

- Multiple Server Viewers on a single page
- Fully customizable Templates
- Query caching
- Server Uptime Logging
- No iFrames! Fits perfectly into vbulletn. Make search engines love you!

INSTALLATION

Extract the archive and upload the files according to their structure:

Code:
- forum root
	- admincp
		+ tsxview_admin.php
	- includes
		- cron
			+ tsxview_cron.php
		- xml
			+ cpnav_advancedvoicetoolviewer.xml
		+ tsxview_class.php
		+ ts2status.php
		+ ts3status.php
		+ ventstatus.php
	- images
		- cms
			+ delete_small.png
			+ edit_small.png
			+ permission-not-set_small.png
			+ permission-set_small.png
		- misc
			+ mumble.gif
			+ teamspeak2.gif
			+ teamspeak3.gif
			+ ventrilo.gif
			+ ts3_off.png (optional)
			+ ts3_on.png (optional)
Install the correct plugin xml file in your vBulletin ACP.
If you have any previous tsxviewer product installed prior to 1.3, uninstall it first! (Important!)

READ THE INCLUDED README FILE BEFORE INSTALLING THE PLUGIN! (srsly, spare you the headache!)

Download Now

File Type: zip avv-1_3_2FIX-product.zip (58.3 KB, 844 views)
File Type: zip avv-1_3_3.zip (59.3 KB, 607 views)

Screenshots

File Type: jpg server_viewer.jpg (39.9 KB, 0 views)
File Type: jpg server_overview.jpg (43.3 KB, 0 views)
File Type: jpg settings_overview.jpg (101.0 KB, 0 views)
File Type: jpg cron_log.jpg (151.5 KB, 0 views)
File Type: jpg wgobox_style2.jpg (24.3 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
2 благодарности(ей) от:
RichieBoy67, Skaut

Comments
  #122  
Old 04-24-2012, 07:23 PM
DivinoZarathos DivinoZarathos is offline
 
Join Date: Apr 2012
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OK everything seems to be fixed. Many, many thanks for your support!
Only one problem left: I saw in yout screen there is a "Details..." link, but in my site this is now showing up...
Reply With Quote
  #123  
Old 04-25-2012, 09:45 AM
Disasterpiece's Avatar
Disasterpiece Disasterpiece is offline
 
Join Date: Apr 2007
Location: GER
Posts: 765
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by DivinoZarathos View Post
OK everything seems to be fixed. Many, many thanks for your support!
Only one problem left: I saw in yout screen there is a "Details..." link, but in my site this is now showing up...
It's my custom template for my community site. The screenshot should show you how you can customize it by yourself

That's my template: (tsviewer_viewerbit)
Code:
<div id="ts_viewer" class="wgo_subblock section tsx_type_{vb:raw server.type} tsx_status_{vb:raw server.status}">
<h3 class="blocksubhead">{vb:raw server.indicator}&nbsp;&nbsp;<span class="ts_servername">{vb:raw server.icon}&nbsp;{vb:raw server.name}</span>&nbsp;{vb:phrase phrase_tsx_currentuser, {vb:raw server.usercount}}</h3>
	<div>
	<vb:if condition="$server[status]==1">
	<vb:comment> status(1) == online, status(2) == offline, status(3) == inactive </vb:comment>
		<vb:if condition="$server[usercount] > 0">
			{vb:raw server.userlist}	
		<vb:else />
			{vb:phrase tsx_nouser}		
		</vb:if>
		<br /><span class="tsxview_joinlink" style="position: relative; top: 4px">
			<a href="{vb:raw server.joinurl}"><i>{vb:phrase tsx_joints}</i></a> | <a href="http://www.tsviewer.com/index.php?page=ts_viewer&ID=####" target="_blank"><i>Details...</i></a>
		</span>
	<vb:else />
		{vb:phrase tsx_serveroffline}
	</vb:if>
	</div>
</div>
Replace "####" with the tsviewer.com id of your teamspeak server.
Reply With Quote
  #124  
Old 04-26-2012, 09:54 AM
Doctor Death Doctor Death is offline
 
Join Date: Dec 2005
Posts: 449
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This mod has never worked on my gameservers Vent account. The server reports continually off line. Gameservers says the query port is the same as the logon port. How do I change 1337 under vent query port to the new port?

Second question: The instructions about establishing the chron job are confusing with the quotation marks. Can you please paste an example chron entry in here without any unnecesary quotes?

Thanks

Any help is appreciated.
Reply With Quote
  #125  
Old 04-26-2012, 12:37 PM
Disasterpiece's Avatar
Disasterpiece Disasterpiece is offline
 
Join Date: Apr 2007
Location: GER
Posts: 765
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Doctor Death View Post
This mod has never worked on my gameservers Vent account. The server reports continually off line. Gameservers says the query port is the same as the logon port. How do I change 1337 under vent query port to the new port?
the query port and logon port should be the same, yes.
Where do you want to change the port? In the vbulletin viewer or your ventrilo server?

Quote:
Originally Posted by Doctor Death View Post
Second question: The instructions about establishing the chron job are confusing with the quotation marks. Can you please paste an example chron entry in here without any unnecesary quotes?
ok I'll try.
First, it depends on what access you have to your server. I have root and can setup global crontabs with the unix command:
Code:
crontab -e
this will bring you to the following screen: (you can also use this command as a non-root user, it should look similar then)



This is how I have set it ip right now. Grey boxes cover irrelevant pathnames, the green box shows the entry which is responsible for keeping the cron script alive every five minutes (hence the */5)

You should first run the command manually to test if it runs correctly (if it runs correctly, it should return some junk characters, starting with "GIF")

If you have cPanel, PLESK or similar administrative GUIs, you probably only need to enter the actual command, without the *-stuff before the line.
Attached Images
File Type: jpg crontabs.jpg (33.5 KB, 0 views)
Reply With Quote
  #126  
Old 04-26-2012, 08:37 PM
Doctor Death Doctor Death is offline
 
Join Date: Dec 2005
Posts: 449
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Could I provide admin rights and have you look at it? In ADMINCP, the query port is NOT the port that is the command port and there is no place to view or change it that I can tell.

I am hosting on GoDaddy and there is a chron setup page.

Would appreciate assistance, thanks a ton, message me on here if you can spend a minute to look
Reply With Quote
  #127  
Old 05-02-2012, 02:44 PM
Disasterpiece's Avatar
Disasterpiece Disasterpiece is offline
 
Join Date: Apr 2007
Location: GER
Posts: 765
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Doctor Death View Post
Could I provide admin rights and have you look at it? In ADMINCP, the query port is NOT the port that is the command port and there is no place to view or change it that I can tell.

I am hosting on GoDaddy and there is a chron setup page.

Would appreciate assistance, thanks a ton, message me on here if you can spend a minute to look
You can send me a PM with the necessary credentials or per email to radon [@] purgatory-labs [.] de
Reply With Quote
  #128  
Old 05-05-2012, 12:48 PM
Onkeltyson Onkeltyson is offline
 
Join Date: Dec 2009
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very very nice
Reply With Quote
  #129  
Old 05-26-2012, 08:26 PM
Kiint Kiint is offline
 
Join Date: Nov 2006
Posts: 191
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any chance of a cms widget showing this mod?

I have this mod working but it only shows in the what's new section, doesn't really stand out
Reply With Quote
  #130  
Old 05-27-2012, 01:58 PM
dustoff99 dustoff99 is offline
 
Join Date: Mar 2011
Location: Louisville, KY
Posts: 77
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Upgraded to 4.2 this morning. Imported the XML file only.

Only showing a cached copy of who was on my vent server before my upgrade and it's not updating users. Any ideas?
Reply With Quote
  #131  
Old 05-27-2012, 02:00 PM
dustoff99 dustoff99 is offline
 
Join Date: Mar 2011
Location: Louisville, KY
Posts: 77
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Odd, edited the server and it appears to have refreshed.
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:21 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.08473 seconds
  • Memory Usage 2,345KB
  • Queries Executed 28 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_code
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (2)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (8)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete