v1.9.9.6 [SVN]469 - TeamSpeak status not working

A TeamSpeak 2 server monitor addon based on gllcTS2, and Ventrilo server monitor

Moderator: mdeshane

v1.9.9.6 [SVN]469 - TeamSpeak status not working

Postby AnthonyB » Thu Sep 10, 2009 2:15 pm

So, having given up on Vent status due to challenges in getting the exe to run from PHP, I've tried the TeamSpeak monitor, but it doesn't seem to pick anything up. Then again, there doesn't seem to be any server connectivity config?

http://anthonyb.dyndns.org/roster/index ... ak-listing

I do also have the original Gryphon, LLC's gllcts2 version 4.2.5 running just fine here - http://anthonyb.dyndns.org/ts
Roster 2.0.2 svn [latest] latest trunk SVN svn [latest] running on IIS7/Windows Server 2008 SP2 | MySQL 5.0.85 | PHP 5.2.10 | Yes, Roster and PHP rocks on IIS! Even run as FastCGI extension!
User avatar
AnthonyB
Gimpy Developer
Gimpy Developer
 
Posts: 346
Joined: Tue Jul 04, 2006 2:44 pm
Location: Sydney, Australia

Re: v1.9.9.6 [SVN]469 - TeamSpeak status not working

Postby mdeshane » Thu Sep 10, 2009 5:55 pm

You are absolutely right. I just realized that webpost.php hasn't been modified for roster db yet. I'll make the changes and try to get it on the SVN by tomorrow. I don't believe it needs a connectivity config as the server is supposed to contact webpost.php with status updates, which then get written to the DB to be displayed by GuildSpeak.
Image
Accounts Addon - Roster v2 User Account Addon

PKC Dev Site - http://dev.pkcomp.net
My Roster Dev Site - http://myroster.dontexist.net
User avatar
mdeshane
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 204
Joined: Sun Dec 10, 2006 4:54 am
Location: Grand Rapids, MI USA
Realm: Khadgar (PvE) - US

Re: v1.9.9.6 [SVN]469 - TeamSpeak status not working

Postby AnthonyB » Fri Sep 11, 2009 12:19 pm

Awesome - look forward to it.
Roster 2.0.2 svn [latest] latest trunk SVN svn [latest] running on IIS7/Windows Server 2008 SP2 | MySQL 5.0.85 | PHP 5.2.10 | Yes, Roster and PHP rocks on IIS! Even run as FastCGI extension!
User avatar
AnthonyB
Gimpy Developer
Gimpy Developer
 
Posts: 346
Joined: Tue Jul 04, 2006 2:44 pm
Location: Sydney, Australia

Re: v1.9.9.6 [SVN]469 - TeamSpeak status not working

Postby AnthonyB » Sat Sep 12, 2009 1:08 pm

OK, have upgraded to GuildSpeak v1.9.9.7 [SVN]470 but still wasn't getting anything different in the display from last build.

Given I can have the addon configured to display both Vent AND TS (could this be done? I actually run both..) I've left it on Vent wihle we get that all cleaned up and will switch back to TS as required to work through why it isn't working.
Roster 2.0.2 svn [latest] latest trunk SVN svn [latest] running on IIS7/Windows Server 2008 SP2 | MySQL 5.0.85 | PHP 5.2.10 | Yes, Roster and PHP rocks on IIS! Even run as FastCGI extension!
User avatar
AnthonyB
Gimpy Developer
Gimpy Developer
 
Posts: 346
Joined: Tue Jul 04, 2006 2:44 pm
Location: Sydney, Australia

Re: v1.9.9.6 [SVN]469 - TeamSpeak status not working

Postby mdeshane » Sat Sep 12, 2009 3:07 pm

Have you configured the webpost url in TS for GuildSpeak? If not, you need to put:
USE:
h**p://www.yourrostersite.net/index.php?p=util-guildspeak-webpost
DO NOT USE:
h**p://www.yourrostersite.net/addons/guildspeak/webpost.php

in your WebPost URL. You may not see the display at first, as TS only updates webpost every five minutes or so.

The webpost process: TS sends data to webpost.php -> webpost.php saves data in the db -> guildspeak displays the data.

Without the webpost properly set in your server, you won't see any information in the display.

I'm sure after we get everything working right, we should be able to have it display both at the same time.
Image
Accounts Addon - Roster v2 User Account Addon

PKC Dev Site - http://dev.pkcomp.net
My Roster Dev Site - http://myroster.dontexist.net
User avatar
mdeshane
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 204
Joined: Sun Dec 10, 2006 4:54 am
Location: Grand Rapids, MI USA
Realm: Khadgar (PvE) - US

Re: v1.9.9.6 [SVN]469 - TeamSpeak status not working

Postby AnthonyB » Sun Sep 13, 2009 6:28 am

mdeshane wrote:Have you configured the webpost url in TS for GuildSpeak?


Duh... no, I had completely forgotten. :roll:

Working perfectly now :)

http://anthonyb.dyndns.org/roster/index ... amp;a=g:17

Only odd thing, there's a number 17 above the table... possibly relating to the guild number?
Roster 2.0.2 svn [latest] latest trunk SVN svn [latest] running on IIS7/Windows Server 2008 SP2 | MySQL 5.0.85 | PHP 5.2.10 | Yes, Roster and PHP rocks on IIS! Even run as FastCGI extension!
User avatar
AnthonyB
Gimpy Developer
Gimpy Developer
 
Posts: 346
Joined: Tue Jul 04, 2006 2:44 pm
Location: Sydney, Australia

Re: v1.9.9.6 [SVN]469 - TeamSpeak status not working

Postby mdeshane » Sun Sep 13, 2009 7:18 am

Actually the 17 is 1 and 7 from the footer where it says Total Servers: and Total Channels:, it's from some of the GLLCTS2 coding in db_inc.php, where the functions use echo ''.$variable.''; instead of return $var; in a few of the functions. Two of those functions display those numbers. I've noticed that if something is echoed in roster it displays in blank spaces above where it's supposed to. The change will be in the next SVN commit. If you don't want to wait, you can look at the last string of each function in db_inc.php and change the echo into return as needed.
Image
Accounts Addon - Roster v2 User Account Addon

PKC Dev Site - http://dev.pkcomp.net
My Roster Dev Site - http://myroster.dontexist.net
User avatar
mdeshane
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 204
Joined: Sun Dec 10, 2006 4:54 am
Location: Grand Rapids, MI USA
Realm: Khadgar (PvE) - US

Re: v1.9.9.6 [SVN]469 - TeamSpeak status not working

Postby AnthonyB » Sun Sep 13, 2009 11:25 pm

Ah cool. Will wait for next commit.
Roster 2.0.2 svn [latest] latest trunk SVN svn [latest] running on IIS7/Windows Server 2008 SP2 | MySQL 5.0.85 | PHP 5.2.10 | Yes, Roster and PHP rocks on IIS! Even run as FastCGI extension!
User avatar
AnthonyB
Gimpy Developer
Gimpy Developer
 
Posts: 346
Joined: Tue Jul 04, 2006 2:44 pm
Location: Sydney, Australia


Return to GuildSpeak

Who is online

Users browsing this forum: No registered users and 0 guests

cron